News:

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

Main Menu

Move Buttons

Started by Dan1984, May 30, 2005, 05:20:34 PM

Previous topic - Next topic

Dan1984

Hi guys,

I have added the main button menu at the top of the forum to another part of my site now I want to remove the original button set from the forum. please view my site to see what I mean.

www.sussexforums.co.uk

Thanks for any help.

Dan1984


forumite

#2
The original buttons are in Themes/your_theme/index.template.php starting with:


// Show the menu up top.  Something like [home] [help] [profile] [logout]...


and ending with:


<a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/logout.gif" alt="' . $txt[108] . '" style="margin: 2px 0;" border="0" />' : $txt[108]), '</a>';
}

Advertisement: