Quote:
Originally Posted by hhEb09'1
Does the View First Unread link have the permalink structure? (I forget, where do I find the View First Unread function?  )
|
I don't think so. I went to General Science and found a new article in a multi-page topic. The URL for first unread (the little arrow-icon) was:
http://www.bautforum.com/general-sci...-new-post.html
PHP Code:
http://www.bautforum.com/general-science/62252-gw-sea-level-new-post.html
It didn't have a page number in the URL.
===
Edit:
Hmm... but if the -new-post.html URL was indirect to the actual new post (it has to be; it can be different for different people) and that was referenced by a permalink... then it could actually be the permalink problem, just hidden from view. I'm getting more suspicious. When I click on the arrow-icon, and go to that new post, then the address bar contains:
GW and sea level
PHP Code:
http://www.bautforum.com/general-science/62252-gw-sea-level-2.html#post1036185
That does have the page in the URL. However I got there, might have been through a permalink. That might be the problem. I don't know how it's implemented, though.
Edit: Yep.
PHP Code:
http://www.bautforum.com/general-science/62252-gw-sea-level-new-post.html
For me, is redirected to
PHP Code:
http://www.bautforum.com/general-science/62252-gw-sea-level-2.html#post1036185
If posts-per-pages were different from that used for the redirect (how is that determined?), then I'd have a good chance of going to the wrong place.