Jump to content

Randy Calvert

Clients
  • Posts

    3,916
  • Joined

  • Last visited

  • Days Won

    78

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Randy Calvert

  1. Jordan had an incredible opportunity come up working for Amazon that was too good to pass up. Details are in the last hump day…
  2. This looks like something you need to address with your ad provider. IPS can’t help you troubleshoot things caused by third parties. My suggestion would be to not serve ads in PMs.
  3. It looks like your FTP account does not have permission to override the file. Either your file permissions are incorrect or the file is owned by the incorrect system user. You might need to work with your hosting provider to either fix the permissions or ownership.
  4. "mostly" is a bad answer. ALL tables should be in innodb format. Ask your host to convert all tables to innodb and to truncate the data in the core_log table (empty it). As a best practice, the host should have the default table type set to innodb, but that's a different discussion. lol
  5. IPS cannot make those kinds of changes for you. If you have access to phpMyAdmin, you can do this yourself or your host should be able to do this for you. But be aware if you mess up and delete the wrong data, you might end up needing to restore from backup. Directly making changes to the database is something that is not recommended.
  6. There is no solution. The product does not do what you want it to do yet. Now with that said, IPS has numerous large corporate customers who are subject to GDPR and this is not a problem. So take it for what you will… The solution is to either have a 3rd party create a resource to do what you want to wait for IPS to add the features they’ve walked about that are on the roadmap.
  7. What I’m saying is that Bunny or another CDN might be a good solution for a self hosted community. It is not a good solution for the IPS cloud. There is a lot more being provided provided by Cloudfront than simply being a CDN that can’t be accounted for if they move that traffic out.
  8. I want a WAF in front of EVERYTHING I have. This includes being able to apply rate controls/DDoS protection, etc. Even if rates for bandwidth are "cheap"... If an attacker sends a trillion requests for the objects, I don't want stuck with a huge bill. If you're going to talk about "lock-in", solve it by using multiple providers that offer complete stack solutions such as Azure or Google where you have the database, application, security, caching, micro services, etc all brought into multiple providers. Simply moving CDN out somewhere else is not a good way of designing an enterprise level application.
  9. But then they increase management cost, support costs, more separate vendors to deal with… Not to mention now needing two separate WAFs. There is a lot to be said for a single throat to choke. 🙂 Also at the enterprise level, they don’t pay what is listed on the website. I know for a fact that lower prices are available based on overall spend.
  10. Not pure natively. But you could build something in Pages that makes calls to services like Google Maps and ZIPCodeAPI. https://stackoverflow.com/questions/70184140/using-google-maps-api-how-to-find-all-zip-codes-within-a-radius
  11. The feedback forum is not a good place to go for support. However you can reach the account and billing department at: https://invisioncommunity.com/contact-us/
  12. After editing your conf_global.php, did you rebuild your theme files by going to ACP and clicking "Clear System Caches"?
  13. I just tested changing the setting and it worked fine for me. Does this happen when trying to change the setting in a different browser? If not, what about disabling all 3rd party resources and then changing it back to the default value? One of the staff can check to see if they can adjust it back to default in the menu manager as well.
  14. I just checked my localhost test install... The default does not have it in there. I'm assuming after the install someone manually changed the permissions in the Menu Manager. The fix for that is to make sure the menu permissions are set to "Show this item to users who can access this content". If you've manually chosen groups, you need to remove guests from whatever you've set.
  15. This is great! One suggestion however... a user would not know they're being blocked unless the person happened to stumble into their email settings. In my experience, this is very unlikely to happen. Users don't check there often (or at all). They may not even realize there is a problem or realize email has not been seen by them in a while to know to investigate. Could you add some sort of front-end notification as well? The red stripe could literally just be the email settings page you linked above where you explain the problem and ask the user to update their email.
  16. When a GUEST views that page, they don't see "Unread Activity". They see "All Activity". Those are different URLs. "All Activity" = domain.com/discover "Unread Activity" = domain.com/discover/unread As noted earlier... IPB does not track guest read/unread state. It's impossible because the read state is different for each guest and there is no way to track "which" guest. When browsing the site as a guest, IPB does not display "Unread Activity" anywhere. It's possible a link was posted by a user and it was indexed, or it's possible there is a random crawler that is trying to scrape your site, etc.
  17. I assume you're talking about on this site and not on your own site? A staff member can confirm, but I think post counts and achievements were recounted recently. If so, this is most likely what caused the change.
  18. Or do you really need Elasticsearch? Try turning it off awhile and see if it fixes the problem.
  19. 100 percent this. I’m still trying to fully wrap my head around the actual value it can bring. I’m sure it’s there… just have to find it. I was thinking as a way of looking at trends or reviewing registrations, or running a FAQ, etc. Not replying to posts. And absolutely agree on the spammers! Typically bumping an old 2 year old post with a half wit reply, and then hours/days later, replying again (often quoting themselves) with links.
  20. This also goes to show as much as Google loves to preach speed and performance… it’s somewhat of a do as I say and not as I do. Between their ad code and analytics code… Google has a long way to go to clean up their own house. 🙂
  21. It most likely means you have a 3rd party resource or theme that is not compatible with PHP8. Go to ACP and click on "Support" in the upper right hand corner. There will be an option to disable resources there. Did that solve your problem? If so, one of your customizations is the problem. Turn them on one by one till you find your culprit.
×
×
  • Create New...