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. There is a guide on this: Within your ACP, you would configure it in: ACP > System > Settings > Two Factor Authentication
  2. @DawPi seems to have a plugin that can do this...
  3. It sounds like you would need to edit your theme. Find the part of the template generating the logo and modify it to have an if/else logic statement based on your requirements.
  4. Are you hitting your emails per second limit with SES? If so, you might be able to ask them to increase your limit.
  5. That’s something the script author would need to address with IPB if they feel there is an error in the core platform still.
  6. It’s a little more nuanced than that. A user clicks the giphy button. That triggers an api call from your server to giphy to get a list of results. Those results are retuned from your server to the user. If a user clicks an image it is directly downloaded from giphy to the user. Not really. It’s more likely a network issue between your server and IndexNow. It could be any one of a dozen things happening in the middle mile. Ultimately IPB only can say they submitted a request to IndexNow and did not get a response back in 10 seconds. It could have processed it in 11 seconds and was fine. Also you mentioned using Cloudflare. If you’re using their Early Hints, this is duplicated effort. You could just turn it off in IPB as it can be triggered from CF.
  7. I'm not IPB staff, but there are a few reasons that come to mind... Even though services claim to be "S3 compatible", they end up with things that are not FULLY compatible. (Again, like above... invalid signature URLs). If it was actually compatible, you would not have problems. None of these services have a "mass following". Why spend development time/effort on something that is only utilized by a super tiny portion of the user base? The cost vs return really is not there. If they were to add it, they have to support it. Again that means they have to keep up with these third party companies, provide technical support, etc. This is a situation where this is best served as a 3rd party resource where it can serve that niche group that want to go that path.
  8. If it was sent via SES, it never went out via Exim. It would have connected via SMTP to SES to send, which would never trigger Exim. By default, unless you enable some sort of logging, there would not be anything available from AWS. I personally use SNS topics to track delivery of emails. I pipe them to SESDashboard track success/fail, spam complaints, opens, clicks, etc. It allows me to do exactly what you're trying to do... prove what happened. For example, in this case, I can see not only was the message successfully sent, but it was received by the destination mail server AND that the recipient opened the message... then actually clicked a link inside of that message. Clicking on the event log would show more detailed info about the event itself.
  9. You might want to contact the resource author for assistance. IPB does not provide support for third party resources.
  10. Unless you’ve setup SNS notifications and something to process them (like SESdashboard.com), there is not logs of delivery, opening, and clicking of emails by default.
  11. In that case, just remove the nexus folder and you should be able to proceed. (I would personally download a copy of it first just to be 100 percent safe!)
  12. Nexus is now the Commerce app. Do you still have that one associated with your license?
  13. It’s having multiple servers with a “traffic cop” that sits in front and directs traffic between the two instances.
  14. Instead of going the cloudflare route, you could look at using a local caching solution such as nginx. However you’re going to have to write you caching rules yourself. That would give you precise control over settings but it’s more work. Personally I would just enable base page caching in CF and lock guests to a default theme. Otherwise you’re just making more work for yourself.
  15. A great introduction! Very helpful! I hope you’ll continue!
  16. Disable all of your third party resources and switch to a default theme. Make sure your PHP8 install meets all of the system requirements. When you’re running PHP8, run the script at This will confirm if you have all of the required modules. Once you have it installed, upload the latest version of from the client area and run domain.com/admin/upgrade. Once it finishes, reenable your resources and fix any theme issues.
  17. Phone numbers don't show on my statements. Invision is not even aware of your phone number. So it's not setting it. It's set within Stripe. Have you confirmed the following is off? If that does not work, I'm not sure. But it's definitely a Stripe setup issue instead of IPB.
  18. https://dashboard.stripe.com/settings/public There is also settings for the phone number, etc there.
  19. IPB does not support dynamic descriptors. You can set a static descriptor within your Stripe account itself. https://stripe.com/docs/account/statement-descriptors
  20. Nope. It’s nothing compared to the table that stores forum posts or achievement details.
  21. I have the following on my site: it’s setup is: Comedy and Tragedy is the category and each of the forums have Comedy and Tragedy as it’s parent.
  22. Edit sub4 to have a parent of Subforums instead of sub3.
  23. Ouch... it sounds like they're not generating full backups then. 😞
  24. You would need to restore from an earlier backup. There is not an “undo” option for the flag as spammer option.
  25. Logging in is what triggered the refresh. If you would have logged out on your original device and logged back in, it would have done the same thing.
×
×
  • Create New...