Yep, but this looks like a something that can be customized, and it looks like user friendly - probably I will have to find part of code that is responsible for those contents and then put something inside. I will try solve how to do it.
By the way - do you maybe have problems wiht "please wait, loading" circle? I've got this problem all the time, different users, different browisers.
http://community.mybb.com/thread-111522-...#pid831947
I'm pretty sure that's theme problem. I'm working on default theme: no problem. I'm switching back to your theme: first post ok, second: infinite loading.
your code differ a little (in post_bit -> postbit)
default: id="post_{$post['pid']}"
yours: id="pid{$post['pid']}"
but one way or another: it rather not helping anyway
maybe more changes in code will
By the way - do you maybe have problems wiht "please wait, loading" circle? I've got this problem all the time, different users, different browisers.
http://community.mybb.com/thread-111522-...#pid831947
I'm pretty sure that's theme problem. I'm working on default theme: no problem. I'm switching back to your theme: first post ok, second: infinite loading.
your code differ a little (in post_bit -> postbit)
default: id="post_{$post['pid']}"
yours: id="pid{$post['pid']}"
but one way or another: it rather not helping anyway
