Quote:
Originally Posted by raiderphil83
I have added a mod that adds to a thread (via adding a hook to SHOWTHREAD) ....
|
If you know which plugins it uses you could try editing them and surrounding the code with:
Code:
if ($foruminfo['forumid'] == ID)
{
// existing plugin code here
}
and of course you want to change ID to the id of the forum where you want the mod to be active.