[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 Ariane_A » 22 Feb 2010, 01:19

No it doesn't solve the problem. As mfrankena says, try with a brand new user and you will see.
Ariane_A
Cadet I
Cadet I
 
Posts: 14
Joined: 30 May 2009, 10:24
Location: Switzerland
Gender: Female
phpBB Knowledge: 5




phpBB Academy at StarTrekGuide
Support STG
Using PayPal Donate

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

Postby flaps » 22 Feb 2010, 03:54

I tried installing this MOD on 3.0.6

And it seemed that any newly registered user was not able to view any images on the site. it just came up with [ img ] with a hyperlink to the image.
Discovered it was the edit in user_options

After changing it back to what it was, it worked fine.

Is it possible to leave the user_options number as it is, with the mod still working?
flaps
Crewman
Crewman
 
Posts: 2
Joined: 16 Jan 2010, 10:46
Gender: Male
phpBB Knowledge: 3

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

Postby stitch626 » 22 Feb 2010, 06:06

Works fine on my board. I have tested it 3 times consecutively by creating 3 NEW users and worked every time so I really don't know why it doesn't work on your board.
User avatar
stitch626    
STG Moderator Leader
STG Moderator Leader
 
Posts: 3185
Joined: 08 Feb 2007, 20:47
Location: Michigan
Favorite Team: Detroit Red Wings
Gender: Male
phpBB Knowledge: 7

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

Postby Ariane_A » 22 Feb 2010, 07:57

When you logged in as these new users, you got the popup ?
Ariane_A
Cadet I
Cadet I
 
Posts: 14
Joined: 30 May 2009, 10:24
Location: Switzerland
Gender: Female
phpBB Knowledge: 5

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

Postby stitch626 » 22 Feb 2010, 20:25

Yep Works perfect. For some reason it doesn't seem to be working on everyones board and I don't know why. You may want to read these posts on .com.
http://www.phpbb.com/community/viewtopi ... start=1260
User avatar
stitch626    
STG Moderator Leader
STG Moderator Leader
 
Posts: 3185
Joined: 08 Feb 2007, 20:47
Location: Michigan
Favorite Team: Detroit Red Wings
Gender: Male
phpBB Knowledge: 7

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

Postby Drak » 12 Apr 2010, 08:21

After reading all 74 pages here and 90 pages on .com I haven't found a solution. Everything installed with no problem but when I create a new account, no PM is sent.

When a guest registers on my site, they are automatically logged in (via Login After Register Mod), could this be the issue? :scratch:

Basically I edited includes/ucp/ucp_register.php and added

Code: Select all
$auth->login($data['username'], $data['new_password']);

Before

Code: Select all
$message = $message . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . append_sid("{$phpbb_root_path}index.$phpEx") . '">', '</a>');
                  trigger_error($message);


Login After Register: http://www.phpbb.com/community/viewtopi ... &t=1691025

Any help would be great, Thanks!

**Update: I Installed this on the 11th of this month and for some reason it sent a message to someone who registered on the 4th. Still, no test accounts are receiving the PM.
Image Online Gaming Community
Build: phpBB 3.0.10 + Kiss Portal Engine
Drak
Borg Drone
Borg Drone
 
Posts: 29
Joined: 28 Jun 2007, 09:14
Location: Virginia
Favorite Team: Pittsburgh Penguins
Gender: Male

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

Postby Tummz » 03 May 2010, 00:21

I havent messed with the tables before. I can't seem to find the phpbb_wpm (or I dont have it), anyone help?

Code: Select all
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)
   ) ;

   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');
Tummz
Crewman
Crewman
 
Posts: 3
Joined: 30 Apr 2010, 00:45
Gender: Male

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

Postby mystex » 11 May 2010, 15:51

I just made a nice little Welcome PM, but it appears I cannot use the URL BBcode. Is this not a feature or did i do something wrong? If it's not a feature, how can I make it possible?

Nevermind, I had a mod that made it so a new user had to have 5 posts to use the URL BBcode. I removed this and it worked.
mystex
Crewman
Crewman
 
Posts: 1
Joined: 11 May 2010, 15:48
Gender: Male
phpBB Knowledge: 7

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

Postby roberto_rc87 » 21 May 2010, 08:50

throw new Exception('Dang');, this is a great mod.

But I installed it three hours ago and it was working. Now it doesn't work anymore.
3.0.7pl1 here.
In these three hours I only purged cache :banghead:
Double checked every edit and it's all fine and all where it should be. :shock:
I see others have problems with this.
Now I'm gonna check the database :rolleyes:

EDIT: database and edits double checked, files re-uploaded. tried various user_options too. It doesn't work anymore :shock:
roberto_rc87
Crewman
Crewman
 
Posts: 1
Joined: 29 Jan 2009, 02:00
Gender: Male

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

Postby pedenski » 31 May 2010, 22:28

This isnt working for me either...
pedenski    
Crewman
Crewman
 
Posts: 2
Joined: 31 May 2010, 21:59
Gender: Male
phpBB Knowledge: 1

PreviousNext

Return to Topic, Forum, Posting MOD Downloads

Who is online

Users browsing this forum: No registered users and 3 guests