Recent content by mattrogowski

  1. mattrogowski

    XF 2.2 First post (XXX) in thread YYY could not be pinned

    Would probably need to open a support ticket to have it investigate then, but it seems like there's incorrect data in the database.
  2. mattrogowski

    XF 2.2 First post (XXX) in thread YYY could not be pinned

    Addons are often mentioned in stack traces purely because the classes have been extended and it's running through the chained parent calls. The error is coming from core code, triggered when the first post of the thread doesn't exist in the array of posts in the thread. It's likely running...
  3. mattrogowski

    [OzzModz] Advanced Forms [Paid]

    There is a bug with this if you have a conditional date field. Take the following setup: Question 1: multiple choice checkboxes Question 2 (conditional on Question 1): datepicker When you submit the form you get an error Array to string conversion in src/addons/Snog/Forms/Entity/Question.php...
  4. mattrogowski

    Confirmed Admin keyboard shortcuts no longer work

    You used to be able to do things like Cmd + S to save a template, or Cmd + Return to submit the template search form. These don't seem to be there any more. Hopefully they haven't been completely removed due to the jQuery migration.
  5. mattrogowski

    Fixed Black overlay background with variations disabled

    When using the default style without variations enabled, the overlay background is opaque black: It seems .overlay-container has background: #000000; on it, if I disable this in dev tools it changes to the desired blur effect. If variations are enabled on the style it works fine.
  6. mattrogowski

    Themehouse.com

    The issue was resolved and should be working for everyone again :)
  7. mattrogowski

    Themehouse.com

    We do seem to be having some issues with the site, I'll get it looked into.
  8. mattrogowski

    XF 2.2 Public Navigation Question

    Add multiple values rather than multiple attributes:
  9. mattrogowski

    Rebuild jobs don't automatically clear temp files

    This may not technically be a bug but I'd argue it's not really suitable for the suggestions forum in the sense that nobody is going to upvote it (tangent, but it'd be great to have a suggestions forum for developer-level suggestions, I've created suggestion threads before that are legitimate...
  10. mattrogowski

    [TH] User Criteria Extended

    Have just pushed a new version which adds criteria for if the birthday is fully set, and for each of the visibility options: You can download this from https://www.themehouse.com/xenforo/2/addons/user-criteria-extended
  11. mattrogowski

    XF2.3 feedback and comments

    Likely a very outdated cache, I think that was an issue months ago but doesn't seem to be an issue now.
  12. mattrogowski

    [TH] User Criteria Extended

    Yeah it should be easy enough to add. I can probably take a look at that next week some time.
  13. mattrogowski

    [TH] Donate

    Currently as far as I'm aware we'll be updating them (if they even need updates). When it comes to 3.0 we'll probably need more clarity on the theme changes.
  14. mattrogowski

    [TH] Donate

    We have no plans to discontinue it, but it's a free addon anyway so there's no risk in using it.
  15. mattrogowski

    XF 2.2 ErrorException: Template error: [E_USER_WARNING] Cannot call method getConsentedGroups on a non-object (NULL)

    I'm not sure what gives you that idea, our themes don't do anything different with this line than the default theme. From helper_js_global Default theme: consented: {{ $xf.cookieConsent.getConsentedGroups()|json|raw }} Our themes: consented: {{...
Top Bottom