MyBB Community Forums

Full Version: Welcome PM/Email plugin by G33k. No PM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

im using this plugin http://mods.mybb.com/view/welcome-pm and want that every new registered members get PM if their account is not activated. Plugin works fine, but i dont get any PM.

im using this too https://github.com/Stefan-ST/MyBB-Redire...gistration

maybe with this redirect after registration is problem? anyone can help fix it?
welcome-pm plugin sends message to the newly registered members. Admin does not get the PM
im tested with new account and get nothing.
open the plugin file welcomepm.php in a text editor (eg. notepad++)
on line 259 find code function welcomepm_send($user) and change it to below code
function welcomepm_send(&$user)
save the file and try it now
(2013-04-19, 01:39 PM).m. Wrote: [ -> ]open the plugin file welcomepm.php in a text editor (eg. notepad++)
on line 259 find code function welcomepm_send($user) and change it to below code
function welcomepm_send(&$user)
save the file and try it now
it was 258 line, but it dont work.

i get pm if im deactivate redirect after registration plugin.
hmm., at present I do not see any reason for the conflict between above two plugins
(2013-04-19, 02:09 PM).m. Wrote: [ -> ]hmm., at present I do not see any reason for the conflict between above two plugins
che, looks like there is no problem more. i just activated again plugin and tried register again, now works fine. Thanks for help!