PDA


View Full Version : select a different template from the forums


mattym
07-07-2005, 09:50 AM
basically i want to change the navbar options, but i dont want to mess the forums up, so a duplicate template with the necessary changes will do, but how do i pick a different template?

KW802
07-07-2005, 10:29 AM
So you want two unique navbars, one in CMPS and one in the forums?

mattym
07-07-2005, 11:04 AM
yes please

Brian
07-07-2005, 12:26 PM
An if condition would probably be easier...

<if condition="THIS_SCRIPT == 'adv_index'">
CMPS navbar links
<else />
vB navbar links
</if>

mattym
07-07-2005, 03:57 PM
An if condition would probably be easier...

<if condition="THIS_SCRIPT == 'adv_index'">
CMPS navbar links
<else />
vB navbar links
</if>

thanks Brian

where would i put this and how would it know what to use? :confused:

Brian
07-07-2005, 03:59 PM
You would put it in your navbar template and replace the 'CMPS navbar links' and 'vB navbar links' there with whatever code you want displayed for each.