By mattwmc on
Any idea how to add a login link for anonymous users to the comments sections?
I'm using the ajax comments mod.
Furthermore, anyway to add a logout link/button?
Any idea how to add a login link for anonymous users to the comments sections?
I'm using the ajax comments mod.
Furthermore, anyway to add a logout link/button?
Comments
you can ovveride
you can ovveride template_preprocess_comment() into your theme or add a link in comment.tpl.php.
Copy this tpl from default theme into your theme and add a login link if user id anonymous.
Thanks for the reply. Adding
Thanks for the reply. Adding a link to the comment.tpl - should have thought of that.
Might be a bit out of my league to implement, but I'll keep searching/trying. ;)