The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide Logo or Header per user
I was wondering if someone could make a modification that would hide the logo or the entire header for a user.
This would go hand in hand with hiding avatars and signitures as some headers are not work safe Thanks |
#2
|
|||
|
|||
Just in case anyone is curious, this is the simple fix I came up for this.
I created a new custom profile field and set the conditions to yes or no, single selection radio. Then I added this code. Code:
<if condition="$bbuserinfo[fieldx] != No"> ....... <else /> ........ </if> I did this because some users prefer a different logo on the header because the original one may not be work safe. I know this is very simple, but figured I'd post it just in case someone else is looking. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|