I have this problem

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 !

Postby Niels on Sat 23. Nov, 2002 17:18

it sound like you have done it rigth, but ofcouse I can't be shure...

Are you saying that the find tag does not exisit in a original un-modded privmsg.php file ?, or have I miss understod your post ?
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Yes

Postby jobbesat on Sat 23. Nov, 2002 22:40

As you said, it works fine now, but actually this part does not exist
Code: Select all
if ( !($result = $db->sql_query($sql)) )
{
   $error = TRUE;
   $error_msg = $lang['No_such_user'];
}
}
else
{


While this is present
Code: Select all
         if ( !($result = $db->sql_query($sql)) )
         {
            $error = TRUE;
            $error_msg = $lang['No_such_user'];
         }

         $to_userdata = $db->sql_fetchrow($result);
      }
      else
      {


As you can see there's this line more
Code: Select all
$to_userdata = $db->sql_fetchrow($result);

but if I have to replace the entire part, I will replace even this last line which won't exist any more and since in the next step of how-to you said to uncomment that line with // if it exists or not does not make any importance; in my privmsg.php that line has been deleted replacing the code I mentioned.
Thanks a lot in advance.

ps: I would like to talk a bit of danish to explain better or I'd even like you could talk a bit of italian, but that's the best I can do in english, sorry :(
jobbesat
Special supporter
 
Posts: 191
Joined: Tue 07. May, 2002 16:21

Postby Niels on Tue 26. Nov, 2002 09:57

Ok, now I get it I must remember to correct this, when I come home.
Your english is fine, and probery mutch better than my italian, witch would be done through a dictionary
:)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Previous

Return to Custom mass PM [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron