When on the settings page (usercp.php), we see "Latest Reputation Received" as the first main section, and "Latest Reputation Given" as the second similar section underneath. Both sections contain direct hyperlinks to the post which prompted the reputation action, but the links (URL) on the Given section are not build the same as the Received section and are failing to show the post.
The URL is missing an important parameter: &p=<post_id>, so that the link directly shows the related post.
e.g. Not working URL on Given section:
e.g. Working URL on Received section:
The URL is missing an important parameter: &p=<post_id>, so that the link directly shows the related post.
e.g. Not working URL on Given section:
HTML:
http://board.freeones.com/showthread.php?911911-This-Thread#post1234567
e.g. Working URL on Received section:
HTML:
http://board.freeones.com/showthread.php?201307-That-Thread&p=9876543#post9876543