The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vb Usergroups
I want to make some changes to usergroups and permissions.
I had four usergroups. Newbies > Members > Senior members > VIP Members. I want to change to Newbies > Members > Senior members. I edited the promotions too. Now how do I shift the VIP members to Senior members group? When I try to delete VIP members usergroup it says "All members of this usergroup will revert to the Newbie group." As I mentioned I edited the promotions too, so will the system adjust the users itself and allocate the current users according to the new promotion settings? E.g, I changed promotions from Newbies to Members from 10 posts to 25 posts. So the users that have more than 10 posts were Members, but according to the new promotion settings users with even 24 posts should be in Newbies. So the users that have less than 25 posts, will they automatically be moved back to Newbies or do I have to do something for that? |
#2
|
|||
|
|||
No the promotion system won't demote users. But you can use Move/Prune users (under Users in the admincp) to move everyone back to Newbies, then run the promotion scheduled task.
|
Благодарность от: | ||
Max Taxable |
#3
|
|||
|
|||
Quote:
Step by step instructions please. Just FYI, there are around 70k users. |
#4
|
|||
|
|||
Hmm, 70k users. I'm not sure how it will work with that many. I haven't done it with that many. I also haven't done it on a live forum. It will probably work, but you might want to close it first to avoid users seeing themselves in the wrong group, and to make it go faster.
Anyway, you would do this: 1) In the admincp, go to Users > Prune / Move Users 2) For the usergroup, select the group you are moving users *from* 3) Enter 0 for "Has not logged on for x days" 4) Press 'Find' 5) Look at the list to make sure it looks like the users you want to move, then scroll to the bottom and select the "Move" radio buttton, and the group you want to move them to, and press "Go'. 6) You can repeat steps 1 to 4 to make sure no users are found in the old group. and repeat the above if you have another group to move. But as I said I've never tried moving 70k users this way, so I don't know if that will be a problem. If there's a limit on the users is shows in the list, you may have to do the above multiple times. Anyway, once that's done, you would then go to the Scheduled Task manager, find the "User Promotions" task, and press the "Run Now" button on the right. That should promote all eligible users to the correct group. |
Благодарность от: | ||
CAG CheechDogg |
#5
|
||||
|
||||
Hmmm, 70k, I wonder if it would be better to do this via a query? I would be willing to bet, trying to do 70k will not work, you might have to do them 1000 at a time, depending on the server.
|
#6
|
|||
|
|||
Quote:
Code:
UPDATE user SET usergroupid = newbiesusergroupidhere WHERE posts <=24 Code:
UPDATE user SET usergroupid = seniorusergroupidhere WHERE posts >whateverpostcountpromotestoseniorgrouphere |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|