Hi,
I have disabled commenting on images by guests and would therefore also disable the (simple) RSS feeds on images for guests as they just say "Not permitted to view comments for this item" which is of course not so nice.
any idea how to do that?
thanks!
MU
Posts: 40
ok, just found out myself ;-)
in modules/rss/module.inc in function getItemLinks
I surrounded the $links[$itemId][] Section by
if ($itemTypeNames[0]=='Album' || $permissions[$itemId]['comment.view'] ) {
Posts: 23
Hi - Happy New Year to all Gallery users!
please can you show your full module.inc ? (or attach file)
I tried to modify but it does not work.
Anyway - is there a way to run rss module WITHOUT setting "view comments" permissions to everyone?
I dont need to show "view comments" in item action as I do not use comments, however I would like to use rss feed for all items.
Thanks.