The code that i added just above your reply, is what i used for the mood hack, just with your variables. Try using it once..it may work.... It pops open my script to display the usermood, which is a seperate script in the member.php file.
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...
|