I would like to disable users commenting on albums. I would only like to allow comments on photos. Can anyone help?
(Just removing a link wold do, I do not necessarily have to disable the commenting mechanism)
Thanks, Tasa
Edit album -> album tab -> blocks to show on album. Remove the comment block Edit album -> album tab -> blocks to show on photo. Add the comment block
Dave _____________________________________________ Blog & G2 || floridave - Gallery Team
Thanks for the reply. I have tried that already. However this does not remove links from the side bar.
I need "item action" in the side bar, because I want people to be able to add images easily. Item actions block contins commenting functionality.
I am currently filtering these trom itemLinks.tpl:
{if $link.moduleId != "comment"} {g->itemLink link=$link lowercase=$lowercase} {/if} {/foreach}
but this removes all links, including the link to list all comments (which is rather useful).
Tasa
Posts: 27300
Edit album -> album tab -> blocks to show on album. Remove the comment block
Edit album -> album tab -> blocks to show on photo. Add the comment block
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 11
Thanks for the reply. I have tried that already. However this does not remove links from the side bar.
I need "item action" in the side bar, because I want people to be able to add images easily. Item actions block contins commenting functionality.
I am currently filtering these trom itemLinks.tpl:
but this removes all links, including the link to list all comments (which is rather useful).
Tasa