PDA


View Full Version : How can i put my own custom made header?


selene
06-28-2005, 08:14 AM
How can i put my own custom made header for the VBA?

FightRice
06-28-2005, 10:27 AM
Just for vBa or is it for your forums to?

selene
06-28-2005, 03:53 PM
just for VBa not for forums.

tomshawk
06-28-2005, 05:07 PM
Create a child style of the one you are using now, Tell vbA in the default settings to use the new style and edit it how ever you want. ;)

;)To see what I mean

go to my site

http://www.tech-unity.com

Notice the style, now go to the forums

http://www.tech-unity.com/forums

change the style to the professional for example.

Now, hit the link to go to the homepage ;)

Brian
06-29-2005, 06:23 PM
tomshawk's suggestion would work, but if you don't want to create a new style then you could use an if condition that looks something like this in your header template.

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

CMPS Header Code Here

<else />

Forum Header Code Here

</if>