Log in

View Full Version : WOL not working processing like its susposed to


AN-net
09-16-2004, 02:05 PM
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):

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;


case 'journal.php':
if($values['do']=="addentry")
{
$userinfo['activity'] = 'addjournalentry';
}
elseif($values['do']=="showjournal")
{
$userinfo['activity'] = 'showjournal';
}
else
{
$userinfo['activity'] = 'journalindex';
}
break;


i have also included a screenshot;)

AN-net
09-16-2004, 03:56 PM
this problem seesm only to occur with logged in users.... if a guest is viewing saying journal.php?do=showjournal&j=1 then it will say "viewing journal" if a logged in user is viewing journal.php?do=showjournal&j=1 it will say "viewing index" and the path under the question mark button will be "/" not "journal.php?do=showjournal&j=1"

AN-net
09-16-2004, 06:15 PM
i know i shouldn't bump but WOL is the last thing that needs to be done for vB Journal:(

nexialys
09-16-2004, 06:33 PM
i have not take a look, but did you checked what was missing in the other hacks here that add that part to the wol... like the ushop.. (i don't know all of them, but ...)

AN-net
09-16-2004, 06:52 PM
yes but i think WOL is necessary and this should work anyways....

i provided WOL for Ushop:)

AN-net
09-17-2004, 09:35 PM
bump

AN-net
09-18-2004, 05:22 PM
bump again

AN-net
09-19-2004, 10:53 PM
bumpy wumpy!

AN-net
09-20-2004, 08:12 PM
go bump its your birthday!