Recent content by BIG LLC

  1. B

    XF 2.2 How to create a custom variables? That I can re-use on templates / template mod / advertising?

    I'm in 2.2 at the moment. I can call the array and output its contents in the template, but the IF statement seems to ignore it. Very puzzling.
  2. B

    XF 2.2 How to create a custom variables? That I can re-use on templates / template mod / advertising?

    This works: <xf:if is="!in_array($__globals.forum.node_id, [57, 54, 113, 167, 399, 310, 302, 74, 42, 347, 374, 142])"> These do not: <xf:if is="!in_array($__globals.forum.node_id, $xf.app.config.bf_adBlockNodeIDs)"> <xf:if is="!in_array($__globals.forum.node_id...
  3. B

    XF 2.2 How to create a custom variables? That I can re-use on templates / template mod / advertising?

    Nope. I've made a mistake here? <xf:if is="!in_array($__globals.forum.node_id, $xf.app.config.bf_adBlockNodeIDs)"> Can anyone point it out?
  4. B

    XF 2.2 How to create a custom variables? That I can re-use on templates / template mod / advertising?

    Tried this out to block ad tags rendering on private boards. No combination of this in an advertising slot seems to work: <xf:if is="!in_array($__globals.forum.node_id, $xf.app.config.bf_adBlockNodeIDs)"> Ad code to display. </xf:if> The content still shows on node 113. This comment: <!--...
  5. B

    Posts In Thread - Click to search?

    Suggestion from a user: " I notice when i click on my avatar in this thread it says I that I have posted 9 messages in this thread, is it possible that when clicked it could bring up those messages instead of having to do a search. It would be great to be able to see what you posted yonks ago...
  6. B

    [BS] Scheduled posting [Deleted]

    Large sites are OK?
  7. B

    [BS] Scheduled posting [Deleted]

    Does anybody have suggestions for a reliable replacement?
  8. B

    Hashed or Tokenised Data

    This is a tangent from the OP suggestion of core Xenforo making available separate hashed or tokenised versions of variables for PII fields. I don't see any downsides to that as a cheap control against PII leakage. I will add to the OP that another good idea would be to expose these hashed...
  9. B

    Hashed or Tokenised Data

    TL;DR: Tokenise local-part and the domain of a user email separately to allow mods to see the values and more easily use the email address to identify sock puppets, spammers, and banned users re-registering. Spitballing on this: YES! I do have too much time to waste today :D Comparing email...
  10. B

    Hashed or Tokenised Data

    A feature that provides extra variables containing hashed, tokenised, or partially masked versions of user fields would be great. We already salt and hash passwords, but sometimes information that will or might become public, or even just be shared with a third party like Google Analytics or an...
  11. B

    XF 2.2 Google tag manager

    Added the Conversion Linker tag after GTM raised it as an ISSUE!! with our setup. Screwed the site immensely. Might have to roll back.
  12. B

    Conditional Statements for XenForo 2

    I mess with templates so infrequently - how do I display all the variables available in a template? Globally? If this could be put at the top of the resource that would be grouse.,
  13. B

    Implemented Markup improvements for Google

    Now we're getting issues with "author" missing.
  14. B

    Implemented Markup improvements for Google

    We have thousands as well. Just can't figure out what they actually mean. The error is pretty cryptic if you're not the developer. We'll just have to hack our way through this until we come up with an answer. If we find the issue I'll share it.
Back
Top Bottom