Recent content by emu87

  1. E

    Custom BB Code Manager

    Can you tell me, when you plan to release the new version. I want to go online with my site very soon. Over 100 Queries in not acceptable on a live system. So i have to fix it myself, or checkout your new version. If you send me your alpha version i can help you to improve it.
  2. E

    Lack of interest Allow uppercase syntax in orderDirection.

    Maybe this is my fault. But i think it other developer just make the same mistake. XenForo/Model/Thread.php line 109 please change to: if (!isset($fetchOptions['orderDirection']) || $fetchOptions['orderDirection'] == 'desc') to if (!isset($fetchOptions['orderDirection']) ||...
Back
Top Bottom