Quote:
Originally Posted by MarkFL
Create a plugin hooked at "showthread_complete" with the PHP code:
PHP Code:
if (can_administer('canadminthreads'))
{
$template_hook['showthread_adminoptions'] .= '<li><a href="' . $vbulletin->config['Misc']['admincpdir'] . '/modlog.php?do=choose" target="_blank">Moderator Log</a></li>';
}
|
My apologies, what I mean is the Mod Log found at the bottom of the screen of Edit Thread. It outlines all moderator actions taken within that thread only.