| CSI -> UI -> Comments with long articles and "Add Comment" page jump -
21-09-2006, 06:45 AM
I found that with a longer news article, one that takes more then a screen length, the Add Comments link always scrolls the screen back to the top. This is a bit disorienting for the user. There is an easy fix that perhaps can be included in the next release, or for those that want it now:
1) Open the comments template and add the following at the top:
<a name = "comments">
2) go down 6 or 7 lines and you'll see a couple spots that say <a href = "#"> change these to <a href = "#comments">
3) in the nwitemnavbar there is also an <a href = "#">. Make the same replacement.
This uses an internal link to display the top of the comments section instead of scrolling to the top of the page. You'll need to go through the other nav bars that have comments and make the same <a href = "#comments"> change as well. |