Modify Top Menu »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Modify Top Menu



pasquale [ Mon 16 Mar, 2009 15:24 ]
Post subject: Modify Top Menu
Hi. I have installed black perl for phpbb3 and i try to modify top menu because i want write in top menu a button Home.
how i can do it?
thanks and exscuse me for english.


Limun [ Mon 16 Mar, 2009 16:49 ]
Post subject: Re: Modify Top Menu
which one u want to rename ? Forum to Home ?

if yes than :
open your styles\black_pearl\template\menu_block.html

find this line
Spoiler: [ Show ]


and change it to
Spoiler: [ Show ]


or you can do it in lang. file (note : depending of which language you use)
language\en\common.php

find this line
Spoiler: [ Show ]


and edit ONLY what you see with red letter here
Spoiler: [ Show ]


thats all


pasquale [ Mon 16 Mar, 2009 17:49 ]
Post subject: Re: Modify Top Menu
Limun wrote: [View Post]
which one u want to rename ? Forum to Home ?

if yes than :
open your styles\black_pearl\template\menu_block.html

find this line
Spoiler: [ Show ]


and change it to
Spoiler: [ Show ]


or you can do it in lang. file (note : depending of which language you use)
language\en\common.php

find this line
Spoiler: [ Show ]


and edit ONLY what you see with red letter here
Spoiler: [ Show ]


thats all


thanks but i want modify also the link: i want that when click on the button show the home page of the site and not of forum


Limun [ Mon 16 Mar, 2009 17:53 ]
Post subject: Re: Modify Top Menu
Spoiler: [ Show ]


pasquale [ Mon 16 Mar, 2009 17:57 ]
Post subject: Re: Modify Top Menu
Limun wrote: [View Post]
Spoiler: [ Show ]


I want also modify the order of button and add other.
how i can?
thanks


Limun [ Mon 16 Mar, 2009 18:05 ]
Post subject: Re: Modify Top Menu
adding

Spoiler: [ Show ]


u cam add it few but pay attention on this
affter <!-- IF S_USER_LOGGED_IN --> button will see only loged in users
so keep order to avoid permision


example of moveing

Spoiler: [ Show ]



this what you see is moving of Private message button to end

i hope you understand


pasquale [ Mon 16 Mar, 2009 18:18 ]
Post subject: Re: Modify Top Menu
Limun wrote: [View Post]
adding

Spoiler: [ Show ]


u cam add it few but pay attention on this
affter <!-- IF S_USER_LOGGED_IN --> button will see only loged in users
so keep order to avoid permision


example of moveing

Spoiler: [ Show ]



this what you see is moving of Private message button to end

i hope you understand


I want move Home to first position before and after login


Limun [ Mon 16 Mar, 2009 21:31 ]
Post subject: Re: Modify Top Menu
pasquale wrote: [View Post]

I want move Home to first position before and after login


before or affter
anyway here is before login

Spoiler: [ Show ]


btw this Home like this everibody see guests and members


pasquale [ Mon 16 Mar, 2009 22:21 ]
Post subject: Re: Modify Top Menu
Limun wrote: [View Post]
pasquale wrote: [View Post]

I want move Home to first position before and after login


before or affter
anyway here is before login

Spoiler: [ Show ]


btw this Home like this everibody see guests and members


THANKS




Powered by Icy Phoenix