kaB00M
06-12-2008, 10:00 PM
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.
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"></if>
With this code only members in the groups 1, 2 and 3 will be able to see the signature. This is good if you want to use this for a hosting forum so only technicians or admin members can see the details. Great if you want the user to input there password and cPanel username.
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.
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"></if>
With this code only members in the groups 1, 2 and 3 will be able to see the signature. This is good if you want to use this for a hosting forum so only technicians or admin members can see the details. Great if you want the user to input there password and cPanel username.