Recent content by d.kavelin

  1. D

    [OzzModz] Thread Field Filter

    it fails if you have two or more custom field with "select" type because you will get this conditions * WHERE field_id='field_id1' AND field_value='field_value1' AND field_id = 'field_id2' AND field_value='field_value2' profiler says "Impossible WHERE"
  2. D

    Fixed XenForo_Model_User::updateSessionActivity wrong "substr" function use

    public function updateSessionActivity($userId, $ip, $controllerName, $action, $viewState, array $inputParams, $viewDate = null, $robotKey = '') { ... $controllerName = substr($controllerName, 0, 50); // why 50? In database table "xf_session_activity"column "controller_name" has type...
  3. D

    Lack of interest Save draft without message

    Problem is, if you attach files to your future post and try to save draft without any text in message field, it wont take any effect and you will have to attach your files again. Quick solution, XenForo_Model_Draft::saveDraft line 28 if (!$viewingUser['user_id'] || (!strlen($message) AND...
  4. D

    Creating a large overlay (100% Width from the OverlayTrigger class)

    can be done like this and some style in Extra.css or wherever you want
  5. _lima

    _lima

  6. Address-book

    Address-book

  7. Address-book

    Address-book

  8. D

    Duplicate Watched forum thread on "Recent Posts" page has icon "Watched"

    To reproduce: start watching forum Add-on Releases and on Recent posts page all threads of this forum will have icon "Watched"
  9. D

    BbCodes & Buttons Manager

    Is disable of button works for poster and viewer now? And if I disabled button for only "Unregistered / Unconfirmed" and "Registered" groups Administrators and Moderators also can't use button
  10. D

    Fixed Micro bug. Wrong edit link in "Confirm Deletion of Permission Group" window

    Admin template "permission_permission_group_delete", <strong><a href="{xen:adminlink 'permissions/permission/edit', $permissionGroup}">{$permissionGroup.permission_group_id}</a></strong> Should be <strong><a href="{xen:adminlink 'permissions/permission-group/edit'...
  11. D

    Trigger XF jQuery functions for AJAX loaded HTML

    new XenForo.ExtLoader(e, function() { XenForo.createOverlay('', e.templateHtml, options).load(); });
  12. D

    asdgasdg asdg

    asdgasdg asdg
  13. D

    Mem "When I Take A Sip Of My Favourite Drink"

    From what movie this scene?
  14. D

    срсрм

    срсрм
  15. D

    fgsdgdsfg sdfgsdg

    fgsdgdsfg sdfgsdg
Top Bottom