Post
Topic
Board Services
Re: CONTEST: design loyce.club home page
by
suchmoon
on 11/12/2020, 01:13:33 UTC
~

I think integer math works better for folder splits:

Code:
var thread_link = "http://loyce.club/archive/topics/" + (thread_id / 10000 >> 0) + "/" + thread_id + ".html";

No need to check for length.