
PM didn't send - Private message welcome
Re: PM didn't send

"Before I speak, I have something important to say."
- Groucho Marx
- potku
- Registered User
- Posts: 971
- Joined: Wed Dec 22, 2004 10:26 pm
- Location: Tampere, Finland
- Contact:
- salvocortesiano
- Registered User
- Posts: 190
- Joined: Mon Mar 22, 2010 1:49 pm
- Location: Florence (Italy)
- Name: Salvo Cortesiano
- Contact:
Re: PM didn't send
That's a shame. This kind of EXT would be very useful for new members.

"Before I speak, I have something important to say."
- Groucho Marx
- potku
- Registered User
- Posts: 971
- Joined: Wed Dec 22, 2004 10:26 pm
- Location: Tampere, Finland
- Contact:
Re: PM didn't send
Hopefully Google correctly translate my text// I do not support in private messages!
- Anv@r.all
- Registered User
- Posts: 191
- Joined: Sun Sep 15, 2013 11:49 am
- Location: bb3.mobi
- Name: Anvar Stybaev
- Contact:
Re: PM didn't send

- Galixte de EzCom
- Registered User
- Posts: 1104
- Joined: Mon Oct 04, 2004 11:14 pm
- Location: France
- Name: Raphaël M.
- Contact:
Re: PM didn't send
just installed on 3.2
It seems the problem comes when you use the group of newly registered user. You should set them permissions to receive PMs

Hope this helps
-
- Registered User
- Posts: 7
- Joined: Sat Sep 02, 2017 6:34 pm
- Contact:
Re: PM didn't send

- Galixte de EzCom
- Registered User
- Posts: 1104
- Joined: Mon Oct 04, 2004 11:14 pm
- Location: France
- Name: Raphaël M.
- Contact:
Re: PM didn't send
However, I was too optimistic : it worked on my local test board, but not on the production one.
The only difference between both is the number of extensions installed.
So, the only way now for me is to deactivate them and recheck one by one.
-
- Registered User
- Posts: 7
- Joined: Sat Sep 02, 2017 6:34 pm
- Contact:
Re: PM didn't send
i use 3.2.1 forum version
my style is: Digi
Style version: 3.2.1
Extesnions version: 1.0.1 which i use now
when i activated my test user via ACP and i saw
did't send pm message welcome event i configurated
https://i.imgur.com/Tb1cEHy.png
- ivailo95
- Registered User
- Posts: 1050
- Joined: Tue Sep 05, 2017 8:00 am
- Location: Bulgaria
- Name: Ivailo
- Contact:
Re: PM didn't send
I've just run into the same problem with PMs not being sent, and I think the problem might be a small bug in pmwelcome/event/listener.php. The block below only sends a welcome PM if the user account is activated immediately after registration (which in most cases is not possible unless activation emails etc are not being used).
Code: Select all
public function pm_welcome($event)
{
$user_row = $event['user_row'];
if ($user_row['user_type'] == USER_ACTIVE)
Code: Select all
public function pm_welcome($event)
{
$user_row = $event['user_row'];
if ($user_row['user_type'] == USER_INACTIVE)
-
- Registered User
- Posts: 16
- Joined: Mon Jul 17, 2017 7:37 pm
- Contact:
Re: PM didn't send
And an user just becomes normal after activation.
Become my Patreon!
phpBB Portugal Translator and Moderator
- Leinad4Mind
- Translator
- Posts: 863
- Joined: Sun Jun 01, 2008 11:08 pm
- Contact:
Re: PM didn't send

-
- Registered User
- Posts: 16
- Joined: Mon Jul 17, 2017 7:37 pm
- Contact:
Re: PM didn't send
Using v3.2.7, nothing works... Permissions are right, no MP. Any clue, please?
- BBBenj
- Registered User
- Posts: 164
- Joined: Mon Jun 02, 2014 8:05 pm
- Name: Benjamin
- Contact:
Re: PM didn't send

- Galixte de EzCom
- Registered User
- Posts: 1104
- Joined: Mon Oct 04, 2004 11:14 pm
- Location: France
- Name: Raphaël M.
- Contact:
Re: PM didn't send
That was the one I have. Nethertheless, I disabled it, deleted the datas, delete from my server, uploaded it again, activated it, checked PM are authorized for everybody, and created a new account. Nothing. Do you need my board address?
- BBBenj
- Registered User
- Posts: 164
- Joined: Mon Jun 02, 2014 8:05 pm
- Name: Benjamin
- Contact: