A big sorry as I posted this under the installation and upgrade help section. Sorry again, please remove it if deemed necessary.
I've been trying to add a tool tip of a story title to the "Latest comments" section, so that when a user hovers the mouse over a comment, the user can view which post the comment belonged to?
I modified the sidebar_comments.php file to the following
Quote:
| echo "<a class='switchurl' href='".$story_url."#c".$row['comment_id']."' title='".$row['link_title']."'>".ShortenText($row['comment_content'])."</a>"; |
The tooltip works, but when users other than me comment on a story, the "Latest Comments" section is never updated, though the comment is displayed on the main story.
I've tried refreshing or clearing the cache, but nothing seems to work.
Just wondering where am I going wrong?
Thanks again,
Jimmy




Linear Mode




