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

mikhailian’s picture

There 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.

mikhailian’s picture

Status: Active » Postponed (maintainer needs more info)
Akela’s picture

I 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

Akela’s picture

Status: Postponed (maintainer needs more info) » Active

Is 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...

mikhailian’s picture

Er... 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.

Akela’s picture

Thank 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?

mikhailian’s picture

Status: Active » Closed (fixed)

I pushed to HEAD the version with a proper configuration UI in /admin/settings/moderation_log. Can be downloaded here.