Jump to content

AlexWebsites

Clients
  • Joined

  • Last visited

Everything posted by AlexWebsites

  1. Not a bug, just a suggestion to have a default “guest” author in the mark up.
  2. AlexWebsites replied to Adlago's post in a topic in Feedback
    Oh that’s right, I recently moved my theme resources to S3. I thought maybe there was some AWS integration script/API being called.
  3. I shut this setting off and it seems to have helped solve the issue. Captcha gets loaded after, on the registration page for post before register.
  4. AlexWebsites replied to Adlago's post in a topic in Feedback
    Please check AWS S3 as well
  5. If you delete a member and leave their content attributed to "guest", google webmaster tools for these urls will show you: Not a big issue but maybe add a default user page for guest posts? Maybe a guest user profile/url, sort of "catch all". Just an idea.
  6. Suggestion - If you have a lot of blocks you have created over the years, it would be cool to see in ACP if they are being used or not (can they be deleted). I am at fault for having too many unused blocks...🤪
  7. I noticed if I shut this setting off, I still get a recpatcha on the registration form and then it's off on the actual topic page. However, will this cause a flood of spammers/bots? Not sure, is there a Post Before Register log?
  8. I would load it on the registration page rather than the editor/topic page.
  9. I've noticed with Google Core Web Vitals that my Invisible reCAPTCHA gets loaded with post before registering and reduces my overall PageSpeed score. Granted, lots of the native JS and CSS is already slowing things down, but everything can help, especially since speed on mobile is a ranking factor. I can shut this setting off and stop it, but am concerned about getting flooded. Just a suggestion, but maybe remove reCAPTCHA loading on the page/editor and have it load on the registration form after you click submit reply instead, this way the page doesn't take the load/hit.
  10. mysql takes up the most. I also run as php-fpm for each account/site. 8 sites on the server
  11. It’s a US host in NY (I’ll PM you), cost is $70 a month.
  12. Thanks. I’m assuming that’s DDR4? I’ve focused too much on having high ram when I think I can do better with a higher performing CPU and lower ram. Can you PM me the cloud provider? I’d like to take a look.
  13. AlexWebsites commented on Esther E.'s comment in Blog
    Sounds good, thank you. The principle behind the second one is to encourage enagagement to maintain a subscription level, cost free or lower cost. I think someting similar can be achieved with account credit for activity. You set the amount of credit applied to each member based on logins, visits, achievements, etc. Something to encourage members to maintain their subscription level for reduced cost or free.
  14. AlexWebsites commented on Esther E.'s comment in Blog
    I'd also like to see subscriptions expanded to encourage activity
  15. What type of hardware are you running?
  16. AlexWebsites commented on Esther E.'s comment in Blog
    Glad to see coupons for subscriptions. There were other requests such as monthly/annual pricing layouts that would be nice to incorporate into V5.
  17. I'm in the same boat and started this topic as I'm thinking through my setup as well and testing different caching and speed improvements...if interested in joining the discussion.
  18. I’m reviewing my dedicated server with the fact that I need to move away from centos 7 with CPanel/WHM anyway, to update. I’m wondering what everyone is running, especially with Google core web vitals now impacting search ranking and the need for speed. I’ve seen my sites drop off to competing optimized xenforo sites with better scores. I’m thinking of moving to Maria DB and maybe to Plesk. I run 7 sites on this server. My hardware/setup on this server is: Dual Intel Xeon L5520 DDR3 96GB RAID setup - 2X 500 GB SSD Operating System: CentOS 7 cPanel’s/WHM MYSQL 8 PHP 8.1 Redis, opcache Cloudflare Basic If you are running a dedicated box, what type of hardware, OS, control panel, and config are you running? How’s it working and how are your code web vitals for your forums? What are you doing to speed up TTFB, LCP, and FCP. Caching, CDN?
  19. Ezoic no longer has page rules? All this is showing is that you can use a meta tag to achieve very easily, stopping ads to certain user groups.
  20. IPS used to have a nice chat app a few years back. I do like this one and would agree, it would make a nice feature independent of live topics. Hopefully live topics doesn't see the same fate that IPS Chat did in terms of lack of usage.
  21. Same thoughts. Looks great! Ads are a priority for me as well. I would love to see new and creative ways to monetize in v5. I don’t run any sites without monetization/ income, otherwise I would shut them all down.
  22. Any chance this fix is coming in the next maintenance release? https://invisioncommunity.com/release-notes/
  23. I see profile blocking in robots.txt has been removed in the next release: https://invisioncommunity.com/release-notes/ Any markup updates coming in this release?
  24. I've tested this multiple times after disabling all 3rd party apps and plugins. I still get an error when trying to filter by: System Log SELECT DISTINCT COUNT(DISTINCT core_members.member_id) FROM `core_members` LEFT JOIN `core_pfields_content` ON core_members.member_id=core_pfields_content.member_id WHERE core_members.allow_admin_mails=1 AND core_members.temp_ban=0 AND core_members.email!='' AND ( ! (`members_bitoptions` & 1 ) != 0 ) AND core_members.name <> '' AND nexus_purchases.ps_id IS NOT NULL IPS\Db\Exception: Unknown column 'nexus_purchases.ps_id' in 'where clause' (1054) #0 /home/site/public_html/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*site_ipb::q...', Array, true) #1 /home/site/public_html/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #2 /home/site/public_html/system/Db/Select.php(370): IPS\Db\_Select->rewind() #3 /home/site/public_html/applications/core/modules/admin/bulkmail/bulkmail.php(260): IPS\Db\_Select->first() #4 /home/site/public_html/system/Dispatcher/Controller.php(107): IPS\core\modules\admin\bulkmail\_bulkmail->preview() #5 /home/site/public_html/applications/core/modules/admin/bulkmail/bulkmail.php(45): IPS\Dispatcher\_Controller->execute() #6 /home/site/public_html/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\bulkmail\_bulkmail->execute() #7 /home/site/public_html/admin/index.php(13): IPS\_Dispatcher->run() #8 {main} Backtrace #0 /home/site/public_html/init.php(1033): IPS\_Log::log('SELECT DISTINCT...', 'uncaught_except...') #1 [internal function]: IPS\IPS::exceptionHandler(Object(IPS\Db\Exception)) #2 {main}