Quote:
Originally posted by ToraTora!
...The thing that i think may hold this off, is the fact you use a $action call, which is a defined call in member.php, and showthread.php...etc...
the link itself has to be somewhere defined, as a actual action call such as this
if ($action == 'showforumrules') {
$templatesused = "showforumrules";
include("./global.php");
you know..that type of deal...
|
Yeah, I put something like that in misc.php. It's detailed in the original message above.