Search results

  1. Naz

    Rosters and Personnel Status Reports [Paid]

    Naz submitted a new resource: Rosters and Personnel Status Reports - Rosters and personnel status reports for clans, guilds, teams and more. Read more about this resource...
  2. Naz

    Paid Name Changes [Paid]

    NixFifty submitted a new resource: Paid Name Changes - Require users to pay in order to change their username. Read more about this resource...
  3. Naz

    Fixed Incorrect z-index when editor popup is displayed on top of an editor toolbar

    Can be triggered pretty easily on create / edit resource pages here.
  4. Naz

    Mirror Images [Paid]

    NixFifty submitted a new resource: Mirror Images - Automatically convert hot linked images to attachments. Read more about this resource...
  5. Naz

    Thread Chapters [Paid]

    NixFifty submitted a new resource: Thread Chapters - Break large posts in to digestible chapters, complete with navigation. Read more about this resource...
  6. Naz

    Parse HTML [Paid]

    NixFifty submitted a new resource: Parse HTML - Allow users with permission to post parsed HTML content. Read more about this resource...
  7. Naz

    Poke Users [Paid]

    NixFifty submitted a new resource: Poke users - Allow users to poke each other. Read more about this resource...
  8. Naz

    User Onboarding [Paid]

    NixFifty submitted a new resource: User Onboarding - Onboard your users by having them complete tasks for profile completion. Read more about this resource...
  9. Naz

    Fixed XF.CheckAll no longer works as expected

    Seems like this change now means that a boolean is returned and has led to the following error: Uncaught TypeError: $checkboxes.each is not a function at fn.updateState (form.js?_v=b9f32edd:1118) at fn.init (form.js?_v=b9f32edd:1101) at applyHandler (core.js?_v=b9f32edd:7567) at...
  10. Naz

    Calendar [Paid]

    NixFifty submitted a new resource: Calendar - Event management system for XenForo. Read more about this resource...
  11. Naz

    Tickets: Help Desk and Knowledge Base [Paid]

    NixFifty submitted a new resource: Tickets - Full-fledged support system solution for XenForo 2. Read more about this resource...
  12. Naz

    Fixed Expiry date when using XF.ToggleStorageData is not adhered

    Unless I'm missing something, using the set function on XF.ToggleStorageData and passing an expiry seconds value has no effect for cookies. It looks syncToStorage in XF.ToggleStorageDataInstance does not include it when writing. let storage = XF.ToggleStorageData.getInstance('cookie')...
  13. Naz

    Duplicate No error is displayed when build.json refers to a non-existent folder

    When a build.json includes a path to an additional file that doesn't exist, no error is shown and there's no kickback letting you know files are missing.
  14. Naz

    Fixed Empty build.json will prevent add-on from being built

    As title. A build.json like this: { } ...will cause an error when trying to build an add-on. In ReleaseBuilder.php line 247: [XF\PrintableException] Cannot build add-on due to build.json error: No...
  15. Naz

    Fixed Release builder doesn't strip root path prefix for _no_upload/

    To reproduce: Build an add-on with some files in _no_upload/ The root path prefix of the no_upload/ folder is not stripped so you'll get /Users/nix/path/to/addon_no_upload/, etc Seems to be similar to this bug report with a similar fix...
  16. Naz

    Not a bug Serialised fields to JSON upgrade steps duplicated

    Is there a particular reason why the serialized fields to json upgrade steps are duplicated in the 2.1 alpha steps and then the 2.1 beta 2 steps? I realize the issue the other week necessitates running them again to ensure everything is converted but I'm not really seeing the benefit of running...
  17. Naz

    Fixed Serialised content array not converted to json

    I had an active report before I updated and it looks like the serialised array in content_info was not converted to json leaving me with the following: ErrorException: [E_NOTICE] Undefined index: node_id in src/XF/Report/Post.php at line 12 XF::handlePhpError() in src/XF/Report/Post.php at line...
  18. Naz

    Fixed 404 urls cause unfurl.php to loop constantly

    To reproduce: Post or preview a post that contains a link that leads to a 404 Observe unfurl.php looping constantly My tests have been unscientific but I was able to trigger similar behaviour with a link on one line and markdown on the next but can't seem to reproduce that one anymore...
  19. Naz

    Fixed Thread list item meta info is misaligned when the last poster is ignored

    To reproduce: Post a thread as user A Ignore user B Get user B to post on the thread created in step 1 Any page with thread list items (new posts, forum view, etc) will now have that thread misaligned because the ignored user's avatar is missing
  20. Naz

    Fixed Extremely long labels on bookmarks will also stretch the bookmark add UI

    There's also no feedback on how long a label can be. If I save the bookmark with this label, it claims to save successfully but the label doesn't "stick".
Back
Top Bottom