Jump to content

maddog107_merged

Clients
  • Joined

  • Last visited

  1. @Matt you mentioned this in Beta 4 "#2580: Add AVIF support where needed" Where was it added? Is it possible to add it to the forums section?
  2. So does avif work or not? Testing123 hdr_cosmos01650_cicp9-16-9_yuv420_limited_qp10.avif Did they make an announcement of that somewhere? Doesnt appear to be the case.
  3. Thanks for the info, need to figure out if its worth almost double my yearly licensing fees, just to try it and see if its worth the upgrade.
  4. @Matt We are still on the "legacy" licensing for our board. When I log into the client area I dont see the option to request upgrade to get access to the v5 software. Do we need to move to "Change your license to new Invision Community Classic terms" Or will we eventually get access to it? Thanks.
  5. maddog107_merged replied to Michael.J's post in a topic in Marketplace
    @Michael.J Since I paid for the custom development/creation of "Topic Attach Thumbnails" by any chance could you send me an updated version that works with 4.5? I see it on the marketplace but I haven't been able to get in touch via PMs. Thanks.
  6.    sobrenome reacted to a post in a topic: Elasticsearch Version 7 & IPB?
  7. @Stuart Silvester ^ Any update on ES7 support?
  8. Can anyone confirm if it works with 4.4.x?
  9. @rebraf By any chance does this work on 4.4.x?
  10. Sorry, there is a problem We could not locate the item you are trying to view. Error code: 2D161/2
  11.    maddog107_merged reacted to a post in a topic: Instagram embeds not working
  12.    AlexJ reacted to a post in a topic: core_output_cache
  13. Mine is 713G ibf_core_output_cache.ibd Just in case someone is wondering how to fix. If you are using Innodb and a file per tablespace is turned on you can do MariaDB [bellazon_v4]> optimize table ibf_core_output_cache; +-----------------------------------+----------+----------+-------------------------------------------------------------------+ | Table | Op | Msg_type | Msg_text | +-----------------------------------+----------+----------+-------------------------------------------------------------------+ | abc_v4.ibf_core_output_cache | optimize | note | Table does not support optimize, doing recreate + analyze instead | | abc_v4.ibf_core_output_cache | optimize | status | OK | +-----------------------------------+----------+----------+-------------------------------------------------------------------+ 2 rows in set (12.177 sec) It dropped down to 340 MB!!!!! 340M Dec 8 10:57 ibf_core_output_cache.ibd
  14. Essentially sometimes our content is NSFW and Google Adsense does not like it when we show ads when there is that content. What I think I need is a DB query (or flag of some kind) which will not put this in the HTML (GlobalTemplate - <body> section). <script data-ad-client="ca-pub-6991445029332292" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> So how I *think* it should work, is grab the URL, figure out what posts would be included on this particular page and then just search for the NSFW column we have in a table, and if adult<=3 on all of them it would print the code above in the <head> otherwise don't print anything. Here is a rough query I wrote that would accomplish this SELECT adult FROM zzz_ibf_core_attachments WHERE attach_id IN (SELECT attachment_id FROM `ibf_core_attachments_map` WHERE `id2` IN (SELECT * FROM (SELECT pid FROM `ibf_forums_posts` WHERE `topic_id` = 60196 and pid>=4518005 limit 20) temp_tab) ) Essentially its grabbing the first 20 posts from the topic 60196 starting from post 4518005 and then figuring out all the attachments associated with those posts and then joining to zzz_ibf_core_attachments which is where i have the "adult" column which is 1-5 where 4 or 5 is NSFW. Here is the result from the query above. adult 1 1 1 1 1 1 1 1 2 2 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 So in that case its OK to show ads, if any one of those is >=4 then we should not show the code. Please let me know if you think you could be of assistance and how much it would cost. Thank you. James
  15. cloudflare because of costs. Moving anywhere else to serve 30TB/mo is not feasible 😞
  16.    sobrenome reacted to a post in a topic: Elasticsearch Version 7 & IPB?
  17.    sobrenome reacted to a post in a topic: Mail Bouncer - Automated Bounce Management
  18.    sobrenome reacted to a post in a topic: Mail Bouncer - Automated Bounce Management
  19.    sobrenome reacted to a post in a topic: Mail Bouncer - Automated Bounce Management
  20.    SJ77 reacted to a post in a topic: Mail Bouncer - Automated Bounce Management
  21. Just enabled SES. Fingers crossed. Thanks!
  22. I sent you a PM but I would like to test as well. Thanks
  23.    pequeno reacted to a post in a topic: Mail Bouncer - Automated Bounce Management
  24. Is there an estimated release date with SES support @stoo2000 ?