
Everything posted by DawPi
-
Automatic title order in forums
Or.... custom mod for that. 🙂
-
Weird behaviour of Wizard...
Argh, forgot to enable cursor on video. See the converter with cursor: 2023-04-06_11-25-28.mp4
-
Weird behaviour of Wizard...
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
-
One page of my forum is broken: can't edit, can't reply, can't see last post?
Where is the rest of your page? 🙂 Maybe you should check content (raw - in the database) of that last post and check for errors?
-
Upgrade 4.7.9
-
Exclude vendor/ folder from being checking by apps/plugins PHP8 compatibility.
-
Marketplace ReDownload App | Not Allow?
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.
-
[Suggestion] Allow hiding the word 'visits to this link' in forum redirects
If you want to solve it in that way then use: {{if \IPS\Member::loggedIn()->isAdmin()}}
-
API REST - /api/core/messages
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
-
API REST - /api/core/messages
//'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. 😉
-
MemberACPProfile extension not working
Could you show us your code maybe?
-
wrong time warning
The same.
-
(DP44) Custom Links
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.
-
(DP44) Custom Links
Hello, which version are you using?
-
(DP44) Custom Links
-
(DP41) Mod Action Notify
Can't confirm. What version are you using?
-
(DP41) Mod Action Notify
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?
-
(DP42) Single Use License Keys
OK, you need to clarify it with the IPS when it's sending and when not I affraid.
-
(DP42) Single Use License Keys
Maybe they could check their spam folder? My app does not sending any mails. Whole mail thing is on IPS4 side.
-
(DP42) Single Use License Keys
Hello, to less informations. Do you have these transactions marked as paid (in the ACP)?
-
Change language of the charts labels
Google charts base on server language (which language btw?)? I don't think so.
-
Change language of the charts labels
Hello, how to change these labels to Polish for example? Everything else works fine and displays in proper language.
-
Plugins & Applications
But I don't want to. What now? 😉
-
(DP44) Extended Polls
Without additional query when viewing topic - nope I affraid.
-
select a forum to jump to
Woah, I don't remember something like this. I need to look for it. I'll let you guys know if I find it.