Quote:
Originally Posted by vBFreak
where can I add this then to my Who's online list? It shows only that the user is on the forums-index...
|
add in
album's sessions.php
it should show in your FORUM's who's online list. open your who'sonline list, then open another windows, browse to your album to test.
btw, check your sessions.php and see if you have this part correct
function Session() {
global $cookietimeout;
$this->session_timeout = $cookietimeout;
$this->user_ip = $this->get_user_ip();
$this->user_location =
'/album/'.$this->get_user_location();
$this->current_time = time();
$this->demand_session();
change /album/ to what it should be in your case