1 minute with automodwolf2009 wrote:WOW ! mod looks useful, but 45 mins to install it
automod?asinshesq wrote:1 minute with automodwolf2009 wrote:WOW ! mod looks useful, but 45 mins to install it
AutoMODHielke wrote:automod?asinshesq wrote:1 minute with automodwolf2009 wrote:WOW ! mod looks useful, but 45 mins to install it
Yup. It's a mod that automatically installs mods. It's still in beta but is sponsored by the mod team here (I think jelly was the lead developer) and is quite stable and dependable. The download page is: http://www.phpbb.com/mods/automod/ . I've used it to install this and other mods many times.The Bad Toad wrote:AutoMODHielke wrote:automod?asinshesq wrote:1 minute with automodwolf2009 wrote:WOW ! mod looks useful, but 45 mins to install it
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions_privmsgs.php on line 1486: Undefined index: save_as_draft
[phpBB Debug] PHP Notice: in file /includes/functions_privmsgs.php on line 1519: Undefined index: save_as_draft
[phpBB Debug] PHP Notice: in file /includes/functions_privmsgs.php on line 1635: Undefined index: save_as_draft
[phpBB Debug] PHP Notice: in file /includes/functions_privmsgs.php on line 1660: Missing argument 6 for pm_notification()
Warning: Cannot modify header information - headers already sent by (output started at ...blabla.../includes/functions.php:3337) in ...blabla.../includes/functions.php on line 4213
Warning: Cannot modify header information - headers already sent by (output started at ...blabla.../includes/functions.php:3337) in ...blabla.../includes/functions.php on line 4215
Warning: Cannot modify header information - headers already sent by (output started at ...blabla.../includes/functions.php:3337) in ...blabla.../includes/functions.php on line 4216
Warning: Cannot modify header information - headers already sent by (output started at ...blabla.../includes/functions.php:3337) in ...blabla.../includes/functions.php on line 4217
That only happens when the user first logs in after registration? Does it only happen when they go to their PM area or do you mean as soon as they try to log in? How were you able to clear the error?NicksNet wrote:if a user first logged in after registration this errormessage will be show to the user:
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions_privmsgs.php on line 1660: Missing argument 6 for pm_notification()
Warning: Cannot modify header information - headers already sent by (output started at ...blabla.../includes/functions.php:3337) in ...blabla.../includes/functions.php on line 4213
Warning: Cannot modify header information - headers already sent by (output started at ...blabla.../includes/functions.php:3337) in ...blabla.../includes/functions.php on line 4215
Warning: Cannot modify header information - headers already sent by (output started at ...blabla.../includes/functions.php:3337) in ...blabla.../includes/functions.php on line 4216
Warning: Cannot modify header information - headers already sent by (output started at ...blabla.../includes/functions.php:3337) in ...blabla.../includes/functions.php on line 4217
Code: Select all
OPEN
includes/functions_wpm.php
FIND
'message' => $message,
AFTER, ADD
'save_as_draft' => false,
Code: Select all
OPEN
inlcudes/functions_wpm.php
FIND
pm_notification('post', $this->send_user_data['username'], $recipients, $subject, $pm_data['message']);
REPLACE WITH
pm_notification('post', $this->send_user_data['username'], $recipients, $subject, $pm_data['message'], $msg_id);
very nice work no error message after first loginasinshesq wrote:Nicksnet, I just looked at the welcome pm on login mod and here is what I think you need to do to make that mod work with this one:
Let me know if those changes fix your problem.Code: Select all
OPEN includes/functions_wpm.php FIND 'message' => $message, AFTER, ADD 'save_as_draft' => false,
o_O today i deleted the direct links in pm mod, because this one error messageasinshesq wrote: In addition, I see that you installed my direct links in pm mod. You need to make this additional change so that that mod and the welcome pm mod work together:
Code: Select all
OPEN inlcudes/functions_wpm.php FIND pm_notification('post', $this->send_user_data['username'], $recipients, $subject, $pm_data['message']); REPLACE WITH pm_notification('post', $this->send_user_data['username'], $recipients, $subject, $pm_data['message'], $msg_id);
Code: Select all
http://tattoo-freun.de/ucp.php?i=pm&mode=view&p=353
Code: Select all
http://tattoo-freun.de/ucp.php?i=pm&mode=view&f=0&p=353