Jump to content

DawPi

Clients
  • Joined

  • Last visited

Everything posted by DawPi

  1. Or.... custom mod for that. 🙂
  2. Argh, forgot to enable cursor on video. See the converter with cursor: 2023-04-06_11-25-28.mp4
  3. 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
  4. Where is the rest of your page? 🙂 Maybe you should check content (raw - in the database) of that last post and check for errors?
  5. DawPi replied to Wicked007's post in a topic in General Questions
  6. Hello, such error: In my opinion should not block/lock the apps. 🙂
  7. 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.
  8. If you want to solve it in that way then use: {{if \IPS\Member::loggedIn()->isAdmin()}}
  9. 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
  10. //'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. 😉
  11. Could you show us your code maybe?
  12. The same.
  13. DawPi replied to DawPi's post in a topic in Marketplace
    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.
  14. DawPi replied to DawPi's post in a topic in Marketplace
    Hello, which version are you using?
  15. DawPi replied to DawPi's post in a topic in Marketplace
    It is: Why you thought that is isn't?
  16. DawPi replied to DawPi's post in a topic in Marketplace
    Can't confirm. What version are you using?
  17. DawPi replied to DawPi's post in a topic in Marketplace
    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?
  18. OK, you need to clarify it with the IPS when it's sending and when not I affraid.
  19. Maybe they could check their spam folder? My app does not sending any mails. Whole mail thing is on IPS4 side.
  20. Hello, to less informations. Do you have these transactions marked as paid (in the ACP)?
  21. Google charts base on server language (which language btw?)? I don't think so.
  22. Hello, how to change these labels to Polish for example? Everything else works fine and displays in proper language.
  23. DawPi replied to Alexandru's post in a topic in Feedback
    But I don't want to. What now? 😉
  24. DawPi replied to DawPi's post in a topic in Marketplace
    Without additional query when viewing topic - nope I affraid.
  25. Woah, I don't remember something like this. I need to look for it. I'll let you guys know if I find it.