Everything posted by AlexWebsites
-
Guest posts - Missing field "url" (in "comment.author")
Not a bug, just a suggestion to have a default “guest” author in the mark up.
-
Uses deprecated APIs ...
Oh that’s right, I recently moved my theme resources to S3. I thought maybe there was some AWS integration script/API being called.
-
Issue loading recaptcha js for mobile
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.
-
Uses deprecated APIs ...
-
Guest posts - Missing field "url" (in "comment.author")
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.
-
Pages App Blocks - View if Being Used in ACP
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...🤪
-
Post Before Registering - Move reCAPTCHA to Registration
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?
-
Issue loading recaptcha js for mobile
I would load it on the registration page rather than the editor/topic page.
-
Post Before Registering - Move reCAPTCHA to Registration
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.
-
Dedicated Server Setup and Control Panel
-
Dedicated Server Setup and Control Panel
It’s a US host in NY (I’ll PM you), cost is $70 a month.
-
Dedicated Server Setup and Control Panel
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.
-
IC5: Commerce
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.
-
IC5: Commerce
I'd also like to see subscriptions expanded to encourage activity
-
Dedicated Server Setup and Control Panel
What type of hardware are you running?
-
IC5: Commerce
Glad to see coupons for subscriptions. There were other requests such as monthly/annual pricing layouts that would be nice to incorporate into V5.
-
Using MySQL query cache with Invision
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.
-
Dedicated Server Setup and Control Panel
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?
-
implementation of Add with Ezoic
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.
-
Invision Community 5: Live Topic Improvements
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.
-
Invision Community 5: Live Topic Improvements
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.
-
implementation of Add with Ezoic
Like this:
-
Unable to filter Bulk Mail by Expired Subscription
Any chance this fix is coming in the next maintenance release? https://invisioncommunity.com/release-notes/
-
Google now supports discussion forum and profile page structured data
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?
-
Unable to filter Bulk Mail by Expired Subscription
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}