The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
exclude header if field is filled?
Hello all,
its basically as it says .. I am trying to exclude the header and footer from showing up if a certain field is filled .. whats the best way to do this? I am not a professional coder but I did have some experience in C++. I'm trying to make it this way but I have no clue why isn't it doing it right PHP Code:
|
#2
|
|||
|
|||
^ ^
wrap that around your header and footer templates. |
#3
|
||||
|
||||
As I posted on vBulletin.com, you'll have to use this conditional instead:
Code:
<if condition="$bbuserinfo[field8] == ''"> $header </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|