Closed (fixed)
Project:
Moderation Log
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 May 2010 at 09:25 UTC
Updated:
20 Mar 2011 at 20:45 UTC
Thanks for the AUthor ;-)
One question: I can't find the settings page on my /admin page. I see the blok, but after changes - the pages with nodes and comments do not show anything.
How can I set the settings?
Comments
Comment #1
mikhailian commentedThere are no settings except one extra permission that appears under /admin/user/permissions.
Just enable the Moderation Log block and edit a node or a comment as a different user, that is, not as the 1st author. You will have to have appropriate permissions for that, e.g. edit any page content for page nodes.
Comment #2
mikhailian commentedComment #3
Akela commentedI seem to have the same problem as the OP. I created a couple of test users with edit permissions. I keep editing posts/comments of other test users, but nothing shows up either in the block nor on the detail page.
I am using Moderation Log 6.x-1.x-dev (2010-Jul-10) on D6.19
Comment #4
Akela commentedIs there something obvious I was supposed to do but missed it? Perhaps, a module that Moderation Logs needs to operate? I do not have too many modules enabled right now, so this might be it...
Comment #5
mikhailian commentedEr... The whole module is a nasty hack. AFAIR, you need to have a Taxonomy named 'Rulez' so that nodes from that taxonomy appear on the delete confirmation pages of nodes and comments.
Once you select one of the terms of the 'Rulez' taxonomy when deleting a node or a comment, you log into `moderation_log_node` and `moderation_log_comment` tables that are displayed in the block.
Comment #6
Akela commentedThank you for your answer. I can see what you mean about it being a hack :)
While the checkboxes with terms from Rulez appear when I attempt to delete a node, no log results.
Also, there no checkboxes show up when I edit a node. Is this how the module was designed?
Comment #7
mikhailian commentedI pushed to HEAD the version with a proper configuration UI in /admin/settings/moderation_log. Can be downloaded here.