Jump to content

Auto Welcome Support

Featured Replies

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.

 

  • Replies 866
  • Views 74.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • 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.

  • Michael.J
    Michael.J

    The Auto Welcome app has been updated with IP.Board 4.2.x compatibility and several more bug fixes. Full list of changes below IP.Board 4.2.x compatibly update. Status updates should now

  • Michael.J
    Michael.J

    The Auto Welcome app has been updated with a few more bug fixes and re-organizing of the admin settings. I've also confirmed IP.Board 4.3.x compatibility as well.

Posted Images

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?

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.

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)?

4.5.x. But I didnt tested it well so please make backup first. 

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?

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?

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.

Same for me.  I installed it but it's not generating a post.  I'm running the latest version of 4.5.

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 by bosss

How do I downgrade to that version?  

4 minutes ago, Dknelson said:

How do I downgrade to that version?  

PM sent!

I still can't even install it.

10 minutes ago, asigno said:

I still can't even install it.

Where is problem and which version?

Edited by bosss

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 by optrexnz

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 by bosss

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 by Dknelson

On 10/27/2020 at 6:09 PM, Dknelson said:

How do I downgrade to that version?  

Same question for me.

Thanks.

You will have to remove the new version, get a copy of the old version, and manually install it. 

  • 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.

  1. Bug fix for validate member.
  2. Bug fix with topic settings stopping new welcome alerts.
  3. Background queue to convert and then remove the legacy welcome member field.
  4. Only members who joined within 2 weeks will receive the time delay welcome.
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.

  1. Bug fix for validate member.
  2. Bug fix with topic settings stopping new welcome alerts.
  3. Background queue to convert and then remove the legacy welcome member field.
  4. Only members who joined within 2 weeks will receive the time delay welcome.

Thank you!!!

  • 2 weeks later...

Updated from 2.5.6 and the welcome post still do not work. Uninstalled and gone back to the previous version again mate.

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.

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'

Recently Browsing 0

  • No registered users viewing this page.