Page 1 of 1

Link doesn't go to comment

Posted: Sun May 25, 2008 10:51 am
by Trench
When I receive an e-mail and click on the link to view the comment it doesn't take me directly to that comment. I'm using the freshy theme.

Any help would be appreciated.

Posted: Sun May 25, 2008 1:52 pm
by abdussamad
I see what you mean. I forgot to add a comment anchor. You'll have to edit comments.tpl in the freshy folder. Find this line:

Code: Select all


<div class="comment">

and replace it with this line:

Code: Select all

        <div class="comment" id="c{$comment.id}">

Posted: Mon May 26, 2008 9:15 am
by Trench
Thanks. That worked perfectly.