Jump to content

DawPi

Clients
  • Posts

    8,317
  • Joined

  • Last visited

  • Days Won

    19

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by DawPi

  1. Argh, forgot to enable cursor on video. See the converter with cursor: 2023-04-06_11-25-28.mp4
  2. Hello, maybe I'll show what I mean on video, here you are: 2023-04-06_11-18-41.mp4 Basically it's looping beetwen steps if I back to any step filles previously and can't finish wizard. What I'm doing wrong? If I won't back by clicking to any previous step then everything is fine. Any clues? The same situation in converter: 2023-04-06_11-22-19.mp4
  3. Where is the rest of your page? 🙂 Maybe you should check content (raw - in the database) of that last post and check for errors?
  4. Hello, such error: In my opinion should not block/lock the apps. 🙂
  5. For a future reference - if you buy any app and have access to your FTP then after purchase download whole app folder from your FTP under applications/ and make copy of that.
  6. If you want to solve it in that way then use: {{if \IPS\Member::loggedIn()->isAdmin()}}
  7. Gosh, sorry, didn't saw it. 😮 Well, it should work fine I think. You have them saved as an array as doc saying: https://invisioncommunity.com/developers/rest-api?endpoint=core/messages/POSTindex
  8. //'to' => [22505], Why you commented it? According to code: /* Verify there are recipients and all the recipients are valid */ if( !isset( \IPS\Request::i()->to ) OR !\is_array( \IPS\Request::i()->to ) OR !\count( \IPS\Request::i()->to ) ) { throw new \IPS\Api\Exception( 'INVALID_RECIPIENT', '1C374/3', 404 ); } else { foreach( \IPS\Request::i()->to as $to ) { if( !\IPS\Member::load( (int) $to )->member_id ) { throw new \IPS\Api\Exception( 'INVALID_RECIPIENT', '1C374/4', 404 ); } } } INVALID_RECIPIENT - * @throws 1C374/3 INVALID_RECIPIENT No recipients were supplied You should really look into code more often. 😉
  9. So you're using not so updated app and not so updated IPS4.... You have it uncompatible. I can provide you manual change if you have access to the files on FTP.
  10. Hello, which version are you using?
  11. It is: Why you thought that is isn't?
  12. Can't confirm. What version are you using?
  13. Hm, I'll take a look soon and let you know. Hm, it should skip it: /* Do not send if author is doing mod action */ if( $item->mapped('author') == \IPS\Member::loggedIn()->member_id ) Could you specify step by step how to reproduce it?
  14. OK, you need to clarify it with the IPS when it's sending and when not I affraid.
  15. Maybe they could check their spam folder? My app does not sending any mails. Whole mail thing is on IPS4 side.
  16. Hello, to less informations. Do you have these transactions marked as paid (in the ACP)?
  17. Google charts base on server language (which language btw?)? I don't think so.
  18. Hello, how to change these labels to Polish for example? Everything else works fine and displays in proper language.
  19. But I don't want to. What now? 😉
  20. Without additional query when viewing topic - nope I affraid.
  21. Woah, I don't remember something like this. I need to look for it. I'll let you guys know if I find it.
  22. I remember that I was trying update it here, but wasn't approved without reason. 😉 I just uploaded new version again.
×
×
  • Create New...