The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide deletion notices for (Super-)moderators
Hi, i'm looking for hack (or guide what i need to edit), that hides deletion notices for Moderators and Supermoderators.
And no, the settings "Can See Deletion Notices" have no effect on Moderators and Supermoderators, because they always can see Deletion Notices. I asked on vBulletin forum and they sent me here Here is my thread: http://www.vbulletin.com/forum/showthread.php?t=296626 So, can anyone help me with that? THX a LOT Holy |
#2
|
|||
|
|||
Moderators at my forum have requested the exact same thing, they know what those notices mean, but it would be faster to moderate a forum without a lot of those intercalated notices. Thanks ...
|
#3
|
|||
|
|||
you dont need a mod for this. just set it in usergroup settings
|
#4
|
|||||
|
|||||
Quote:
Once again: And no, the settings "Can See Deletion Notices" have no effect on Moderators and Supermoderators, because they always can see Deletion Notices. And vBulletin tech support confirmed that and say i need a mod for this settings. Please read THIS. Quote:
Holy |
#5
|
|||
|
|||
Anyone? I thing, a LOT admins welcomed this feature.
Holy |
#6
|
|||
|
|||
This does seem rather useful. I'll look into it.
|
#7
|
|||
|
|||
thanks
|
#8
|
||||
|
||||
Yes I would like this as well.... I keep everything and there are things the mods don't need to see once they are removed.
|
#9
|
|||
|
|||
I don't know off hand if there's a better way, but if you open forumdisplay.php and look for this:
Code:
// filter out deletion notices if can't be seen if ($forumperms & $vbulletin->bf_ugp_forumpermissions['canseedelnotice'] OR can_moderate($foruminfo['forumid'])) { $canseedelnotice = true; $deljoin = "LEFT JOIN " . TABLE_PREFIX . "deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread')"; } Code:
OR can_moderate($foruminfo['forumid']) I suggest waiting for somebody to confirm that there's no better way to do this though before ripping out code. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|