[BUG] Permalinks are broken in multiple ways

MXXIV·2/13/2015, 3:33:20 PM·2 votes·1,037 views
  1. On normal sane sites, permalinks use hashtag (#), like http://site.com/post_666#reply_13. There instead, for some reason, you use GET parameters (which are, by normal sane sites, used to pass data to server), like http://site.com/post_666?reply=reply_13 I created a script to fix this. This forum is too retard for code blocks, so here's external link: http://pastebin.com/hwbERnfU
  2. The forum is taking about 16 seconds to load, which is exactly the ammount of time you have to wait before the ?reply=blabla takes to start scrolling. Normal hashtag permalink is INSTANT!
  3. Normal sites use site posted time and wrap it with permalink URL. Here post times are not clickable.

0 Comments