Hi There,

On the listing of comments below a view of a page, I do not want a user to edit his comments. Thus I want to remove the edit link from below every comment. Does any one know how to do this. If yes, I would be grateful if you would share a few pointers.

Regards,
Netplay

Comments

dawehner’s picture

you can do it with using http://api.drupal.org/api/function/hook_link_alter/6 in your module

that all :)
----------------------------------------
German IRC-Channel: irc.freenode.net #drupal.de ... Jabber-me: dwehner@im.calug.de

netplay’s picture

What element of the links array do I need to change. I cannot find the word "edit" with the href link in the links array .. :(