|
|
|
Re: Clicking 'Back' after viewing a message [message #23007 is a reply to message #23005] |
Thu, 24 February 2005 16:55 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The adding of #msg_id is done by JavaScript, it does not cause an additional request to be made if that's what are thinking. Because no additional request is made the browser should not be adding another "back" level, although some browser do it non-the-less.
As to why not use the full links, there are several reasons:
1) Caused issues for some search engines.
2) Makes URLs longer, which adds up given how many of those links appear on every page.
FUDforum Core Developer
|
|
|
|
|
|
Re: Clicking 'Back' after viewing a message [message #23030 is a reply to message #23028] |
Sun, 27 February 2005 00:16 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Frank, in some instances the id of the message you are being redirected to is not known. Once such a case is when there is a link to 1st unread message. In other cases I'll review the situation and whenever possible add #tag.
FUDforum Core Developer
|
|
|