Jump to content

bfarber

Clients
  • Posts

    163,911
  • Joined

  • Days Won

    346

 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 bfarber

  1. What is the error code returned with the NO_PERMISSION message? You're accessing your API endpoint securely (i.e. over https) correct?
  2. Zapier integration is being introduced for 4.5 which should help with automation needs.
  3. I'll close this as a duplicate of
  4. No, you cannot add those to posts directly.
  5. My general recommendation would be to adapt the new layout to add your topic images. That seems like the simplest solution.
  6. I replied to your other topic where you asked about this.
  7. What kind of user and transaction data? Most user data is stored in the core_members database table, but some data may be located elsewhere. Most Commerce payment transaction data is stored in nexus_transactions, but I'm not confident that's the transaction data you are inquiring about.
  8. https://poolspaforum.com/forum/api/core/members This gives a 404 not found response. You may need to inquire with your host as to why if you don't see anything obvious.
  9. 4.5 includes an "expanded" view so you can see the first few lines of text in the topic listing. Is this what you are after?
  10. Please submit a ticket for support so we can take a look at the issue you're facing.
  11. I think this is a scenario where theme-ing it out is the best solution, personally.
  12. See if there are any curl errors https://www.php.net/curl_error
  13. applications/core/api/members.php, in the GETitem_notifications() method change the query to sort by updated_time DESC instead of ASC.
  14. Yeah if that's reproducible submit a ticket so we can investigate.
  15. Correct
  16. There were additional fixes for Twitch integration in 4.5 that might explain why it works here if you haven't upgraded yet.
  17. IIRC those duplicated tables all have a x_utf_ table prefix, so you'd just delete all those tables (assuming you did not reset your conf_global.php to use these tables instead of finishing the conversion normally).
  18. I've not heard of this before. I'd recommend submitting a ticket if you're having trouble.
  19. Of course, but that wasn't the question I was answering from the OP.
  20. Yes, in the case of adapting the display for mobile, you want to use responsive CSS.
  21. You would need to go to each blog and edit it on the front end.
  22. We'll take a look, thanks for bringing this up.
  23. We are actively fixing bugs in multiple beta products. The issue was reported to the tracker, and we'll get to it. Sorry for any inconvenience in the mean time.
  24. That's what this feedback forum effectively is 🙂
  25. core_message_posts
×
×
  • Create New...