Log in

View Full Version : Hide Logo or Header per user


MiskaTorn
04-10-2007, 08:41 PM
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

MiskaTorn
04-12-2007, 05:47 AM
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.

<if condition="$bbuserinfo[fieldx] != No">
.......
<else />
........
</if>

This way if you set Yes as default, then the header will show up, if the user changes it to no then an alterenate header will show up.

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.