The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
e-steki User ModLog v1.1.3 - An alternative to moderation AutoPM Details »» | |||||||||||||||||||||||||||
e-steki User ModLog v1.1.3 - An alternative to moderation AutoPM
Developer Last Online: Jul 2012
A big thanks to everyone who nominated or voted this for MOTM September 2007! e-steki User ModLog What is this about? This modification shows the user a table in his UserCP with the latest moderator actions that are performed in his posts/threads. 1. Why this and not Moderation Auto-PM?
Admin FeaturesDon't forget to Mark as Installed! Support will be provided only for a few days after each release. Thanks a lot to famfamfam.com for the icons and to SirAdrian for his answers to my questions. As the admincp screenshot was resized by those stupid attachment limits that Paul M refuses to change, here is the original one: Show Your Support
|
Comments |
#112
|
|||
|
|||
maxXximum from vBGo reported this SQL-error-message.
Code:
Database error in vBulletin 3.7.0 Beta 5: Invalid SQL: SELECT modtable.usergroupid as modgroup, modtable.username as moderator, editlog.postid as postid, editlog.reason as reason, editlog.dateline as dateline, editlog.userid as modid, post.threadid as threadid, forum.forumid as forumid, thread.title as threadtitle, forum.title as forumtitle, post.title as action FROM vb7editlog as editlog LEFT JOIN vb7post as post ON (post.postid = editlog.postid) LEFT JOIN vb7thread AS thread ON (thread.threadid = post.threadid) LEFT JOIN vb7user AS modtable ON (modtable.userid = editlog.userid) LEFT JOIN vb7forum AS forum ON (forum.forumid = thread.forumid) WHERE post.userid = 3 AND post.userid != editlog.userid AND 1203889380-editlog.dateline <86400 AND modtable.usergroupid IN () ORDER BY editlog.dateline DESC LIMIT 10; 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 ') ORDER BY editlog.dateline DESC LIMIT 10' at line 19 Error Number : 1064 |
#113
|
|||
|
|||
In the case of deleted messages/threads, the reason and the deleted content, could be shown in some way to the user, for him to associate the infraction with the content.
|
#114
|
||||
|
||||
I know this mod is flagged as unsupported, but I want to report an issue with it which I hope Michelle will look in to.
We have a large forum and are experiencing serious SQL slow downs with this query: Quote:
Is there an alternative, more efficient way of doing this? I have had to disable the mod until a fix is found, and I would suggest that anyone with a big forum check their SQL performance when using this. |
#115
|
|||
|
|||
Unless somebody else thinks of a way to fix this, personally I am unable to think of a most efficient query.
Sorry. :/ |
#116
|
||||
|
||||
Quote:
[Edit : I have added an index on moderatorlog.userid and have re-enabled to see whether that has any effect. It should do, I'm guessing and hoping.] [Edit 2: Nope, still having problems - disabling.] |
#117
|
|||
|
|||
Installed (also marked) on vB 3.7 CR2, works fine. :up: Thanks Michelle.
|
#118
|
||||
|
||||
Michelle, does this mod only report on certain types of moderator actions?
I ask because it is, by the looks of it, reporting checked posts from this mod: https://vborg.vbsupport.ru/showthread.php?t=173609 |
#119
|
|||
|
|||
it doesnt work for posts moved to another thread
|
#120
|
|||
|
|||
It does, but it incorrectly notifies the thread author instead of the post authors.
Its a known bug that I will fix sometime, but I don't know when... |
#121
|
|||
|
|||
Does this hack work with vB 3.7 GOLD ??
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|