I want to fetch a specific post from mybb_posts table and want to display url of that post. Currently I am using this method:
This is working fine for normal urls, But how to do it when forum is gzip compresed. In this case URLs are:
So how do accomplish this task?
echo " <a href='http://www.example.com/showthread.php?tid=". $row[tid] ."&pid=". $row[pid] ."#pid". $row[pid] ."' target='_blank' class='linkstyle'>";
echo $row[subject] ."</a><br>";
This is working fine for normal urls, But how to do it when forum is gzip compresed. In this case URLs are:
http://www.example.com/thread-192-post-654.html#pid654
So how do accomplish this task?
www.vubscs.com ( A new way of Mybb)