Removing the comment edit link from the comment listing
netplay - November 20, 2008 - 07:20
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

you can do it with using
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
What element of the links
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 .. :(