Jump to content

Jim M

Invision Community Team
  • Posts

    9,606
  • Joined

  • Days Won

    46

 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 Jim M

  1. Does the group they belong to have "access to the site" permission? If so, banned would be correct. If the site is offline and the member group does not have permission to view the site while offline, they should just get the login page and be warned they can't login at this time.
  2. Keep in mind that while all Feedback topics are read, not all will make it into the final result of our product.
  3. I'd advise reading all the developer blogs regarding version 5. CSS/HTML and a menu entry is not all of it 😉 Development Blog - Invision Community There are likely still changes to come as we are still in Alpha so I would wait to hold any concern or judgement till you see it fully 🙂
  4. Unfortunately, we see this as sent so you would need to contact your email provider for assistance here.
  5. You will want to check your incoming email address and ensure it is configured correctly and that is where you would like those emails to go. If not, you can configure a new email address in ACP -> System -> Contact Us.
  6. I'm afraid, these were not what we were originally provided but I have updated these priorities. Keep in mind, we are only taking what is provided to us and entering it in the DNS. We do not know these providers so it is up to yourself to provide correct DNS entries.
  7. Customization is not going away in version 5. It is taking a different approach. You can read our developer blogs for detailed information on the change. If you are not technical, I would just suffice it to say our plan was to make the custimizability more robust for everyone and not have a lot of the complications of having hooks on every function. Most of what is available today will be available in version 5 but it will be done differently.
  8. We have replied and applied the records 🙂.
  9. I’m afraid, the only troubleshooting you can do then is disable all third party applications and plugins and switch an unmodified theme to see if that reduces load. Outside of that we would need more info if no errors are being logged.
  10. You can clear the cache by going to ACP > Support > Clear System Caches
  11. You would need to obtain logs from your hosting provider about who/what/where. As they can't really expect you to resolve an issue without providing you with diagnostic and information first. You would need to know what process is running or spiking, is it PHP, MySQL or something completely unrelated to our software. Once you have that information, if it's PHP, you need to know the file being executed. For MySQL, you need to know the query which is being executed (such as from a Slow Query log). Etc...
  12. Sorry, we would not be able to assist with custom development.
  13. Yes, that is likely the issue as I do not have that customization 😉
  14. Very easy to implement in our software. Setting up the email service is variable depending on the service provider you choose. Just need a service like SendGrid, SocketLabs, AWS SES, etc... or your own server which runs SMTP. You would just need to implement the SMTP configuration which they provide you in ACP -> System -> Email Settings. As a note, we do have an integration for SendGrid's API for sending email but all other email services will need to be SMTP.
  15. Sorry for the inconvenience. Our Cloud team is aware of the issue and working towards it.
  16. The Copyright line actually does support HTML. On my test community, I place in some HTML to render an icon logo with a container and it renders fine, along with a link.
  17. Could be something they placed into the HTML or otherwise was rejected by our WAF and resulted in what you saw. Unsure.
  18. Unfortunately, I am not having any issues posting that blog article as the user in question, TennisLover. I do not see that there are any issues on the account in question. However, I do see that you have attempted to register multiple times. If you're using the Post Before Registration, you may not be able to register fully till your account is approved by an administrator. You may wish to disable the Spam Defense system if you are going to test registration. This can be done in ACP -> Members -> Spam Prevention -> Spam Defense.
  19. You're very welcome. Glad we could get that resolved for you.
  20. robots.txt is a widely accepted method for outlining items which a bot/crawler should not access. It is an internet standard, which is why it is incorporated to our software. CSRF key is not a random link generator. CSRF key is a key which validates the user is the user who requested it. To read more about it: https://brightsec.com/blog/csrf-token/ It is used for various links. The theme and language selector utilize a similar fashion to the currency selector.
  21. I'm afraid, there is currently no way to disable viewing of a banned member.
  22. That is something with your mod_security. You will need to contact your hosting provider to either allow for this to happen or disable mod_security entirely.
  23. Glad to hear you resolved the issue.
  24. That would indicate you're running PHP 8.2 still. If you have multiple versions of PHP installed on your server, it could be your directory which is running your community is setup to run specifically PHP 8.2. You will want to contact your hosting provider for assistance.
×
×
  • Create New...