PDA

View Full Version : User Group Hack


LanciaStratos
11-11-2001, 07:59 PM
I'd like for a member's user group to change whenever they reach a certain amount of posts, so that I may give "senior" members access to more features. Can anyone do this? Thanks! :)

LanciaStratos
11-13-2001, 02:13 AM
This is impossible, isn't it? :(

Nam
11-13-2001, 08:40 PM
Seems like a great idea.

LanciaStratos
11-13-2001, 09:26 PM
Originally posted by Nam
Seems like a great idea. Yeah, I'm actually suprised it's not already an integrated part of vBulletin.

Nam
11-13-2001, 10:18 PM
Although I don't know about PHP, I guess it's impossible since this hack runs inside Admin panel, not outside the forum. Good luck then, but if there is one, I'm happily to install it. Great feature to get more people to post.

holev
11-14-2001, 08:24 AM
just create a file that runs querys like this:

update user set usergroupid=10 where post>100;

this query puts every user that has more than 100 posts in the user group 10.

just cron job the file and that should do the trick.