Version: 1.1.3, by Lea Verou
Developer Last Online: Jul 2012
Category: Miscellaneous Hacks -
Version: 3.6.8
Rating:
Released: 08-10-2007
Last Update: 08-14-2007
Installs: 134
Uses Plugins Template Edits
Additional Files
No support by the author.
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?
Its not intruding for the user. In fact, I decided to make this because the Moderation Auto-PMs I was receiving by tons were too annoying to bare.
Its not in the Modification Graveyard, so there is a much higher chance of updates and support ;-P
It allows more types of actions to show (unfortunately exept hard deletes).
Its more visually appealing ;-)
Users have to make more clicks to discuss an issue with the moderator, which makes it a little harder for them to protest ;-)
Most forums have some "moderation routines" that involve many moderator actions. Especially in this case MAP can be REALLY annoying.
You can select to hide the Moderator column, so no hatred will begin after the action as the user will not know who performed it.
2. Features
Admin Features
Absolutely NO template modifications and you even get to control where the table will be placed in the UserCP with a simple setting!
Ability to hide who the moderator that performed the action was.
Fully phrased.
Your moderators will not see their own actions, but the actions performed by other moderators on their posts/threads (customizable).
You get to control which action types will be shown and how many of them.
Ability to set a cutoff limit, so that actions that are performed before X days will not show.
Ability to specify which mod/admin usergroups' actions will display.
Displays actions from the moment you install it, even old ones, it doesn't display only the actions that are performed afterwards.
A nice, usable and extensive manual instead of an ugly readme.txt ;-)
End user Features
Easy spotting of the action type by the nice colorful small icons (provided by famfamfam.com. Thanks!)
Actions that were performed after the user's last visit will display in bold. Of course, they are sorted according to the date and time they were performed.
There is a link to the thread that the action is about. If the action is about a post, then the link takes the user to that specific post. There is also a link for the forum that contains that thread, in case the user does not remember what it is.
The table is collapsible, and if it has nothing to display it doesn't show, just like the other tables in the UserCP.
The username of the Moderator (if the admin has selected him to show) is formatted according to usergroup and links to his profile (so the member can send him a pm to talk about it, if he wishes to do so)
Full date and time displayed.
Don'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
This modification may not be copied, reproduced or published elsewhere without author's permission.
Version 1.1.1
------------------
Fixed the action 20 (edit post) bug
Also the manual now contains instructions for manual addition of the template hooks if you don't have them and a simple tutorial for changing the icons associated with each action type.
@Wulfnoth: The template edits that you requested are now included in the manual
@winduff: Try this one, now the queries are two (one if you exclude action 20 from showing) but much lighter ones. If it doesn't work, answer the following (if its private info for you, answer in a pm):
1. How big is your forum? (users, posts, threads)
2. Are you on a shared server?
3. If you know how to navigate through phpmyadmin, how large is the moderatorlog table and the deletionlog table?
Thank you winduff
I'm glad it finally works for you.
A note to non-coders: Don't pay so much attention to the number of queries that a hack adds, but rather the type of them. I tried so hard to make this add only one query initially, and it turned out to be such a heavy one that it couldn't even be executed in winduff's installation! Now that there are 2 queries (if you want to display post edits, otherwise its still one) they are much lighter together than the previous one alone.
This could be a lesson to some that the number of queries that a hack adds by itself doesn't always reflect how heavy the hack is. In this case, as was proven, 2 queries were far better than one.