QUOTE (Yirkha @ Jul 23 2008, 21:19)

QUOTE (Akkurat @ Jul 23 2008, 19:23)

Why the link is not like this?:
CODE
http://www.hydrogenaudio.org/forums/index.php?showtopic=64879#entry578866
Because it's supposed to be a permanent link.
The # anchors are processed by your local web browser and work in one page only, therefore the topic page, where the particular post is to be found, would have to be added to the URL too. Then, if someone uses different number of posts per page, or some moderator deletes a lolcat post earlier in the thread for clarity reasons, the link could lead to a wrong page.
Moreover, it would almost never work right for people using the threaded view.
Yes of course, I should have thought about that (I'm very familiar with html, php, etc.).

QUOTE (Yirkha @ Jul 23 2008, 21:19)

On the other hand, when just the ID of the post to display is passed, the forum software can generate a proper redirect just for you and your viewing settings.
Then using the JS popup address in the actual link would solve this "problem" easily. Right? I should have suggested this from the get go.
QUOTE (Yirkha @ Jul 23 2008, 21:19)

QUOTE (Akkurat @ Jul 23 2008, 19:23)

OT: New forum bug: string &# changes into � when "Preview Post" is clicked.
Patterns like &#
number; are obviously processed as
HTML entities. Very useful thing - e.g., if you want to write the Place of Sajdah sign, but accidentally doesn't have a key for it on your keyboard, you just write ۩ and it appears like
۩. Can be also used to do other interesting things...
Yesyes but, my point was that this should happen only with "valid" patterns (like: 
 (decimal), $ (hex)). The
&#entry578866 (from forum links) shouldn't be converted to
�entry578866. Maybe rarely happening but when it happens, it could be hard to detect, especially when the link address is not shown, e.g.
this is my link (in the actual post).
And it only happens when clicking the "Preview Post". This doesn't happen when posting the message without clicking the preview.