View Full Version : Signature on Registration..
wolfe
01-23-2005, 11:53 PM
i was looking through my site and i can't seem to notice an option to have the sig box on like the older vbulletin
how would i add one so all my members are required to have one ??
Colin F
01-24-2005, 07:34 AM
i was looking through my site and i can't seem to notice an option to have the sig box on like the older vbulletin
how would i add one so all my members are required to have one ??
While it would require a bit of modification to make the signature be required, you could add a custom profile field as a "second signature" and make that required.
Then, add $post[fieldX] to the postbit template, exchanging the X for the postbitfieldID.
wolfe
01-24-2005, 09:06 AM
While it would require a bit of modification to make the signature be required, you could add a custom profile field as a "second signature" and make that required.
Then, add $post[fieldX] to the postbit template, exchanging the X for the postbitfieldID.
well i was thinking about that the other day could i add a textarea then make it add whats in that content into the database in the signaure field ??
Colin F
01-24-2005, 09:44 AM
well i was thinking about that the other day could i add a textarea then make it add whats in that content into the database in the signaure field ??
Hmmm... that would be an option.
The easiest would probably be to make a cron job to update the signature field once an hour with the value in the profile field...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.