Closed (cannot reproduce)
Project:
Spam
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
19 Jan 2010 at 16:21 UTC
Updated:
30 Dec 2010 at 01:30 UTC
Hi, I have the spam module enabled for comments and blog posts. I see the "mark as spam" link on the comments, but I don't see it appearing on the actual blog posts.
Do I need to do anything extra for this to appear?
Thanks!
Justinian
Comments
Comment #1
reikiman commentedOh, good, I'm not crazy, someone else is having this problem.
In my case I'm not even seeing the 'mark as spam' link on comments.
Comment #2
reikiman commentedThe method spam.module:spam_links is what I'd expect to control this. It contains
Either condition would block creation of the links in question. I don't understand the first condition except it seems one thing it checks is whether the given content type is checked by the spam module. The second one however indicates that you have to enable 'administer spam' for whatever role you have. Shouldn't the second check also check if $user->uid === 1 ??
Comment #3
gnassar commentedNo, user_access automatically returns TRUE for uid 1.
Comment #4
gnassar commentedSeems to work fine for me -- blogs are selected in the "content to filter" part of the Spam admin page, and the user has permission to administer spam.
Please re-open if you continue to have this problem, confirm that both above are true, and we'll troubleshoot from there.