I didn't see this anywhere in the issue Queue or documentation, hope I'm not stating the obivous! But I think it would be great if the 'Publish Link' was available in Views for Comments that are in the 'approval queue'. Is there a way to do this?
Thanks!
Comments
Comment #1
malaussene commentedCurrently it is not implemented but it is a nice feature. patch welcome.
Comment #2
Wassim Ghannoum commentedu can implement it, it's so easy..
u will need the view module and the token module...
go to view add a new field to ur view (comment id), if u don't want this field to appear u can exclude it...
and than add another field (Custom text), configure this new field:
put the label that u want like "publish", and then right the text that will be printed by this field "click here to publish", and then check the combo box "Output this field as a link", the link path will be:
comment/publish/[cid]
note: if the view of ur comment control panel is a page, it will be nice if ur use this link path:
comment/publish/[cid]?destination=pathofurcommentcontrol
Comment #3
jguffey commented@abou rokaya Are you sure?
I tried accessing comment/publish/2 for example to see if I could mark the comment with ID 2 as published, and I get a 404 page.
Is there another step I'm missing? I'm using D6, with Publish Comment module enabled.
Comment #4
malaussene commentedit is not implemented ATM but as i stated patch welcome.
Comment #5
Wassim Ghannoum commentedi think u should install the module node override option and i will work
i've tried it...
and it's working
Comment #6
aaronbaumanPlease see comment #2 in this issue:
#763306: approval queue