I want to hide the add new comment link in the head area above the image (div: editdes) but I can't finde it in the photos.module file. Does someone know the code-string which puts the link in the head (so I can delete it)? THX

Comments

berdir’s picture

Status: Active » Fixed

Dou you want to disable comments on photos at all or just remove the link ?

Disabling comments is possible at admin/settings/photos.

To remove only the link you can change to template "photos_imageview.tpl.php", comment out the following line:

print $image->links['comment'];

You can copy this template into your theme folder, so that it doesn't get overwritten by a new version of the module.

QuirinKoerner’s picture

Status: Fixed » Active

Thank you! Exactly the information I needed and also thank you for the very quick reply.

berdir’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.