The Arcive of vBulletin Modifications Site. |
|
[suggestion] Allow users to hide postbit icons Details »»
|
|||||||||||||||||||||||||
Some of my users don't want to see them. I'm adding a custom profile field to hide them, but it may be an option that others would like to see.
hmmm, seems my idea isn't working. Anyone know why? Code:
<if condition="$post[field8] == 'Show'"> $post[crowns]$post[champtext]<br /> </if> Code:
<if condition="$bbuserinfo['field8'] == 'Show'"> <br />$post[crowns]$post[champtext]<br /> </if> Show Your Support
|
|||||||||||||||||||||||||
![]() |
|
|