Fix the post link button
locallyunscene
Feeder of Trolls Join Date: 2002-12-25 Member: 11528Members, Constellation
<div class="IPBDescription">I'll explain inside</div>In the upper right hand corner of each post there is a link that is the number of this post in this thread. That way you can link directly to a post. The problem is that it doesn't work. Using the Twitter thread as an example:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->If I click on the the thread, this is the link I get.
http://www.unknownworlds.com/forums/index.php?s=&showtopic=105038
If click on the number, the link I get doesn't work.u
http://www.unknownworlds.com/forums/index.php?s=&showtopic=10649&view=findpost&p=1691737
because it always defaults to topic 10649, which doesn't exist. The correct link is:
http://www.unknownworlds.com/forums/index.php?s=&showtopic=105038&view=findpost&p=1691737<!--c2--></div><!--ec2-->
If you right-click on the link and do "copy link location" it works, but the pop-up link you get when you click it is wrong.
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->If I click on the the thread, this is the link I get.
http://www.unknownworlds.com/forums/index.php?s=&showtopic=105038
If click on the number, the link I get doesn't work.u
http://www.unknownworlds.com/forums/index.php?s=&showtopic=10649&view=findpost&p=1691737
because it always defaults to topic 10649, which doesn't exist. The correct link is:
http://www.unknownworlds.com/forums/index.php?s=&showtopic=105038&view=findpost&p=1691737<!--c2--></div><!--ec2-->
If you right-click on the link and do "copy link location" it works, but the pop-up link you get when you click it is wrong.
Comments