Jump to content

Auto Welcome Support


Recommended Posts

Posted

Based on the current IPB 4.1 errors I've had, no shouldn't be any issues with this. But if there is, please report and will take a look as currently working through IPB 4.1 updates this week.

Posted
1 hour ago, eden buganim said:

@Mike John

It works well, but when a new user registered It does not show 1 on icon private massage.

If you can add will be perfect.

On my site it works the way it has to be ( 4.0.13.1 )  , what version are you using ?

MazdaClubTR-Snip8.JPG.06a3a4de7b738db6f2

 

Posted (edited)
2 minutes ago, eden buganim said:

the latest version 4.0.3.2

May be it is related to that.. This plug-in is a must for my site too. Keeping an eye on till I upgrade.

Edited by ABGenc
Posted
On 10.11.2015 07:46:11, Mike John said:

Can anyone confirm the new PM icon not working as well? My initial testing seems to work fine.

Hi Mike, I can confirm that it is working properly , both new message count and browser notifications are displayed when the new users logs in

MazdaClubTR_Snip27.thumb.JPG.f6fdd601c05

Posted (edited)
On 11/9/2015, 11:46:11, Mike John said:

Can anyone confirm the new PM icon not working as well? My initial testing seems to work fine.

I'm not getting a PM icon either. The PM is there. Just no icon. Notification settings are set correctly. And a regular PM works as expected.

As soon as I send a regular PM to the new member, I get a 1 on the notification icon, and 2 on the PM. Before that nothing.

Edit: I'm running IPB 4.1.3.2

Edited by prupdated
  • 3 weeks later...
Posted
On 7/12/2015 at 0:36 PM, NoGi said:

, is it possible to hyperlink the username to go to the profile?

%profile_link% quick tag should do this and include username.

On 8/12/2015 at 2:34 AM, Hendrik Martin said:

i cant disable "email welcome" in 4.1. It says:  EX4096 Something went wrong, please try it again.

I'm not able to reproduce this locally. I'll need acp and ftp login details to troubleshoot further.

Posted
2 hours ago, Mike John said:

I'm not able to reproduce this locally. I'll need acp and ftp login details to troubleshoot further.

The issue is that it's trying to save the member object instead of just the member id. Should be something like this in \applications\autowelcome\modules\admin\settings\settings.php:

			if ( !empty( $values[ 'aw_pm_from' ] ) and $values[ 'aw_pm_from' ]->member_id )
			{
				$values[ 'aw_pm_from' ] = $values[ 'aw_pm_from' ]->member_id;
			}

			if ( !empty( $values[ 'aw_email_from' ] ) and $values[ 'aw_email_from' ]->member_id )
			{
				$values[ 'aw_email_from' ] = $values[ 'aw_email_from' ]->member_id;
			}

			if ( !empty( $values[ 'aw_topic_author' ] ) and $values[ 'aw_topic_author' ]->member_id )
			{
				$values[ 'aw_topic_author' ] = $values[ 'aw_topic_author' ]->member_id;
			}

			$form->saveAsSettings( $values );

 

Posted (edited)
On ‏יום חמישי ‏17 ‏דצמבר ‏2015 at 2:32 AM, Mike John said:

New version released that should patch the bug that arose after IPB 4.1.x. Thanks to @Gabrielle V. for providing the code.

Big thank!

just Auto Status Update does not work now..

Edited by eden buganim
Posted
On 18/12/2015 at 9:45 PM, eden buganim said:

just Auto Status Update does not work now..

Can you just save your auto welcome settings just to make sure the auto welcome sender is set properly and see if it works then?

Posted
2 hours ago, Mike John said:

Can you just save your auto welcome settings just to make sure the auto welcome sender is set properly and see if it works then?

Yeah sure. I checked and pm message works fine for us but status update no send to news members.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...