I was able to make the page but the WOL part is showing unknown location. Here is what I put into functions_online.php
case 'store.php':
$userinfo['activity'] = 'store';
break;
case 'store':
$userinfo['action'] = 'Viewing Shattered Planet Store';
break;
Also, is there a way to integrate this page into VBA or at least insert a module from VBA? I have a site navigation module I'd like to add on the left side. Thanks.
|