Posted by EoinBailey on September 14, 2009 at 9:28pm
Jump to:
| Project: | Publish Content |
| Version: | 6.x-1.1 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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
#1
Currently it is not implemented but it is a nice feature. patch welcome.
#2
u 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
#3
@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.
#4
it is not implemented ATM but as i stated patch welcome.
#5
i think u should install the module node override option and i will work
i've tried it...
and it's working
#6
Please see comment #2 in this issue:
#763306: approval queue