Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: Dan1984 on May 30, 2005, 05:20:34 PM

Title: Move Buttons
Post by: Dan1984 on May 30, 2005, 05:20:34 PM
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.
Title: Re: Move Buttons
Post by: Dan1984 on May 31, 2005, 08:42:00 AM
*Bump*
Title: Re: Move Buttons
Post by: forumite on May 31, 2005, 11:21:09 AM
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>';
}