Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
October 23, 20204 yr I'm waiting on this bug to be fixed, and iAwards to be updated, and then I think I can finally upgrade to 4.5, now 4.5.4.
October 25, 20204 yr Unfortunately does not work in IPS 4.5. Today 2 users registered and no post was created, although everything was set and activated. How can I fix that?
October 26, 20204 yr Open: applications/autowelcome/sources/Alerts/Alerts.php Find: $topic->pinned = ( \IPS\Settings::i()->aw_topic_settings && mb_strpos( \IPS\Settings::i()->aw_topic_settings, 'pin' ) !== false ) ? TRUE : FALSE; $topic->state = ( \IPS\Settings::i()->aw_topic_settings && mb_strpos( \IPS\Settings::i()->aw_topic_settings, 'close' ) !== false ) ? 'closed' : 'open'; Change to: $topic->pinned = ( \IPS\Settings::i()->aw_topic_settings && \in_array( 'pin', \IPS\Settings::i()->aw_topic_settings ) ) ? TRUE : FALSE; $topic->state = ( \IPS\Settings::i()->aw_topic_settings && \in_array( 'close', \IPS\Settings::i()->aw_topic_settings ) ) ? 'closed' : 'open'; Save, upload & test if it helped.
October 26, 20204 yr 4 hours ago, DawPi said: Open: applications/autowelcome/sources/Alerts/Alerts.php Find: $topic->pinned = ( \IPS\Settings::i()->aw_topic_settings && mb_strpos( \IPS\Settings::i()->aw_topic_settings, 'pin' ) !== false ) ? TRUE : FALSE; $topic->state = ( \IPS\Settings::i()->aw_topic_settings && mb_strpos( \IPS\Settings::i()->aw_topic_settings, 'close' ) !== false ) ? 'closed' : 'open'; Change to: $topic->pinned = ( \IPS\Settings::i()->aw_topic_settings && \in_array( 'pin', \IPS\Settings::i()->aw_topic_settings ) ) ? TRUE : FALSE; $topic->state = ( \IPS\Settings::i()->aw_topic_settings && \in_array( 'close', \IPS\Settings::i()->aw_topic_settings ) ) ? 'closed' : 'open'; Save, upload & test if it helped. Should we make those changes in 2.5.6 (ips 4.4) ver or 2.6.1 (ips 4.5)?
October 27, 20204 yr 19 hours ago, DawPi said: Open: applications/autowelcome/sources/Alerts/Alerts.php Superstar as usual @DawPi I can confirm the edit works and new members are now welcomes again on 4.5.4 Now does anyone know how I can get an active @ tag in a post please as that would make me extremely happy?
October 27, 20204 yr 6 hours ago, optrexnz said: Now does anyone know how I can get an active @ tag in a post please as that would make me extremely happy? What you mean?
October 27, 20204 yr 13 hours ago, optrexnz said: Superstar as usual @DawPi I can confirm the edit works and new members are now welcomes again on 4.5.4 Now does anyone know how I can get an active @ tag in a post please as that would make me extremely happy? Just tested and for me works not - no topics, no PM and no email.
October 27, 20204 yr Same for me. I installed it but it's not generating a post. I'm running the latest version of 4.5.
October 27, 20204 yr 11 minutes ago, Dknelson said: Same for me. I installed it but it's not generating a post. I'm running the latest version of 4.5. Me too - run latest version but i downgrade to ver 2.5.6 and made test - worked fine - created topic and sent PM - email disabled! Edited October 27, 20204 yr by bosss
October 27, 20204 yr 10 minutes ago, asigno said: I still can't even install it. Where is problem and which version? Edited October 27, 20204 yr by bosss
October 27, 20204 yr 5 hours ago, bosss said: Just tested and for me works not - no topics, no PM and no email. Maybe it depends on what php version you are using? v7.4.11 Doing a dream here. I commented out the 2 lines it replaced and just pasted in the new entries. I have my topic set to post 1 hour after joining. 13 hours ago, DawPi said: What you mean? In my welcome topic, I say Hello Dawpi, welcome to the site. I want it to say Hello @DawPi, welcome to the site Edited October 27, 20204 yr by optrexnz
October 27, 20204 yr 3 minutes ago, optrexnz said: Maybe it depends on what php version you are using? Doing a dream here. I commented out the 2 lines it replaced and just pasted in the new entries. I have my topic set to post 1 hour after joining. Tested with php 7.3.1 and 7.4 - works not (with changes). Downgrade to ver 2.5.6 works fine (posted immediately) Edited October 27, 20204 yr by bosss
October 29, 20204 yr On 10/27/2020 at 6:22 PM, bosss said: Tested with php 7.3.1 and 7.4 - works not (with changes). Downgrade to ver 2.5.6 works fine (posted immediately) Thanks much. Downgrading to 2.5.6 worked for me also. Edited October 29, 20204 yr by Dknelson
October 29, 20204 yr On 10/27/2020 at 6:09 PM, Dknelson said: How do I downgrade to that version? Same question for me. Thanks.
October 29, 20204 yr You will have to remove the new version, get a copy of the old version, and manually install it.
November 4, 20204 yr Author I've got a new update ready that is just being tested a bit more by a few others and then will be released soon. (Because of the previous update causing problems, I'm a bit more cautious this release.) These are the changes, if you've got any more bugs to report, please let me know now. Bug fix for validate member. Bug fix with topic settings stopping new welcome alerts. Background queue to convert and then remove the legacy welcome member field. Only members who joined within 2 weeks will receive the time delay welcome.
November 4, 20204 yr 7 hours ago, Michael.J said: I've got a new update ready that is just being tested a bit more by a few others and then will be released soon. (Because of the previous update causing problems, I'm a bit more cautious this release.) These are the changes, if you've got any more bugs to report, please let me know now. Bug fix for validate member. Bug fix with topic settings stopping new welcome alerts. Background queue to convert and then remove the legacy welcome member field. Only members who joined within 2 weeks will receive the time delay welcome. Thank you!!!
November 19, 20204 yr Updated from 2.5.6 and the welcome post still do not work. Uninstalled and gone back to the previous version again mate.
November 19, 20204 yr 1 hour ago, Dean_ said: Updated from 2.5.6 and the welcome post still do not work For me, it's work fine now. Thanks @Michael.J.
November 19, 20204 yr Thanks for the update @Michael.J, I've tried to update from 2.6.0 to 2.6.2 but still get the following error, even after the manual code change you recommended. Sorry, you do not have permission for that! 1S111/1 Duplicate entry '2' for key 'PRIMARY'