The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Copy User from one Secondary to another
Okay, so I've been digging around and it looks like this will require a modification to do.
Basically what I'm hoping to do is have a way to copy all the users in X secondary usergroup to also be a member of X secondary usergroup. |
#2
|
|||
|
|||
[sql]UPDATE user
SET membergroupids = CONCAT(membergroupids, ',X') WHERE FIND_IN_SET(Y, membergroupids) AND NOT FIND_IN_SET(X, membergroupids)[/sql] Replace X (twice) with the new secondary membergroupid. Replace Y with the current usergroupid. Not tested, make a backup before trying. |
#3
|
|||
|
|||
Backed up and ran.
Worked like a charm! Thanks Marco |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|