User. Where: Homepage

189
.
So i added some more modules to my site. But when users are at these modules the Online Users page says those users are at the homepage. So how can i change that thing? How can i make it say "Where: Qchat", "Where: Playing game" and etc.? PLS HLP!
.
MoD
Light in Night
To show custom place - it is necessary to modify the file
incfiles/languages/*/places.lng
.
(\/)____o_O____(\/)
add $headmod = 'my_place'; after require core in your scripts
.
# Koenig (23.12.2014 / 10:15)
add $headmod = 'my_place'; after require core in your scripts
I dont understand make example for Links
.
Sensus veris
SpAgEtE, add headmod to your page you want to show
define('_IN_JOHNCMS', 1);
$headmod = "somename";
$textl = 'somename page';
require_once ('../incfiles/core.php');
require_once ('../incfiles/head.php');
...

then edit incfiles/language/en/places.lng - add there new pages
somename = "<a href='#'>somewhwere...</a>"
Всего: 5