![]() |
Users_Online module
I don't know if this is the right section, feel free to move.
I am trying to figure out if I can change the characteristics of the users online module. Right now if I enable the module, it displays the # of users online to anyone who visits the store. I do not want customers to see it. If I disable the module, mission accomplished....but... I would really like to still be able to track it on the administrator side, but I haven't really seen a way to make it show on the admin side only. any insight on if this is possible or if any custom mod exists? |
Re: Users_Online module
well, I guess you can move this to completed mods or something cause I figured out what to do.
In File /skin1/rectangle_bottom.tpl find this code and Cut it out Quote:
I then pasted the code I cut into /skin1/head_admin.tpl find code Quote:
After that, add... Quote:
This is the same code that I cut out of rectangle_bottom.tpl, the only difference is that on the second line i added a colspan="3" to the td tag, in a 3 column design this makes the users online bar stretch the full width of the window. |
Re: Users_Online module
You can also just replace this:
{if $active_modules.Users_online ne ""} with this: {if $active_modules.Users_online ne "" and $usertype ne "C"} |
Re: Users_Online module
Quote:
haha, guess that would've been alot less work, but oh well, I kind of like having it sitting on the top of the screen. |
All times are GMT -8. The time now is 06:08 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.