Is it just me?

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 !

Is it just me?

Postby da5id on Wed 18. Feb, 2004 23:08

or do other people have trouble installing this mod?

There are many ambigious things in the instructions. For example in editing emailer.php it asks to find:

return true;

There are at least 5 of those in the file! How do I know which one to edit?

Also, in privmsg.php we're asked to find:

$post_pm_img = '<a href=

and add stuff after it .. seems like you wouldn't add it after the "=" sign ..

Am I missing something about how to understand these install files? I've installed about 20 other mods including the attach mod and the birthday mod with no problems.

Is there an easy way to reverse the database changes?
da5id
Poster
Poster
 
Posts: 15
Joined: Fri 06. Feb, 2004 12:59

Postby Niels on Thu 18. Mar, 2004 22:48

#
#-----[ IN-LINE FIND ]----------------------------------------
#
)

#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------
#
&& !$error_level

#
#-----[ FIND ]------------------------------------------------
#
return true;


you will need to find the FIRST you find RIGHT after the previous "command", this this case, you should find the next "return true;" after your have found the "in-line" )
this is how EM (easy mod) works, and the MOD's are written so they will work with EM

$post_pm_img = '<a href=

adding the code "right" after, will make your MOD FAIL....once again, this is a EM compability isue, witch will inshure that most posible MOD's will be compatible with eatch other....
when makeing a how-to it is best to keep the FIND tag's as small as posible - it could be a FIND tag already have been modifyed be another MOD.
therefor is is best to only use the first "general" chars of a FIND line - and not the complete line, as this may have been altered.
therefore this FIND
$post_pm_img = '<a href=

is inded referering to the FULL line, with starts as indicated
when you have to ADD,AFTER, then you have to add is as the next line...
(ofcouse if the how-to said IN-LINE AFTER, ADD then you have to add it in the line....)
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46


Return to Custom mass PM [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron