The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Don't let the bots see the signature
On vBulletin 3, I've seen this minor template mod on Sitepoint.com.
On the sitepoint.com forums, all bots can not see the signatures, thus the bots are not caching the signature. How would you be able to do such customization? TIA. |
#2
|
||||
|
||||
hmmm use an if conditional to not show sigs to guests?
|
#3
|
|||
|
|||
Quote:
So, how do you use an 'if condition' to not show sigs to guests? |
#4
|
||||
|
||||
in your postbit template find
HTML Code:
<if condition="$post['signature']">
HTML Code:
<if condition="$post['signature'] AND $bbuserinfo['userid']">
|
#5
|
|||
|
|||
Thanks Sebastian.
|
#6
|
||||
|
||||
Code:
<if condition="$post['signature'] AND $bbuserinfo['userid'] > 0"> - Zero Tolerance |
#7
|
|||
|
|||
Quote:
|
#8
|
||||
|
||||
Yeah i saw no problems with it, wondered why it didn't work, so i added a condition onto the variable just to double check.
- Zero Tolerance |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|