The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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!
|
#2
|
||||
|
||||
This is impossible, isn't it?
|
#3
|
||||
|
||||
Seems like a great idea.
|
#4
|
||||
|
||||
Quote:
|
#5
|
||||
|
||||
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.
|
#6
|
|||
|
|||
just create a file that runs querys like this:
Code:
update user set usergroupid=10 where post>100; just cron job the file and that should do the trick. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|