No subject line in mass PM, can't mass PM groups

Makes it posble for admin to specify witch type of users may mass PM any usergroup
Also PM users can be a list of usernames, so PM can be sendt to any number of users

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

No subject line in mass PM, can't mass PM groups

Postby AnaRQy on Sun 24. Apr, 2005 22:42

When I go into my inbox and click on the button to "Post Mass PM", I get the little yellow "! Error on Page" sign (java error) when I get into the groupmsg.php screen.

Here's what my error says when I click on more info:

Line: 183
Char: 2
Error: 'document.post.helpbox' is null or not an object
Code: 0
URL: http://www.covenantofdeath.org/groupmsg.php

When I type my message, whether I hit "Preview" or "Submit", nothing happens. Any idea what might be causing this problem?

Here's lines 157 - 184 (line 183 starts with $smilies_on):

//
// Toggles
//
if ( !$board_config['allow_html'] )
{
$html_on = 0;
}
else
{
$html_on = ( $submit || $refresh ) ? ( ( !empty($HTTP_POST_VARS['disable_html']) ) ? 0 : TRUE ) : $userdata['user_allowhtml'];
}

if ( !$board_config['allow_bbcode'] )
{
$bbcode_on = 0;
}
else
{
$bbcode_on = ( $submit || $refresh ) ? ( ( !empty($HTTP_POST_VARS['disable_bbcode']) ) ? 0 : TRUE ) : $userdata['user_allowbbcode'];
}

if ( !$board_config['allow_smilies'] )
{
$smilies_on = 0;
}
else
{
$smilies_on = ( $submit || $refresh ) ? ( ( !empty($HTTP_POST_VARS['disable_smilies']) ) ? 0 : TRUE ) : $userdata['user_allowsmile'];
}

Any ideas oh wise ones?
Last edited by AnaRQy on Wed 04. May, 2005 18:10, edited 1 time in total.
Her-e-tic...(n. her'i tik) (...) 3. anyone who does not conform with an established attitude, doctrine, or principle.
Image
AnaRQy
Poster
Poster
 
Posts: 24
Joined: Fri 12. Nov, 2004 05:18

Postby AnaRQy on Tue 26. Apr, 2005 19:46

Wow, seven views and no replies. Anyone have a push to get me moving in the right direction at least? I think it might be related to a focus mod I have installed, but I've added groupmsg.php as a file to be ignored so that shouldn't be the case.

Are there any other php files the java might be conflicting with when using Mass PM?
Her-e-tic...(n. her'i tik) (...) 3. anyone who does not conform with an established attitude, doctrine, or principle.
Image
AnaRQy
Poster
Poster
 
Posts: 24
Joined: Fri 12. Nov, 2004 05:18

Postby AnaRQy on Tue 03. May, 2005 19:21

Ok, I got past the java error thanks to some help from Thoul on the phpbbhacks forum, but there's still one problem left to resolve.

When I go in to send the group PM, the form isn't displaying a field for subject line, only group-selector and the text entry area. If I fill out the group to send it to, fill in text to send and hit submit, it comes back saying that a subject must be entered.

Does anyone have an idea why the subject area isn't appearing on the PM to send?

Here's a link to a screenshot of what I'm talking about if anyone would like to see:

Image
Her-e-tic...(n. her'i tik) (...) 3. anyone who does not conform with an established attitude, doctrine, or principle.
Image
AnaRQy
Poster
Poster
 
Posts: 24
Joined: Fri 12. Nov, 2004 05:18


Return to Custom mass PM [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 2 guests

cron