Jump to content

Marc

Invision Community Team
  • Joined

  • Last visited

  1. Marc started following please help with API
  2. I would very much advise on not using the API to programmatically alter, add, or remove data from your site, unless you are 100% sure on what you are doing there, and have fully read the documentation. You can break your site in all manner of ways by using the wrong endpoints to do the wrong things. In the case of what you are doing here. Your issues that I can see off hand are Authorisation Is you are using postman, use Basic Authentication as the authorization type (you should add these in the authorization section, not the Headers section). Body data You also should be sending your content as form encoded, not as raw json. Endpoint You mention you are looking to add a post to an exiting topic. The endpoint you are using will not do that. That endpoint accepts only GET requests, and returns he posts from a given topic. You should be using the forums/posts enpoint to add new posts, which is described here https://invisioncommunity.com/developers/rest-api?endpoint=forums/posts/POSTindex
  3.    Marc reacted to a post in a topic: Problem with reactions
  4.    My Sharona reacted to a post in a topic: Invision Community 5.0.3 Released
  5. We are unable to PM secure stored details. Yours is set in the client area as a username currently, however you log in with email.
  6. Could I ask if you see the same issue when opening with another browser?
  7. Marc posted a post in a topic in Technical Problems
    No problem. :)
  8.    LivingMonolith reacted to a post in a topic: Blog Post Approval Management
  9. 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.
  10.    Markus Jung reacted to a post in a topic: "Upgrade Required"?
  11. Marc posted a post in a topic in Technical Problems
    Check within the support section of your admin CP and ensure you havent got a patch waiting there. I suspect this is the cause. We have amended so it doesnt show in that situation
  12. Please could you double check this is on a new entry? I ask as this was a bug previously on an old release, which should be resolved
  13. Marc posted a post in a topic in Technical Problems
    Ah, I thought it was referring to email here. Are you using beta builds at all?
  14. They will be converted to closed tags The system doesnt really have any knowledge that they are the same thing, so they would be separate tags. However, we have a delete and merge function on version 5 which will allow you to better manage those if needed When you update to version 5
  15. I suppose that depends on yourself and how you transfer. As with anything like this, you should always make full backups of your site. It will be a "This is where I store my files" situation. So you will choose 1.
  16. Marc posted a post in a topic in General Questions
    We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. We look forward to further assisting you.
  17. 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.
  18. Marc posted a post in a topic in Technical Problems
    Do you by any chance have any other sites online? Perhaps test sites that are our of date?
  19. Marc posted a post in a topic in Technical Problems
    Please submit a ticket to contact accounts and we can take a look into that for you
  20. It was not possible to move blogs to topics in 4.7 either