Recent content by lamvunhat

  1. lamvunhat

    Xen Cache

    Compatible XF Versions 1.3.0 RC1
  2. lamvunhat

    Xen Cache

    No need to change anything.
  3. lamvunhat

    Xen Cache

    1.1.x has been tested.
  4. lamvunhat

    Xen Cache

    All backend config is the same. All the cache data is deleted (When Install/Uninstall/Enable/Disable Add-on). Why is this necessary? For example: Xen Cache add-on cache query count thread in forum. Then, you install an another add-on (We'll call it B). This add-on also listen to modify query...
  5. lamvunhat

    Xen Cache

    See: $config['cache'] = array( 'enabled' => true, 'cacheSessions' => true, 'frontend' => 'core', 'frontendOptions' => array( 'caching' => true, 'cache_id_prefix' => 'xf_' ), 'backend' => 'xcache', 'backendOptions' =>...
  6. lamvunhat

    Xen Cache

    Xenforo using ZF1 as core library see http://framework.zend.com/manual/1.12/en/zend.cache.html for more infomation.
  7. lamvunhat

    Xen Cache

    See this config in xenforo core config: $config['cache']['cacheSessions'] = true; All cache data is deleted (As flush cache). If xenforo core cache session, this action may be delete all cache session data.
  8. lamvunhat

    Xen Extra Alert

    lamvunhat updated Xen Extra Alert with a new update entry: Inlinemod support Read the rest of this update entry...
  9. lamvunhat

    Unmaintained Xen Extra Alert - Inlinemod support

    Inlinemod tool is supported.
  10. lamvunhat

    Xen Extra Alert

    lamvunhat updated Xen Extra Alert with a new update entry: Bug Fix Read the rest of this update entry...
  11. lamvunhat

    Unmaintained Xen Extra Alert - Bug Fix

    Fixed: Get alert when deleting own post.
  12. lamvunhat

    Xen Extra Alert

    In this version, the add-on support only soft delete post in thread. This add-on was created at the request of @dwi. Discussion: http://xenforo.com/community/threads/notify-user-when-his-post-gets-soft-deleted-hidden-with-corresponding-reason.66626/
  13. lamvunhat

    Xen Cache

    lamvunhat updated Xen Cache with a new update entry: Adding the clear cache option. Read the rest of this update entry...
  14. lamvunhat

    Unmaintained Xen Cache - Adding the clear cache option.

    Some minor modifications. Adding the clear cache option. Upgrate Note: All cache data is deleted. This can affect the user's logon session.
Top Bottom