Nevermind, done it, simply replace this line:
PHP Code:
eval("\$post[attachment] = \"".gettemplate("postbit_attachment")."\";");
It appears twice, both times REPLACE with:
PHP Code:
if ($forum[forumid]==67) { //Grand Prix Legends AddonsEdits
eval("\$post[attachment] = \"".gettemplate("postbit_attachment2")."\";");
} else if ($forum[forumid]==36) { //GPL Main Forum
eval("\$post[attachment] = \"".gettemplate("postbit_attachment3")."\";");
} else {
eval("\$post[attachment] = \"".gettemplate("postbit_attachment")."\";");
}
The reason for this? We're having some legal issues with copyright, we needed to put disclaimers in certain download forumt to tell users not to repost on other sites.