News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Where's My Button?

Started by mabley, June 27, 2010, 06:44:25 PM

Previous topic - Next topic

mabley

I followed this tutorial to add a button to our wiki on our navigation bar.  However, the text part of the button has not appeared.  If you mouse over the gap where it should go, the not-there button highlights itself and will work.

How do I get the text to display in with the button?

Our site: http://www.absitomen.com
SMF 2.0 RC3

Here is the code:
'wiki' => array(
'title' => $txt['lexicon'],
'href' => 'http://www.absitomen.com/wiki',
'show' => true,
'sub_buttons' => array(
),
),


Thank you

Mick.

Try this:

'wiki' => array(
'title' => 'Wiki',
'href' => 'http://www.absitomen.com/wiki',
'show' => true,
'sub_buttons' => array(
),
),


Then clear the cache in admin ;)

mabley

Yay! Topic solved.  *hugs*

Mick.


Advertisement: