The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Ok i just wanted to know how to make it so the Moderators on my board can't delete my posts because this gets really annoying. I think it should be a feature in 2.0.4 . when you set the user Permissions and such.
|
#2
|
||||
|
||||
Good suggestion, I agree that the new vB version (won't it be 2.1 ?) should have an option where Mods can't delete Admin's posts....
|
#3
|
||||
|
||||
In editpost.php, add the red part of this code:
Code:
if ($postinfo[userid]=="1" and $bbuserinfo[userid]!="1") { show_nopermission(); } } else { // otherwise, post is being edited |
#4
|
||||
|
||||
what if you have 2 admin's?
|
#5
|
||||
|
||||
Then you do something like this:
PHP Code:
|
#6
|
||||
|
||||
What I don't understand is why people let people be mods on their boards (and stay mods) when the mods repeatedly do something that makes them so obviously untrustworthy...
Anyway, neogeniseva, please enter your license information in your profile. Thanks! |
#7
|
||||
|
||||
[QUOTE]Originally posted by tubedogg
What I don't understand is why people let people be mods on their boards (and stay mods) when the mods repeatedly do something that makes them so obviously untrustworthy... Anyway, neogeniseva, please enter your license information in your profile. Thanks! |
#8
|
||||
|
||||
Quote:
|
#9
|
||||
|
||||
[QUOTE]Originally posted by Goldfinger
can my mods still delete other peoples posts with this code? |
#10
|
||||
|
||||
No problem.
Everything he said is right. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|