Closed (fixed)
Project:
Album Photos
Version:
6.x-2.5-beta3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2008 at 11:57 UTC
Updated:
14 Jul 2012 at 23:24 UTC
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
Comment #1
berdirDou 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.
Comment #2
QuirinKoerner commentedThank you! Exactly the information I needed and also thank you for the very quick reply.
Comment #3
berdirComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.