ACCORD5
Add a reply

ACCORD5 Company Forums » Trellis Desk » Peer-to-Peer Support

Adding custom link to menu bar?

 
  • Started 2 years ago by andrewkellymusic
  • 2 posts in this topic
  • Latest reply from jalain1950
  1. Can I add a link to the menu bar that says: Home News Ticket History Submit a Ticket My Account to direct customers back to my main webpage? If so, how do I set this up?

    Posted 2 years ago #
  2. jalain1950

    jalain1950

    offline
    Member

    Hi andrew
    Locate the file "wrapper.php" in the skin directory you are using ( i.e. skins/s1 ).
    Locate the row that contains "<li id='menu_left'>" ( could be row 17 )
    Locate the end of the row ( the end of the row ends with "...{$lang['my_account']}" )
    Add the following : "

  3. {$lang['exit_trellis']}
  4. "
    Then locate the file "lang_global.php" in your language directory ( if using english is language/es )
    locate the last traslation line and add a new one like this : 'exit_trellis' => 'Your Text To Show', ( dont forget the comma )
    Note if you change skin or change language must apply these changes in them again.

Posted 1 year ago #

RSS feed for this topic

Reply to this topic

You must log in to post.