[FINAL] Welcome PM on First Login (WPM) 2.2.6

Viewtopic, viewforum, posting related hacks and MODs.
Viewing topics, forums, or posting add-ons.

Re: [FINAL] Welcome PM on First Login (WPM) 2.2.5

Postby Terr0r » 23 Jun 2011, 15:38

can I use this MOD for phpBB 3.0.8 ?
User avatar
Terr0r    
Cadet III
Cadet III
 
Posts: 31
Joined: 16 May 2011, 06:37
Gender: Male
phpBB Knowledge: 3


Re: [FINAL] Welcome PM on First Login (WPM) 2.2.5

Postby ThumperTM » 18 Sep 2011, 01:24

Hello,


Thanks for this great mod....


i was using this mod for some months but after some time this mod stop working..... i tired to add agian for new theme but i got msg: that this table already exist

Code: Select all
Error:Table 'phpbb_wpm' already exists
CREATE TABLE phpbb_wpm ( wpm_config_id int(3) NOT NULL, wpm_enable tinyint(1) unsigned NOT NULL, wpm_send_id mediumint(8) NOT NULL, wpm_preview tinyint(1) unsigned NOT NULL, wpm_variables varchar(255) NOT NULL, wpm_subject varchar(100) NOT NULL, wpm_message mediumtext NOT NULL, wpm_version varchar(255) NOT NULL, PRIMARY KEY (wpm_config_id) )
Error:Duplicate entry '1' for key 'PRIMARY'
INSERT INTO phpbb_wpm (wpm_config_id, wpm_enable, wpm_send_id, wpm_preview, wpm_variables, wpm_subject, wpm_message, wpm_version) VALUES(1, 1, 2, 0, '', 'Welcome to {SITE_NAME}!', 'Hello, [b]{USERNAME}[/b]!\n\nWelcome to {SITE_NAME}   ({SITE_DESC})\n\nYou registered on [b]{USER_REGDATE}[/b]. According to your input, your email is [b]{USER_EMAIL}[/b] and you live in timezone [b]{USER_TZ}[/b]. It is nice to know that you speak {USER_LANG_LOCAL}.\n\nYou can contact us here: {BOARD_CONTACT} or here: {BOARD_EMAIL}, whichever you prefer, at anytime. Thank you for choosing us.\n\n-Thank you for registering at {SITE_NAME}!\n\nThanks, {SENDER}', '2.2.5')



Can you help to fix this?

cheers
ThumperTM    
Crewman
Crewman
 
Posts: 2
Joined: 04 Oct 2010, 03:55
Gender: Male
phpBB Knowledge: 10

Re: [FINAL] Welcome PM on First Login (WPM) 2.2.5

Postby Jaftica » 18 Sep 2011, 06:33

If you uninstalled it and the installed it again, the tables are probably still in there. It won't hurt anything as long as it does not put the tables in there twice.
User avatar
Jaftica    
Supporter
Supporter
 
Posts: 90
Joined: 03 Oct 2010, 13:55
Location: Index, WA. or the State of shock most of the time.
Favorite Team: Seahawks
Gender: Male
phpBB Knowledge: 5

Re: [FINAL] Welcome PM on First Login (WPM) 2.2.6

Postby ..::Frans::.. » 04 Nov 2012, 12:29

Hi all,

Had a rough 2 years.....and now am getting back into the wonderful world of phpBB.

My first action: updating this mod to version 3.0.11 as of 2 minutes ago.

This new version was uploaded to phpbb.com for approval so over there the older version is still mentioned.

:hello:
ping...
User avatar
..::Frans::..
STG Development
STG Development
 
Posts: 1608
Joined: 28 Mar 2007, 15:37
Location: Netherlands
Favorite Team: RKC
Gender: Male
phpBB Knowledge: 9

Re: [FINAL] Welcome PM on First Login (WPM) 2.2.6

Postby Mickroz » 04 Nov 2012, 12:58

welcome back Frans!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.
Mickroz    
Supporter
Supporter
 
Posts: 263
Joined: 02 Feb 2007, 20:19
Location: The Netherlands
Favorite Team: Feyenoord
Gender: Male
phpBB Knowledge: 7

Re: [FINAL] Welcome PM on First Login (WPM) 2.2.6

Postby ..::Frans::.. » 04 Nov 2012, 13:29

Thanx Mike! ;-)
ping...
User avatar
..::Frans::..
STG Development
STG Development
 
Posts: 1608
Joined: 28 Mar 2007, 15:37
Location: Netherlands
Favorite Team: RKC
Gender: Male
phpBB Knowledge: 9

Re: [FINAL] Welcome PM on First Login (WPM) 2.2.6

Postby Hippie459MN » 04 Nov 2012, 14:16

Excelent!! I can get this working again. One of the best mods I ever used and wonderful to see you back and working on it. :D
User avatar
Hippie459MN    
Supporter
Supporter
 
Posts: 205
Joined: 08 Feb 2008, 09:40
Location: Minnesota, USA
Favorite Team: Your moms team
Gender: Male
phpBB Knowledge: 6

Re: [FINAL] Welcome PM on First Login (WPM) 2.2.6

Postby Fridge » 12 Nov 2012, 11:32

Thnx Frans for updating your mod :thumbsup:
Image
User avatar
Fridge
Crewman
Crewman
 
Posts: 3
Joined: 09 Feb 2007, 04:59
Location: Rotterdam, The Netherlands
Favorite Team: Feyenoord Rotterdam
Gender: Male

Re: [FINAL] Welcome PM on First Login (WPM) 2.2.6

Postby mykkal » 23 Mar 2013, 13:05

Hey guys, I have a question. I just installed 2.2.6 on http://forums.rashaentertainment.com. I'm trying to get the private messaging tool to work. I have installed the mod using automod and I added it to the USER part of the control panel.

How do i find the 'settings' for this? I do not know where to edit the private message. Can it not be done within the control panel? I'm using SE_Square template & theme. I applied the changes to it as well.

Please tell me what I need to do. Using phpbb 3.0.11
mykkal    
Crewman
Crewman
 
Posts: 1
Joined: 23 Mar 2013, 13:01
Gender: Male
phpBB Knowledge: 5

Re: [FINAL] Welcome PM on First Login (WPM) 2.2.6

Postby allingeneral » 24 Mar 2013, 07:12

Not sure if this is fixed in the "latest and greatest " of this mod, but wanted to share just in case.

Many people (including me) have had problems with multiple Welcome PMs sent to users. After some digging around, I found a fix for the issue (though, I haven't had a chance to test it much)

in file .../includes/functions.php

Find and comment out the following line:
Code: Select all
                        if($row['wpm_enable'] && $user->data['user_lastvisit'] == 0)


Then replace with the following line:
Code: Select all
                        if($row['wpm_enable'] && $user->data['user_lastvisit'] == 0 && $user->data['user_new_privmsg'] == 0 && $user->data['user_last_privmsg'] == 0)


Thanks for a great mod!
allingeneral    
Crewman
Crewman
 
Posts: 4
Joined: 19 Nov 2010, 19:47
Gender: Male
phpBB Knowledge: 6

PreviousNext

Return to Topic, Forum, Posting MOD Downloads

Who is online

Users browsing this forum: No registered users and 13 guests