Foren / Cotonti / Skins / News.tpl, use own image for the comment link?

DemptD
#1 24. Juni 2009, 02:59
Is it possible to use my own image for the comments link?

I made this:



can i link it so that when a user click it they come to "page.php?id=12#comments"

In the news.tpl...
Lombi
#2 24. Juni 2009, 03:01
Yep. Just hack the part of the news plug that contains the comments lang entry + amount of comments.
<a href="http://www.domenlo.com">Surreal Art</a>
DemptD
#3 24. Juni 2009, 03:10
Hmm i did it like this, found a way:

<a href="{PAGE_ROW_URL}#comment"><img src=""></a>

Works :)