Jump to content

Marc

Invision Community Team
  • Posts

    14,940
  • Joined

  • Last visited

  • Days Won

    260

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Forums

Events

Store

Gallery

Everything posted by Marc

  1. You would be using the API section for this. If you go to System>API, you will see you can set up OAuth clients in that area
  2. This is indeed not possible at present. There is another suggestion open for this I believe
  3. Take a look at the pages section on the left of the page here I have no specific site I can link to that has implemented this exact form, however pages allows you to add fields to create whatever forms you wish. It may take some knowledge of html to format them in the way you wish, and if you want custom items such as them exporting etc, as I mentioned above, you would need custom development such as described by terabyte above
  4. Zip the original that you are to upload, and send to me via PM. Also please try uploading it in our test post area, to see if the same happens here with the same photo
  5. Have you done the following 2 items here? Used the requirement checker, to ensure your server is set up for the latest release? Checked your server error logs, to see if there are any errors showing up there when you start the upgrade
  6. This is not a plugin. Its part of the main platform
  7. Im seeing emails right up to 3:44 with validation emails that have been delivered, and also registration confirmation emails which would generally be sent out once validation has been done. If you have some specific examples I can certainly take a look at those
  8. We have an open bug report for this one 🙂 Thanks for reporting
  9. You could try the following. Please ensure you have done a FULL backup, and you are ready to revert if needed. Add the following to your conf_global.php in the 'sql_utf8mb4' => true, example <?php $INFO = array ( 'sql_host' => 'localhost', 'sql_database' => 'stuff', 'sql_user' => 'stuff', 'sql_port' => NULL, 'sql_socket' => NULL, 'sql_tbl_prefix' => NULL, 'sql_utf8mb4' => true, 'board_start' => 1677243260, 'installed' => true, 'base_url' => 'http://location', 'guest_group' => 2, 'member_group' => 3, 'admin_group' => 4, ); Then try to do the upgrade to the latest release, without doing the UTF8mb4 update
  10. Cant see anything obvious on there. Its a very very old release you are on at present unfortunately. Just looking at profile fields there, please check through those and ensure that you only have ones you need. I know thats one area that may break it
  11. Add temporary details to the notes in that area. You can remove them of course once Im done taking a look
  12. Do you have database access you can provide within your client area so I can take a quick look, as the above would indicate otherwise
  13. Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
  14. What device are you using, so I can test on this end. Also, are you the only person having issues, or is this everyone?
  15. No need to tag. If its in the feedback area, we will always see it 🙂
  16. I would need a specific example please. You mention there have been all sorts of new posts, but note you would get notifications for new topics only if you subscribe to a forum
  17. Without seeing the issue in action, there isnt really any way we can advise on this occasion. I would advise the next time you see this, please dont fix and let us take a look
  18. Indeed. However the topic you quoted still was not in any way related to spam protection. It was a question about DDOS protection on the server hCaptcha can be used whether or not you have an active licence. As far as not liking them, I cant really help you there
  19. Check your database is using INNODB rather than myISAM and also that its using dynamic row type rather than compact
  20. The only way you would be able to do this at present would be to block every other country through spam prevention settings. There isnt a way in which to say "Only this country". To be honest, you would probably be best to restrict from your server, rather than from the software Its worth noting, you will likely lose members through doing this also. People who use VPNs for example, simply would no longer be able to visit.
  21. Consider switching to hCaptcha too, as mentioned
  22. Could you please provide an example username on your site, and an example item you believe you should have had notification on?
  23. Please post any bugs for version 5 on the preview community in the bug tracker. What you are seeing there is a bug, not something you want as a new feature. Im not entirely sure what you mean on the second part of this, to be honest, as many items tehre you are posting arent the person you ignored. It will ignore 'only' their post, not anything else
×
×
  • Create New...