A separate issue and further suggestion:
In functions_ghsom.php, the modcp directory is hard coded twice:
Line 317: "../modcp/banning.php?do=banuser&u='.$user['userid'].'"
Line 562: "modcp/moderate.php?do=posts"
Many people opt to change the name of their admincp and modcp directories. Without altering the code above, they'll get 404 errors when the above lines are executed.
Perhaps 'modcp' should be replaced with something equivalent to:
{$vbulletin->config[Misc][modcpdir]}
Great mod by the way. Got my vote last month. :up:
Regards
Paul
|