Recent content by HomerJ

  1. H

    Has anyone here integrated an advanced CMS (like Wordpress) with Xenforo?

    In your WP install - are you using the XF2 API to automatically post your WP articles to XF as threads? Then using the response info (e.g. thread id) to store a reference to the thread in your WP database for each post?
  2. H

    [bd] API

    Well done for posting your solutions. I came across similar with the headers being stripped on Apache. This is easily best add-on for being able to login to our own additional sites with the xf user database.
  3. H

    XF 1.4 Testing Bounce email settings?

    A quick update to this folks. Google recently removed "Less secure app access": https://support.google.com/accounts/answer/6010255. Confusingly, the help page still suggests you can turn on "less secure app access" if it's turned off: However in trying to do so you'll now see this: This...
  4. H

    Ads Manager 2 by Siropu [Paid]

    We use Cloudflare Pro with WAF enabled. When trying to save an advert etc - this triggers a WAF rule: 100173 XSS, HTML Injection - Script Tag. The only solution is to disable the WAF for the save path. But this isn't really a safe thing to do. Can this be rectified in a later version?
  5. H

    Lack of interest Include/exclude list for URL unfurling

    Some URLs while they do not fail, don't provide any useful info in the rich snippet and end up being less intuitive as something to click than a plain link. Prime example is autotrader: https://www.autotrader.co.uk/car-details/202202122467958 Versus when it's on the same line and most users...
  6. H

    XF 2.2 Error submitting sitemap to Bing

    Getting this too. Most recent one just this morning.
  7. H

    XF 1.4 Testing Bounce email settings?

    For anyone that comes across this in future, specifically with Gmail - but possibly others like Outlook too now - as a security precaution if Gmail things the login attempt from the board is suspect - it will not allow the connection. However, XF still reports this as incorrect user/pass. Make...
  8. H

    Using DigitalOcean Spaces or Amazon S3 for file storage in XF 2.1+

    Is anyone cloning their DigitalOcean spaces to a second space (maybe even in another region) - for "backup" purposes? (Backup in the sense that if 1 space were to ever just fail or disappear at least you'd have a clone of it to fall back on).
  9. H

    Image Attachment Cache Control

    Does this apply to proxied images (i.e. images served via proxy.php) ?
  10. H

    Using DigitalOcean Spaces or Amazon S3 for file storage in XF 2.1+

    Clarification, perfect, thanks :)
  11. H

    Using DigitalOcean Spaces or Amazon S3 for file storage in XF 2.1+

    I'm talking in terms of - when using this remote attachment storage - are image_cache files also stored and pulled from S3 - or are they stored locally?
  12. H

    Using DigitalOcean Spaces or Amazon S3 for file storage in XF 2.1+

    Can someone confirm we do not need to upload internal_data/image_cache (the folder where https proxied images are stored?
  13. H

    [bd] API

    Will an update be coming soon @xfrocks ? Specifically allowing users to edit / revoke permissions and see clients: https://github.com/xfrocks/bdApi/issues/136 Thanks
  14. H

    XF 2.2 Edit output of "xf:username"

    Ah I ought to have clarified what I meant by "plain". When the user is in a deleted category we've setup, I want the username to just be plaintext and non-hyperlinked.
  15. H

    XF 2.2 Edit output of "xf:username"

    Where can we edit the output of "xf:username" - which is called in lots of templates? I'd like to set output to just a plain username when the $user passed is in a particular group. Thanks
Top Bottom