The plugin really doesn't work.
I tried to change the path in the plugin to index.php, but didn't work.
I searched the entire thread, templates and stuff like that. Does anyone have
a solution for that?
I changed the
Tabbed Forum Home WOL Unknown Plugin to
PHP Code:
if ($userinfo['activity'] == 'Viewing forum home')
{
$handled = true;
$userinfo['action'] = 'Viewing forum home';
$userinfo['where'] = "";
}
to remove the messed up links.