Recent content by timothy259856

  1. timothy259856

    How to create a simple real-time word count for editor?

    I know this topic is too old but are there anyway to change the content of the editor by js?
  2. timothy259856

    XF 1.2 Server slowdown because of many POST <forum>/login/csrf-token-refresh requests (?)

    How about now? Does cross-tab communication technique exist in last version of XenForo? Because we just saw some strange action of csrf-token-refresh now!
  3. timothy259856

    How to detect OverlayTrigger dialog was close?

    I've face with a problem that when user click on an OverlayTrigger link, it's open a dialog, when user submit the dialog, in the Controller, I just response a message. So how to know that we receive that message? My purpose is when I know the operation is done, I'll execute some function in js...
  4. timothy259856

    Error when try to create my own api.

    Hi, I've try to create my own api (bridge) to work with XenForo core, here is my demo api.php code: <?php error_reporting(-1); ini_set("display_errors", 1); /** *** INIT XF **/ define('SCRIPT_ROOT', empty($_SERVER['SCRIPT_FILENAME']) ? '../' ...
  5. timothy259856

    Confessional - ThemesCorp.com [Deleted]

    please add moderation queue for posting new confession.
  6. timothy259856

    Lack of interest Watched All Categories - Resources Addon

    How to Watched All Categories for member?
  7. timothy259856

    Can we make new style for our route page?

    Yes, you right, I can handle with the CSS and some trick to override the CSS of XenForo :) Thank you for your help, I've create my own addon with my own route, I think the handle in the PAGE_CONTAINER is the good solution :)
  8. timothy259856

    [Tinhte] XenTag

    How can I intergrate my own addon's content to XenTag? At currently, XenTag support content for Thread and Resource. I've read the source code I look like it's has too many things to take care! Thank you!
  9. timothy259856

    XF 1.5 Miscellaneous improvements

    Nice guys :)
  10. timothy259856

    Can we make new style for our route page?

    I want to create new page with my route, can I apply a new style for my page only? I mean that my page will not depend on Xenforo style (color, width...).
  11. timothy259856

    Said Goodbye to Windows This Week

    How about Sublime 2? :D
  12. timothy259856

    Fixed Alerts -> Clicking Avatar

    Confirmed, but I think take to the content is correct, however it's still load the member data before go to alert content page (saw the loading idicator)...
  13. timothy259856

    HX - Server OverLoad

    What XF version which you use? I'll take a look.
  14. timothy259856

    Thank for your response, I'm solved it with Content Type Management of Chris D :-)

    Thank for your response, I'm solved it with Content Type Management of Chris D :-)
  15. timothy259856

    Content Type Management

    Nevermind my question, I've done with it :) Thank for nice addon.
Top Bottom