Ok well im still working on WOL for journal this problem keeps occuring when someone is viewing a journal it says viewing index eventhough they aren't>_<
So here is my code(added this to functions_online.php):
PHP Code:
case 'addjournalentry':
$userinfo['action'] = 'Adding Journal Entry';
break;
case 'journalindex':
$userinfo['action'] = 'Viewing Journal Index';
$userinfo['where'] = "<a href=\"journal.php\">Journal Index</a>";
break;
case 'showjournal':
$userinfo['action'] = 'Viewing Journal';
break;