Customizing SMF > Graphics and Templates

SMF2.0 - modifying theme to add menu-bar buttons

<< < (2/2)

Eren Yaşarkurt:
Plese follow *my* instructions, they are pretty straight forward.

splashmonkey:
Indeed they are, and they seem to work fine. Only one gotcha though (and I'm sure it's something simple!) - the extra buttons appear after the "logout" button. Is there an easy way to change the location so that they appear between "Members" and "Logout"?

Thanks again for you help - it really is appreciated.

Eren Yaşarkurt:
For that you'll have to modify Subs.php, the way H described it in his topic.

thunder63cs:
I am having the same issue with buttons being there but no text.  ok by dumb luck I fouind the fix for it when I added this code:

          'wiki' => array(
             'title' => $txt['Wiki'],
             'href' => 'http://',
             'show' => true,
             'sub_buttons' => array(
             ),
          ),

fixed the title not showing up but making it look like this:

         'wiki' => array(
             'title' => 'Wiki',
             'href' => 'http://',
             'show' => true,
             'sub_buttons' => array(
             ),
          ),
and now it all works. 

Navigation

[0] Message Index

[*] Previous page

Go to full version