News:

Wondering if this will always be free?  See why free is better.

Main Menu

Link tree help

Started by GetSlamed, March 29, 2009, 05:55:23 PM

Previous topic - Next topic

GetSlamed

Can anyone point me where to edit the link tree Ver. 2.0rc1? I want to take the 1st and always present "Forum" link out leaving the rest of the links.

shadow82x

#1
Its defined in several spots in /sources/load.php and ../Themes/{yourtheme}/index.template.php

After playing around on my development forum in load.php

Find
   // Set the top level linktree up.
   array_unshift($context['linktree'], array(
      'url' => $scripturl,
      'name' => $context['forum_name_html_safe']
   ));


Make it
// Set the top level linktree up.
array_unshift($context['linktree'], array(
));
Colin B
Former Spammer, Customize, & Support Team Member

GetSlamed

Shadow82x thanks for the quick reply. Much thanks indeed.  ;)

Tyrsson

If this is solved feel free to mark it as solved by selecting it from the bottom of the thread next to the linktree.
PM at your own risk, some I answer, if they are interesting, some I ignore.

GetSlamed

Will do as soon as I can check it out

GetSlamed

Well done mate. Works just like you said it would. Kudos.

shadow82x

No problem. :) Glad it worked out.
Colin B
Former Spammer, Customize, & Support Team Member

Advertisement: