Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 12-16-2010, 01:20 PM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh yes, they always take it personally. But since our moderators have already discussed it, and voted on it, even if they run to another mod it does them no good. The second mod may tell them they voted not to infract, but has to admit a majority felt an infraction was warranted.

I really don't see how your system solves this, since they'll just mass PM all the mods with the drama, knowing that only one of them issued it.
Reply With Quote
  #12  
Old 12-17-2010, 02:48 AM
INFAMOU$ INFAMOU$ is offline
 
Join Date: Sep 2010
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No they don't because they don't know who it came from and if they reply to the PM it won't go anywhere..
Reply With Quote
  #13  
Old 12-17-2010, 03:01 AM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, that's too funny. Your entire staff is completely anonymous??? Even in the "View Site Leaders" section it's just completely blank? New moderators don't take on any new labels? Nobody posts site updates?
Reply With Quote
  #14  
Old 12-17-2010, 03:31 AM
INFAMOU$ INFAMOU$ is offline
 
Join Date: Sep 2010
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No no.. they can still go out of their way to contact a mod directly after the fact.. but most just don't worry about it. But when the PM comes with the infraction to begin with it just makes it to easy for them to reply and complain...

I managed to fix it all for anyone who is wondering....

Look for line:
PHP Code:
$infdata->set('whoadded'$vbulletin->userinfo['userid']) 
Change to:
PHP Code:
$infdata->set('whoadded'$vbulletin->userinfo['userid'] ='xxx'); 
where xxx is the USER ID you wish the infraction to come from, in my case it's a user called "The Automatic Moderator" this line shows up in the users profile where it states the date it was issued and who it was from.

Look for line:
PHP Code:
$pmdm->set('fromuserid'$vbulletin->userinfo['userid']); 
Change to:
PHP Code:
$pmdm->set('fromuserid'$vbulletin->userinfo['userid'] ='xxx'); 
where xxx is the userID you want the PM to come from, this will most likely be the same ID as above and this displays the avatar and info in the PM message to the user

[B]Look for line:
PHP Code:
$pmdm->set('fromusername'$vbulletin->userinfo['userid']); 
Change to:
PHP Code:
$pmdm->set('fromusername'$vbulletin->userinfo['userid'] ='The Automatic Moderator'); 
where The Automatic Moderator is what you want the user to see who the PM came from in the Inbox list. You can type in whatever you want but most likely the Name of the ID you use.

Hope this helps some others!
Reply With Quote
  #15  
Old 12-17-2010, 06:52 PM
g0dfather1984 g0dfather1984 is offline
 
Join Date: May 2008
Posts: 449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the help. Was curious about this myself a while back. One small problem. I receive a database error when trying to give an infraction after doing so:

Database error in vBulletin 4.0.8:

Invalid SQL:

SELECT IF(thread.visible = 2, 1, 0) AS isdeleted,


threadread.readtime AS threadread, forumread.readtime AS forumread,
post.pagetext AS description,
thread.*


FROM thread AS thread




LEFT JOIN threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = User Name)
LEFT JOIN forumread AS forumread ON (forumread.forumid = thread.forumid AND forumread.userid = User Name)

LEFT JOIN post AS post ON(post.postid = thread.firstpostid)


WHERE thread.threadid = 13035;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Bot)
LEFT JOIN forumread AS forumread ON (forumread.forumid = thread.forumid' at line 14
Error Number : 1064
Request Date : Friday, December 17th 2010 @ 02:46:40 PM
Reply With Quote
  #16  
Old 12-20-2010, 12:47 AM
INFAMOU$ INFAMOU$ is offline
 
Join Date: Sep 2010
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

interesting.. not sure?! I am running 4.1.0 on mySQL 5.0 no errors?!
Reply With Quote
  #17  
Old 09-07-2019, 11:11 AM
CSAdm CSAdm is offline
 
Join Date: Apr 2016
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry to resurrect and old thread. Is there a plugin that will allow you to specify the originator of an infraction? Is everyone successfully using this mod?
Reply With Quote
  #18  
Old 09-09-2019, 12:30 AM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CSAdm View Post
Sorry to resurrect and old thread. Is there a plugin that will allow you to specify the originator of an infraction? Is everyone successfully using this mod?
When you say "Originator" you are referring to the person who gave the infraction? That is something that I don't think you would accomplish with this. Its something a developer might need to tackle.
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 06:00 AM.


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.04199 seconds
  • Memory Usage 2,237KB
  • 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
  • (6)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete