PDA

View Full Version : Comment number as a link to comments page


Tommy
10-21-2006, 03:03 PM
I searched a lot, but could not get the answer.

I am using <COMMENT_POPUP> to display a link to comments page. After that tag I have <IMAGE_COMMENTS_NUMBER> which is not under the link. My question is how to get the number of comments to be part of the link.

At the moment the comments link is something like this: Comments (http://bla.bla) (2) But I would like it to be like this:Comments (2) (http://bla.bla)

Hope someone can help.


OK, found a solution on my own. I replaced <COMMENT_POPUP> (<IMAGE_COMMENTS_NUMBER>) with the following line:
<a href='index.php?showimage=<IMAGE_ID>' onclick="window.open('index.php?popup=comment&amp;showimage=<IMAGE_ID>','Comments','width=480,height=540,scrollbars=yes' );">Comments (<IMAGE_COMMENTS_NUMBER>)</a>

Joe[y]
10-21-2006, 04:45 PM
it's always good when users post their solutions. thanks.