Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-20-2009, 10:04 AM
HolyKiller HolyKiller is offline
 
Join Date: Dec 2006
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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
Reply With Quote
  #2  
Old 01-21-2009, 10:51 PM
Luis Larios Luis Larios is offline
 
Join Date: Dec 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ...
Reply With Quote
  #3  
Old 01-23-2009, 11:44 AM
dmknights dmknights is offline
 
Join Date: Jul 2007
Location: UK
Posts: 460
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you dont need a mod for this. just set it in usergroup settings
Reply With Quote
  #4  
Old 01-28-2009, 10:23 AM
HolyKiller HolyKiller is offline
 
Join Date: Dec 2006
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dmknights View Post
you dont need a mod for this. just set it in usergroup settings
Did you read my post and the thread at the link what i posted?

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:
Quote:
Originally Posted by Jake Bunce
That is the only permission for it:
Admin CP -> Usergroups -> Usergroup Manager -> Edit Usergroup -> Can See Deletion Notices

Make sure this is disabled for their primary and secondary usergroups.
Like i said, this option i set to "NO" (viz attach), but they still can see deletion notices (i test it on my test account and it is true). Moderators and Supermoderators don't have secondary usergroup, just the primary.
Quote:
Originally Posted by Jake Bunce
I just tested this and you are right. It seems moderators can always view deletion notices. That actually makes sense.
So, is there ANY chance to DISABLE it for supermoderators and moderators? My moderators are rly confused by the deleted messages (deletion notices), because we migrate from phpBB to vBulletin and this is rlly obtrusive thing for my mod.

And like i said, i don't want delete posts physicaly, because this is one (of the milion ) thing what i like on vBulletin. Delete messages so users can't see it and they think posts are gone, but if any problems come, i can un-delete messages and problem is solved

Thanks for your answer

Holy

EDIT: And moving individual posts to some "trash" section is crazy.
Quote:
Originally Posted by Jake Bunce
You can do it with custom code. But you would have to ask on www.vbulletin.org for help with that.
So i am here

Holy
Reply With Quote
  #5  
Old 02-08-2009, 05:34 PM
HolyKiller HolyKiller is offline
 
Join Date: Dec 2006
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone? I thing, a LOT admins welcomed this feature.

Holy
Reply With Quote
  #6  
Old 02-09-2009, 07:44 PM
Webmaster961 Webmaster961 is offline
 
Join Date: Jan 2005
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This does seem rather useful. I'll look into it.
Reply With Quote
  #7  
Old 04-18-2009, 07:18 PM
HolyKiller HolyKiller is offline
 
Join Date: Dec 2006
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #8  
Old 04-18-2009, 08:31 PM
R1lover's Avatar
R1lover R1lover is offline
 
Join Date: Apr 2006
Location: Northern Ca
Posts: 428
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #9  
Old 04-19-2009, 07:18 AM
j883376 j883376 is offline
 
Join Date: Mar 2005
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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')";
	}
And remove
Code:
OR can_moderate($foruminfo['forumid'])
That should do it.

I suggest waiting for somebody to confirm that there's no better way to do this though before ripping out code.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:53 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07256 seconds
  • Memory Usage 2,240KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete