Recent content by Sidane

  1. Sidane

    Easy User Ban 2 by Siropu [Paid]

    Ah ok, that's the problem. I'm only seeing the bug in my local development environment which requests /js/siropu/eub/moderator.js and returns a 404. I'm seeing this 404 because I've got $config['development']['fullJs'] = true; set in my config.php. This ignores the min="1" attribute when...
  2. Sidane

    Easy User Ban 2 by Siropu [Paid]

    Thanks for checking. I think the bug is a little more subtle than what I first thought. To recreate what I'm seeing try the following: Enable "Require ban reason" option in the Admin CP Set some pre-defined reasons Submit a ban form with a pre-defined reason selected You should see a...
  3. Sidane

    Easy User Ban 2 by Siropu [Paid]

    @Siropu I think there may be a bug with the pre-defined "Ban reason options" in this add-on. When filling in the ban form and choosing a pre-defined reason, a validation error appears saying a reason must be given. The reason text field is blank. When a custom reason is put in that field, the...
  4. Sidane

    s9e Media Sites

    Great, thanks. The user actually figured out that workaround by himself :)
  5. Sidane

    s9e Media Sites

    @JoshyPHP a member on my site tried to embed a Spotify track with this URL: https:// open.spotify.com/episode/37Tik1kHq7J2WcYcoLiypt (I've split the URL into two strings so it isn't parsed by the official XenForo 2 Spotify media code). That URL wasn't recognised by your Spotify media code as...
  6. Sidane

    XF 2.1 How best to extend core XenForo Javascript event handlers multiple times?

    Yes good idea. I'll see about putting something together when I have time.
  7. Sidane

    XF 2.1 How best to extend core XenForo Javascript event handlers multiple times?

    I've run into an issue with extending a core XenForo Javascript event handler multiple times which hopefully someone can offer some guidance on. I have two add-ons which are extending the element handler XF.QuickReply. Specifically the #afterSubmit method (see js/xf/message.js around line...
  8. Sidane

    s9e Media Sites

    Thanks @JoshyPHP. Upgraded my site to the latest release and it's working well. Thanks for the super fast turn around!
  9. Sidane

    s9e Media Sites

    Great add-on @JoshyPHP. I have a feature request I hope you'll consider. Would it be possible to add support for using a proxy for outbound curl requests? My site uses a proxy for outbound requests (as configured via the XenForo config). However, this configuration is not taken into account in...
  10. Sidane

    Easy User Ban 2 by Siropu [Paid]

    Hi @Siropu, great add-on, thanks for making it. One suggestion: On the member_macros list of links, can the add-on hide (or replace) the "Ban Member" link which is part of XenForo core? See attached screenshot. Clicking the "Ban member" link opens the default XenForo ban form, without the...
  11. Sidane

    UI.X 2

    Thanks for confirming.
  12. Sidane

    UI.X 2

    This is good to hear, I'm strongly considering using UI.X for my site when I upgrade to XF2 in the coming months. Am I correct in saying this 2.1 compatible version will be an extension of the current UI.X theme and not a separate theme? I don't want to buy UI.X now and then find I have to pay...
  13. Sidane

    XF 2.0 Member Stats

    I just came across this thread while starting work on an add-on to extend the Notable Members page with a new statistic using new database queries et al. Turns out I don't need it, Member Statistics has everything I need. Awesome work XenForo! 👏
  14. Sidane

    Fixed Notable Members links ignoring permission limits

    On the Notable Members page, when viewing a list of members, the sidebar "Members" list shows all links regardless of permission limits. To Reproduce Create a new Member Statistics in the Admin CP, the search criteria aren't important Add a "Permission limit" which excludes guest users (e.g...
Top Bottom