Quote:
Originally Posted by Logician
Provided that you installed the hack, you don't edit any .php files anymore to apply conditionals. These are "template conditionals" so you put them inside templates.
For instance if you want to display different header template according to different conditions, you edit your header template and apply your conditionals here.
a sample template with conditionals:
Needless to say you'll replace "show this text" texts with HTML code that you want to display
|
Hmmm...thanks for the fast reply! I am still a little slow on the take here.
So in my HEADER template, If I would say use; usergroup 6 to get a different HEADER (Banner,logo etc.) to view when they click into the Member Club forum, What code would I use for VB to see that it needs to change the header to an entirely differently designed Header?
Would I need to create an alternative HEADER (say HEADER2) template? What would the exact code be?
Sorry to be a pain!!!