PDA

View Full Version : Replacing the NavBar... PLEASE REPLY URGENT!!


MickeyD
09-19-2004, 09:13 PM
I am wanting to replace the navbar with a flash file that would be a little more creative and different. Also a site similar to mine uses the same code and I don't like how similar they look. So how can I replace the navbar with a flash file? Is there any problems one would see with doing this that I might encounter? PLEASE RESPOND QUICK ON THIS! I appreciate all the help! Thanks in Advance.

mholtum
09-19-2004, 11:01 PM
just edit the navbar template, remove the code for the navbar and insert the code for the fashnavbar. Easy $$

Admincp /Stylemanager / name of style / Navagation & Breadcrumbs / Navbar

Our Sponsors
 

MickeyD
09-20-2004, 02:25 PM
is there a way to do it where i can keep the original navbar for the forums only?

Brian
09-20-2004, 02:45 PM
navbar template:

<if condition="THIS_SCRIPT == 'adv_index'">

Flash File Code

<else />

Default navbar code

</if>

Our Sponsors
 

MickeyD
09-20-2004, 08:04 PM
i know i said thanks in advance BUT THANKS A TON! Both of you thank you so very much I hope you have a great week and God Bless!

MickeyD
09-20-2004, 08:26 PM
AHH i forgot! What if i want the flashbar to be on every page by itself and then both the flashbar and navbar on the forum site?

MickeyD
09-21-2004, 06:26 PM
!?

Brian
09-22-2004, 11:57 AM
Flash code

<if condition="THIS_SCRIPT != 'adv_index'">

Navbar code

</if>