Link doesn't go to comment

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Trench
Regular
Posts: 85
Joined: Fri Nov 05, 2004 11:38 am

Link doesn't go to comment

Post 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.
abdussamad
Regular
Posts: 117
Joined: Fri Apr 21, 2006 10:11 pm
Location: Karachi, Pakistan
Contact:

Post 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}">
Trench
Regular
Posts: 85
Joined: Fri Nov 05, 2004 11:38 am

Post by Trench »

Thanks. That worked perfectly.
Post Reply