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!
To show custom place - it is necessary to modify the file
incfiles/languages/*/places.lng
add $headmod = 'my_place'; after require core in your scripts
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>"