View Full Version : Users can't have signature til X amount of posts?
DarkGizmo
03-24-2011, 05:30 PM
Is there a way to limit so that a user cannot have a signature until they hit a certain amount of posts? :) Thanks
Maybe you could make a new user group without signature permission then add a promotion to a group with sig permission ? (I haven't tried it so I'm not sure)
DarkGizmo
03-25-2011, 10:05 PM
That is a good alternative but I could've sworn there was another way of doing this either via admin CP or a modification.....
TheLastSuperman
03-25-2011, 10:22 PM
Borbole has some mods, one for signature based on # of days registered etc check those out here:
https://vborg.vbsupport.ru/member.php?u=369511
Might be helpful :cool:.
DarkGizmo
03-25-2011, 10:40 PM
Hmm thanks but I was looking for something based on post count, not registration date :)
BirdOPrey5
03-26-2011, 01:51 PM
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:
if ($vbulletin->options['days_sigs_enable'] && $joindate < $vbulletin->options['min_days_signature']){
change it to:
if ($vbulletin->options['days_sigs_enable'] && $vbulletin->userinfo['posts'] < 10){
That will disable signatures for users with less than 10 posts.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.