Recent content by BIG LLC

  1. B

    XF 2.2 Newest Posts icon missing...

    Actually is there an option to change that viewport size?
  2. B

    About Enhanced Search .

    Ah - this popped up in search and I didn't look at the board it's on.
  3. B

    XF 2.2 Newest Posts icon missing...

    Actually - I think it was on mobile only. But is there an admin option to display/not display that button? Oops - answered above.
  4. B

    XF 2.2 Newest Posts icon missing...

    Prior to today when an add-on uninstall failed, I used to have a lighting bolt icon beside the lightbulb. Is there an option that enables or disables the Latest Posts lightning bolt icon in the nav? I cannot find one.
  5. B

    About Enhanced Search .

    I am looking at this "Optimize Now" option and hesitating...
  6. B

    XF 2.2 v2.2.15 update - page size jumped to 4MB from 3MB, plus crashes on some mobile devices

    No server errors. The text of the message escapes me. "This page is reloading due to an error" or some such thing.
  7. B

    XF 2.2 v2.2.15 update - page size jumped to 4MB from 3MB, plus crashes on some mobile devices

    Most likely disable all addons. If the issue disappears it's an addon, not a core Xf issue. If the issue does not disappear, it's an addon. Then maybe do a binary search - re-enable half of the addons. Perhaps starting with anything I suspect is an issue - any addons I have had trouble with in...
  8. B

    Remove image metadata [Paid]

    Does this clean the image of metadata or just remove the block displaying metadata?
  9. B

    XF 2.2 v2.2.15 update - page size jumped to 4MB from 3MB, plus crashes on some mobile devices

    Going to have to bite the bullet and disable addons and see if its one of them.
  10. B

    XF 2.2 Syntax error in if statement... can't work it out.

    Hold up. <xf:if is="{$xf.visitor.Profile.custom_fields.afl_club} AND {$xf.visitor.Profile.custom_fields.afl_club} != 'tasmania'">
  11. B

    XF 2.2 Syntax error in if statement... can't work it out.

    Checking for existence of a custom profile field, and that the field is not a certain value: <xf:if is="$xf.visitor.Profile.custom_fields.afl_club" && !is="$xf.visitor.Profile.custom_fields.afl_club == 'tasmania'"> Saving the template I get a syntax error message but no detail on what the...
  12. B

    XF 2.2 v2.2.15 update - page size jumped to 4MB from 3MB, plus crashes on some mobile devices

    Has anyone experienced changes in reliability moving to 2.2.15? On iOS pages crash and reload - I'll try and get the exact message. Not sure on Android. Page size has jumped from 3.5MB to over 4.3MB as well:
  13. B

    XF 2.2 User Profile Pages - Tabs not being linked correctly.

    I don't know if this is core or an add-on, but our user profile pages have tabbed areas: https://www.bigfooty.com/forum/members/the-filth-wizard.45819/ Every link across the site links to these areas as, for example: https://www.bigfooty.com/forum/members/the-filth-wizard.45819/#badges This...
  14. B

    Will the update about google analytics be taken into account in xenforo 2.3 version?

    AH! Measurement ID not Property ID. In GA4: Admin -> Property Settings -> Data Collection and Modification -> Data Streams -> Add Stream -> Web Then in the Web Stream Details it gives the Measurement ID. Got it.
Top Bottom