How To Change Main Menu Buttons / Links In Milky Way? »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - How To Change Main Menu Buttons / Links In Milky Way?



jpavly [ Sat 24 May, 2008 14:21 ]
Post subject: How To Change Main Menu Buttons / Links In Milky Way?
Hello there,

How can I change the top menu buttons?
I mean the Home Forum New (xx) Profile Search FAQ Log out.
My style has New PMs, witch I want to remove and add New posts.

Thanks!


Mighty Gorgon [ Thu 12 Jun, 2008 11:07 ]
Post subject: Re: How To Change Main Menu Buttons / Links In Milky Way?
Edit overall_header.html


jpavly [ Sun 15 Jun, 2008 15:03 ]
Post subject: Re: How To Change Main Menu Buttons / Links In Milky Way?
Thanks man

For the rest of the people:

OPEN overall_header.html
FIND
Code: [Hide] [Select]
<!-- IF S_DISPLAY_PM --><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a><!-- IF PRIVATE_MESSAGE_INFO_UNREAD --><a href="#"> / </a><a href="{U_PRIVATEMSGS}" class="pm-new-link">{PRIVATE_MESSAGE_INFO_UNREAD}</a><!-- ENDIF -->&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- ENDIF -->

ADD BEFORE OR AFTER
Code: [Hide] [Select]
<a href="search.php?search_id=newposts">New Posts</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;


You can also hide in comments or delete the PMs code if you don't want it




Powered by Icy Phoenix