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

rightchoice2c_me’s picture

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.

mattwmc’s picture

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. ;)