Quote:
Originally Posted by DarkGizmo
Hmm thanks but I was looking for something based on post count, not registration date 
|
If you install borbole's mod you can modify the plugin...
Edit the plugin
Registered Days To Create Signatures... find the line:
PHP Code:
if ($vbulletin->options['days_sigs_enable'] && $joindate < $vbulletin->options['min_days_signature']){
change it to:
PHP Code:
if ($vbulletin->options['days_sigs_enable'] && $vbulletin->userinfo['posts'] < 10){
That will disable signatures for users with less than 10 posts.