Adriano Faria Posted March 18, 2018 Share Posted March 18, 2018 This will resource will provide canned replies to frequently asked questions for both the members and the staff. Canned replies can be shared. Member can create them in two ways: PRIVATE or PUBLIC. Public replies will be visiable and available to be used by all members allowed to use the resource, but only editable by its authors. More: Link to comment Share on other sites More sharing options...
DSystem Posted March 25, 2018 Share Posted March 25, 2018 (edited) Excellent application. It would be even better if it worked on the MPs too .... Edited March 25, 2018 by DSystem Adriano Faria 1 Link to comment Share on other sites More sharing options...
Adriano Faria Posted March 29, 2018 Author Share Posted March 29, 2018 On 25/03/2018 at 6:14 PM, DSystem said: Excellent application. It would be even better if it worked on the MPs too .... What's New in Version 1.0.1: Added support to Personal Conversations. DSystem 1 Link to comment Share on other sites More sharing options...
Adriano Faria Posted April 8, 2018 Author Share Posted April 8, 2018 Compatibility: IPS 4.3 IPS 4.2 Link to comment Share on other sites More sharing options...
ILM2 Posted May 17, 2018 Share Posted May 17, 2018 How do I delete a Canned Reply that is no longer needed? Link to comment Share on other sites More sharing options...
Adriano Faria Posted May 17, 2018 Author Share Posted May 17, 2018 ACP: Link to comment Share on other sites More sharing options...
DSystem Posted September 4, 2018 Share Posted September 4, 2018 I found a bug When the administrator edits a private response. The response's author is changed to the administrator. Suggestion for improvement: When you have selected an answer ready to be placed in the post. Let it be added to typed and unsubscribed text as it currently is. It would look better, so we could use several ready-made answers in the same post. VladislavD 1 Link to comment Share on other sites More sharing options...
Adriano Faria Posted September 4, 2018 Author Share Posted September 4, 2018 (edited) 48 minutes ago, DSyste said: found a bug When the administrator edits a private response. The response's author is changed to the administrator What is a private response? There’s nothing on it that changes the ownership of replies, as far as I remember. I’ll have to check, once I know what it is. 😉 Edited September 4, 2018 by Adriano Faria Link to comment Share on other sites More sharing options...
Adriano Faria Posted September 4, 2018 Author Share Posted September 4, 2018 34 minutes ago, Adriano Faria said: What is a private response? I just tested it, supposing it is a reply in private message, and the author isn't changed when an admin edits the reply: Is this what you mean? Link to comment Share on other sites More sharing options...
DSystem Posted September 4, 2018 Share Posted September 4, 2018 Voltei! Seria nesta tela. Quando edito alguma resposta pronta. Link to comment Share on other sites More sharing options...
Adriano Faria Posted September 4, 2018 Author Share Posted September 4, 2018 1 minute ago, DSyste said: Voltei! Seria nesta tela. Quando edito alguma resposta pronta. Ah sim, então está mudando o autor da resposta automática? Vou testar. Link to comment Share on other sites More sharing options...
Adriano Faria Posted September 4, 2018 Author Share Posted September 4, 2018 What's New in Version 1.0.2: Fixed edit canned reply on ACP, which was changing the author to the logged in member. @DSyste DSystem 1 Link to comment Share on other sites More sharing options...
ILM2 Posted September 5, 2018 Share Posted September 5, 2018 (edited) TWO QUESTIONS: #1 - I have a few dozen Canned Replies stored. Is it possible to get The selection list displayed in alphabetical order? #2 - Is it possible for you to make it so that we can use your software as a "CANNED PM STARTER" not just for replies? Edited September 5, 2018 by ILM2 Link to comment Share on other sites More sharing options...
Adriano Faria Posted September 5, 2018 Author Share Posted September 5, 2018 3 minutes ago, ILM2 said: I have a few dozen Canned Replies stored. Is it possible to get The selection list displayed in alphabetical order Not currently. If you want to sort by title, change in your install. Open applications\cannedreplies\sources\Replies\Replies.php and find: foreach( \IPS\Db::i()->select( '*', 'cannedreplies_replies', array( 'cr_mid=?', \IPS\Member::loggedIn()->member_id ) ) as $row ) Change to: foreach( \IPS\Db::i()->select( '*', 'cannedreplies_replies', array( 'cr_mid=?', \IPS\Member::loggedIn()->member_id ), 'cr_title ASC' ) as $row ) And find: foreach( \IPS\Db::i()->select( '*', 'cannedreplies_replies', array( 'cr_mid!=? AND cr_type=?', \IPS\Member::loggedIn()->member_id, 1 ) ) as $row ) Change to: foreach( \IPS\Db::i()->select( '*', 'cannedreplies_replies', array( 'cr_mid!=? AND cr_type=?', \IPS\Member::loggedIn()->member_id, 1 ), 'cr_title ASC' ) as $row ) I'll change it in next version. 3 minutes ago, ILM2 said: Is it possible for you to make it so that we can use your software as a "CANNED PM STARTER" not just for replies? No. DSystem and joshuaj 2 Link to comment Share on other sites More sharing options...
ILM2 Posted September 5, 2018 Share Posted September 5, 2018 Thank you for your super-fast reply. I will make a safe copy of the file and then make the edits you suggest. Adriano Faria 1 Link to comment Share on other sites More sharing options...
Adriano Faria Posted September 20, 2018 Author Share Posted September 20, 2018 What's New in Version 1.0.3: Sort canned replies in alphabetical order Link to comment Share on other sites More sharing options...
Adriano Faria Posted January 29, 2019 Author Share Posted January 29, 2019 Compatible with IPS 4.4. Link to comment Share on other sites More sharing options...
VladislavD Posted February 16, 2019 Share Posted February 16, 2019 Hello, how to make the saved answers add to the text and not replace it? DSystem and DamonT 2 Link to comment Share on other sites More sharing options...
Adriano Faria Posted February 16, 2019 Author Share Posted February 16, 2019 Just now, VladislavD said: Hello, how to make the saved answers add to the text and not replace it? It doesn't work like that. It was designed to add the content to the editor. Link to comment Share on other sites More sharing options...
VladislavD Posted February 16, 2019 Share Posted February 16, 2019 It is a pity, it is much more convenient to add saved text, such as ready-made links, this expands the capabilities of the application. This can be done? Can be adjusted in the settings. If it's not difficult, where to fix it in the code, this function is very necessary. DamonT 1 Link to comment Share on other sites More sharing options...
Adriano Faria Posted February 16, 2019 Author Share Posted February 16, 2019 I'll take a look for a future version, no ETA at all at this point due to IPS 4.4 release. In the meantime, accept a device: ask before you buy. It can save you from problems. DSystem 1 Link to comment Share on other sites More sharing options...
VladislavD Posted February 16, 2019 Share Posted February 16, 2019 Just now, Adriano Faria said: In the meantime, accept a device: ask before you buy. It can save you from problems. already bought(( Link to comment Share on other sites More sharing options...
DSystem Posted February 16, 2019 Share Posted February 16, 2019 2 hours ago, Adriano Faria said: I'll take a look for a future version, no ETA at all at this point due to IPS 4.4 release. 👍 Link to comment Share on other sites More sharing options...
LiquidFractal Posted May 19, 2019 Share Posted May 19, 2019 Hey @Adriano Faria, Ok, so I don't own this app but reading its description gave me an idea: what about an app which allows you to develop and send out canned EMAILS from the IP suite (e.g. its donotreply automatically-generated email address)? For instance, as a tutor I'd like to be able to send out a canned email which notifies a client they still have to pay for an upcoming session, reminders, and so forth. Not sure if anyone else has asked for this, but it might be useful to others. Link to comment Share on other sites More sharing options...
Adriano Faria Posted May 19, 2019 Author Share Posted May 19, 2019 42 minutes ago, liquidfractal said: Hey @Adriano Faria, Ok, so I don't own this app but reading its description gave me an idea: what about an app which allows you to develop and send out canned EMAILS from the IP suite (e.g. its donotreply automatically-generated email address)? For instance, as a tutor I'd like to be able to send out a canned email which notifies a client they still have to pay for an upcoming session, reminders, and so forth. Not sure if anyone else has asked for this, but it might be useful to others. You better ask for this here: https://invisioncommunity.com/forums/forum/506-customization-requests/ LiquidFractal 1 Link to comment Share on other sites More sharing options...
Recommended Posts