Is it possible to put the "new" image of the comments outside the comments page.
I saw it on LL blog.
For example:
TITLE
Posted By GaMerZ @ 11:13 In Blogs | 3 Comments (new) |
Is it possible to put the "new" image of the comments outside the comments page.
I saw it on LL blog.
For example:
TITLE
Posted By GaMerZ @ 11:13 In Blogs | 3 Comments (new) |
I have mine next to my comments on the inline comments. I'm not really sure what you mean?
Sorry, i try to make it more detailed.
Currently:
on my index.php, it will display posts, so if the post is new to the user, there will be a "new" indicator beside the post title. User will know how many new comments they have on the index page, but they do not know which post contains the new comments. When they click on the comments page of the post which is index.php?p={ID} then if the comments is new, the "new" indicator will appear beside the comment' author.
I would like to as is it possible to tell which posts have new comments on the index.php page?
Use the 'ak_comments_popup_link()' function as detailed in the 'how_to_use.txt' file included with the hack:
Step 6.
To show if there are new comments on a post from the link to the comments for that post, replace the comments_popup_link() in the posts loop with ak_popup_comments_link()
hmm even if i did not use popup comment page still can use?
The comments don't pop-up unless you enable the pop-up script. comments_popup_link() (misstyped above) is the one used in the default template.
oh okie thanks =D
This topic has been closed to new replies.