The Arcive of vBulletin Modifications Site. |
|
Advanced Signature Details »»
|
|||||||||||||||||||||||||
This modification is designed for use on forums where there is a large number of users or a board that has limited hosting re-sources. With this hack the signature can be limited to selected options so that valuable mySQL space is not used.
This hack uses the in-built profile field script provided by vBulletin with a small bit of code editing. This hack can also be used for more than just a signature. You could also use this script on web-hosting forums ? Computer forums. If you want to make the input private to only a few people then add this code to the beginning of your code. Code:
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"></if> Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Template conditionals should use $bbuserinfo, not $vbulletin->userinfo.
|
|
#3
|
||||
|
||||
|
$vbulletin->userinfo is correct !! it works in template conditionals
|
|
#4
|
|||
|
|||
|
Find me one default vB template that uses $vbulletin->userinfo.
|
|
#5
|
|||
|
|||
|
This topic isint about that bit of code. It's about this small modification. The code can be changed but i have tested it and that bit of text works! :up:
|
|
#6
|
|||
|
|||
|
Who cares as long as it works.. gees.
|
|
#7
|
||||
|
||||
|
Quote:
Quote:
Werd ! |
|
#8
|
||||
|
||||
|
thanx a lot about the code
about the file it is just a repeller for members but disabling visitors to see signatures is gr8 |
![]() |
|
|