
How come the first message doesn't pop up onto the forum? Probably too difficult to get working.. oh well
That is good newsmatgallis wrote:ok I got it to work... I ran the sql again but got the same "duplicate" errors for every input i tried (tried them all individually) went back to the forum and found it working fine. Just ran a test run and it's all good
How come the first message doesn't pop up onto the forum? Probably too difficult to get working.. oh well
Yay!!yexusbeliever wrote:This is one mod I'm keeping track.
I found out that users have to enable new personal messages to pop-out. It did this automatically in phpbb2 but I guess people became annoyed with it. I'm worried new users won't even notice the welcome PM until a few days go by.DualFusion wrote:
That is good newsAnd what do you mean about the first message doesnt pop out?
Code: Select all
General Error
Module not accessible
Please notify the board administrator or webmaster: rdms@fg4eva.com
Code: Select all
INSERT INTO phpbb_config (config_name, config_value) VALUES ('wpm_enable', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('wpm_send_id', '2');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('wpm_subject', 'Welcome to our forums!');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('wpm_message', 'Hello, [b]{USERNAME}[/b]!\n\nWelcome to {SITE_NAME}. You registered on [b]{USER_REGDATE}[/b]. According to your input, your email is: [b]{USER_EMAIL}[/b].\n\n-Thank you for registering at {SITE_NAME}! :D');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('wpm_preview', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('wpm_variables', '');
This mod does work....first off when you say you click on System->Administration Control Panel do you see any modules at all?mercville wrote:i install [BETA] Welcome PM on First Login and did what it said to do.
log on to admin cpanel and click on system tab then Administration Control Panel then i get thishow do i fix that so i can use it to add my mods.Code: Select all
General Error Module not accessible Please notify the board administrator or webmaster: rdms@fg4eva.com
i also install this to the myphpadminhow do i find and delete the stuff that was put in the phpadmin that it install from the sql install !!Code: Select all
INSERT INTO phpbb_config (config_name, config_value) VALUES ('wpm_enable', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('wpm_send_id', '2'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('wpm_subject', 'Welcome to our forums!'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('wpm_message', 'Hello, [b]{USERNAME}[/b]!\n\nWelcome to {SITE_NAME}. You registered on [b]{USER_REGDATE}[/b]. According to your input, your email is: [b]{USER_EMAIL}[/b].\n\n-Thank you for registering at {SITE_NAME}! :D'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('wpm_preview', ''); INSERT INTO phpbb_config (config_name, config_value) VALUES ('wpm_variables', '');
Code: Select all
General Error
Module not accessible
Please notify the board administrator or webmaster: rdms@fg4eva.com
I might make this "special feature" a modDualFusion wrote:For the next version, I will add more features, and most likely a "special feature". I will add more dynamic variables like {USER_IP}. I will also implement a new db table, and for the subject to parse the dynamic variables as well.
Think about it hard, I am going to start doing the special feature in a little while, and after that, I am going to update this sucker, and after, there will be no more updates for a while.
And if with this feature, anyone gets an error, then it will be my fault and not your fault this time, ok?Well, most likely
And if you are thinking of dynamic variables, phpBB3's user class variables can be found here
I was also thinking of adding:Any more are welcome!!
- {USER_ID}
- The user id of the user.
- May be used along with [url] tag to leave a link to users' profiles.
- {USER_LANG}
- Shows which is the language that the user prefered/chose.
- {USER_TZ}
- Tells the user what time zone he/she is in
But remember if it is going to be based on the user class variables found in the link above, remember it is also based on the user's response in the registration form. And it doesnt have to be based on the user class at all, like the {SITE_NAME} and {SITE_DESC}. If you want others, post them, and we'll talk about it here.
And as for the "special feature", it will automatically install the mod or update it if you already have it installed
Code: Select all
General Error
Module not accessible
Please notify the board administrator or webmaster: rdms@fg4eva.com
Code: Select all
Files to Edit
includes/acp/acp_board.php,
includes/acp/info/acp_board.php,
includes/functions.php,
language/en/acp/board.php,
language/en/acp/common.php
Code: Select all
After installation, go to your Administrator Control Panel.
Click on Systems tab.
On the left hand side, choose "Administation Control Panel" under "Module Management".
Then choose "General", then "Board Config".
In the combo box (select) choose "Welcome PM on First Login.
Add Module, and complete!
Before using this MOD clear your cache.
Go to the index page of the ACP and choose 'Purge Cache'.