I undertstand the concept of this MOD, and it is wonderfull for what I am trying to do with multiple mods, however the english.php file, I don't understand that one. I understand that it changes the output of the email, that of this file, BUT is every email set to this Message format, or can this be changed on a per forum name basis. I guess what I mean, is
I know the syntax below is correct, but would it work?
if("%forum"=='FORUM1'){
Forum Number 1;
}
elseif("%forum%"=='FORUM2') {
Forum Number 2 Code;
}
Of would I do A group_sub match, am unclear on this one.
I know the syntax below is correct, but would it work?
if("%forum"=='FORUM1'){
Forum Number 1;
}
elseif("%forum%"=='FORUM2') {
Forum Number 2 Code;
}
Of would I do A group_sub match, am unclear on this one.