Athena Template Error - "Newest Post" links incorr
Posted: Fri Jun 04, 2004 2:02 am
The orange "Newest Post" icons that appear before a thread name when a new post has been made are not working correctly.
For example, one link took me too:
http://www.phpmemx.net/~unrealir/forums ... php?p=2194
However, the browser started at the top of the page (as normal) instead of jumping to the post mentioned (which it should do).
The code making this link needs to include the bookmark for the post so that (supported) browsers can jump to the correct post (instead of forcing a user to scroll through posts s/he has already read).
IIRC, this wasn't a problem in the original theme (I'll double-check that sometime). It can be fixed (is it easy? I don't know. I'd have to look at the php code for this...) by tweaking the code that generates the URL for the Newest Post links to include "#<postnumber>"
For example, one link took me too:
http://www.phpmemx.net/~unrealir/forums ... php?p=2194
However, the browser started at the top of the page (as normal) instead of jumping to the post mentioned (which it should do).
The code making this link needs to include the bookmark for the post so that (supported) browsers can jump to the correct post (instead of forcing a user to scroll through posts s/he has already read).
IIRC, this wasn't a problem in the original theme (I'll double-check that sometime). It can be fixed (is it easy? I don't know. I'd have to look at the php code for this...) by tweaking the code that generates the URL for the Newest Post links to include "#<postnumber>"