The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Data Manager & "Edit Forum Permissions"
I'm trying to control Edit Forum Permissions For Usergroup: [USERGROUP] in Forum [FORUM] permissions through a nightly cron process, and was wondering which data manager (if there is one), that will allow me to change those settings. Specifically, I'm trying to toggle "Can View Others' Threads" based on specific count. Is this possible?
Thanks! |
#2
|
|||
|
|||
Sorry, I'm not sure exactly what permission you want to change - do you want to change the permission of each user based on post count? You could probably do that with a promotion to a usergroup with that permission.
|
#3
|
|||
|
|||
It's based on a count outside of the vBulletin system, but I want to be able to manage permissions in the system based on it. It's really more of a generic request to see if there is a way to use the data manager to modify the forum permissions or not. Under normal circumstances it I could just update a field; but the the bitfields won't let me do that. Thanks for the help!
|
#4
|
|||
|
|||
OK, I guess then the answer is no, there doesn't appear to be a data manager for that. If you look in admincp/forumpermission.php in the 'doupdate' section, you can see how the admincp does it.
Edit: Maybe you already know this and were just wondering about a datamanager, but basically it looks like if a usergroup has custom permissions in a forum, then there's a row in the forumpermission table for the usergroupid and forumid, with a forumpermissions column for the permission bits. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|