PDA

View Full Version : Changing the header on the website


Demolition man
08-17-2004, 05:10 PM
I would really like to remove the top part from the main website that is also on the forums. And then add a different header. So how can i add that new template as header?

Brian
08-17-2004, 06:39 PM
Just use some if conditions in your normal header template...

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

New Header

<else />

Forum's header code here

</if>

;)

Our Sponsors
 

iiyoN
08-17-2004, 10:08 PM
set up a new style (use that new style @ CMPS)

edit templates in that new style
common templates -> "header" (delete all)
+ if u want to .. "footer" delete all except for the copyright.

i think it looks better that way - otherwise it's kinda messed up due to too much space between the 2 copyrights.

Demolition man
08-18-2004, 07:26 AM
set up a new style (use that new style @ CMPS)

edit templates in that new style
common templates -> "header" (delete all)
+ if u want to .. "footer" delete all except for the copyright.

i think it looks better that way - otherwise it's kinda messed up due to too much space between the 2 copyrights.
Great Idea I did what you said but only got one problem.
The main forum layout takes the same layout as the main page. Even tho i change in Forum Manager To custom style and to overwrite it. :confused:

EDIT: nvm found it.

Our Sponsors
 

Parabolart
04-23-2005, 11:50 PM
Just use some if conditions in your normal header template...

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

New Header

<else />

Forum's header code here

</if>

;)

thanks (: