Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
December 15, 20222 yr Author On 12/15/2022 at 5:05 AM, abobader said: Hi @DawPi Still with every update/patch I see the this: Thanks. What is that? Is that old plugin, I think? New installation (app):
December 15, 20222 yr On 12/15/2022 at 9:54 AM, DawPi said: What is that? Is that old plugin, I think? It the latest app build:
December 17, 20222 yr On 12/16/2022 at 2:05 PM, DawPi said: Send me access details, I'll take a look. PM sent, thanks in advance.
December 18, 20222 yr Author On 12/15/2022 at 10:47 PM, abobader said: It the latest app build: Well, this is a screen from your board: So everything seems fine for me as you see. Maybe it's some kind of "error/bug" on IPS4 side? Not sure.
December 18, 20222 yr On 12/18/2022 at 12:52 PM, DawPi said: So everything seems fine for me as you see. Maybe it's some kind of "error/bug" on IPS4 side? Not sure. Seem like it, thanks for looking to this matters.
March 7, 20232 yr If you have this set to send a pm from a different user to the one who took the action, it messages when someone hides or edits their own posts. Any chance this could be changed in an upcoming version?
March 7, 20232 yr Author 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?
March 7, 20232 yr Not really many steps to re-produce. Set the author of the message which is sent to a third party, do something with your own post which should trigger a message, and it'll send you one.
June 29, 20231 yr @DawPi I've just installed your app and I have a few suggestions: 1. Replacement strings (tags) for the title. As it happens, right now all private messages have the same title, which is not the ideal. The user who has three different topics/posts moderated, will receive three messages with the same title and might think they are simply duplicates. Also, in the future, it might be difficult to locate a specific message. 2. For the move action, to add the source and target forums. 3. The content editor could use the Rich Text editor Thanks! Edited June 29, 20231 yr by Gabriel Torres
June 29, 20231 yr Author On 6/29/2023 at 6:22 PM, Gabriel Torres said: 1. Replacement strings (tags) for the title. As it happens, right now all private messages have the same title, which is not the ideal. The user who has three different topics/posts moderated, will receive three messages with the same title and might think they are simply duplicates. Also, in the future, it might be difficult to locate a specific message. Hm, any suggestions about these tags? On 6/29/2023 at 6:22 PM, Gabriel Torres said: 2. For the move action, to add the source and target forums. Below the PW content? 🙂 On 6/29/2023 at 6:22 PM, Gabriel Torres said: 3. The content editor could use the Rich Text editor I'll take a look into this. Thanks!
June 29, 20231 yr On 6/29/2023 at 9:14 PM, DawPi said: Hm, any suggestions about these tags? Ideally something along the lines of: Your topic has been moved: <title> Your topic has been edited: <title> Your post has been hidden: <title> Where <title> is the topic's title. On 6/29/2023 at 9:14 PM, DawPi said: Below the PW content? 🙂 It could be incorporated in the #reason_stuff# tag. Currently: John Doe moved a topic <title> Proposal: John Doe moved a topic <title> from <origin> to <destination> Where <origin> and <destination> are the forums names with links to them. Thanks for the reply! 🙂
July 7, 20231 yr Author On 6/29/2023 at 6:22 PM, Gabriel Torres said: 1. Replacement strings (tags) for the title. As it happens, right now all private messages have the same title, which is not the ideal. The user who has three different topics/posts moderated, will receive three messages with the same title and might think they are simply duplicates. Also, in the future, it might be difficult to locate a specific message. Better? 🙂 Taken few actiona and the result: New title: Result: Hope it's fine? 🙂 On 6/29/2023 at 6:22 PM, Gabriel Torres said: 2. For the move action, to add the source and target forums. Unfortunatelly it isn't doable. My mod hook into modLog which is perform AFTER move (source and destination forums would be the same): On 6/29/2023 at 6:22 PM, Gabriel Torres said: 3. The content editor could use the Rich Text editor Which editor?
July 7, 20231 yr On 7/7/2023 at 6:50 AM, DawPi said: Better? 🙂 It helps, thanks. On 7/7/2023 at 6:50 AM, DawPi said: Which editor? The standard WYSIWYG editor from the platform instead of a textarea field. Cheers.
July 7, 20231 yr Author On 7/7/2023 at 12:06 PM, Gabriel Torres said: The standard WYSIWYG editor from the platform instead of a textarea field. Where? 🙂
July 12, 20231 yr @DawPi Installed the latest version and when adding the content, I missed a tag for the user's name! So we can write something more personalized like: Quote Hi, #username#! (...) Another issue I faced is that when a post is hidden, no notification is generated. The notification is generated only when a whole topic is hidden. You may want to take a look into this. Thanks.
July 12, 20231 yr Author On 7/12/2023 at 12:46 PM, Gabriel Torres said: and when adding the content, I missed a tag for the user's name! So we can write something more personalized like It wasn't there in previous version too so what you missed exactly? 🙂 On 7/12/2023 at 12:46 PM, Gabriel Torres said: Another issue I faced is that when a post is hidden, no notification is generated. The notification is generated only when a whole topic is hidden. You may want to take a look into this. Can't confirm:
July 12, 20231 yr On 7/12/2023 at 1:28 PM, DawPi said: It wasn't there in previous version too so what you missed exactly? 🙂 I know that it wasn't present before. I am suggesting you to add this is a future version. On 7/12/2023 at 1:28 PM, DawPi said: Can't confirm: Thanks, I will test this again! I may have missed something here.
July 13, 20231 yr Hi @DawPi One notice, when normally want to check for app/plugin update from: System - Application - Check for updates This app do not show any indicated for update, so when I saw you update the app and still not notify on the admincp as I said, only way was to click on the app and then click on "Marketplace" then you will see the update and can update this app. I notice this some time ago but now I can confirm the issue. Thanks.