Makes the 'Members Online Now' sidebar block refresh every 30 seconds.
Perquisite: Must have the Template Modification System installed.
This resource is unsupported.
Directions: Download attached zip, unzip the contents, upload the contents of the folder called Upload to your forum root and install the addon.
Addon requested by my members, created by ragtek upon payment and released with his permission.
Tip: To disable auto-refresh from guests, I edited the TMS modification of the sidebar_online_users template called 'add id'.
This is my TMS edit.
Search:
Code:
<div class="section membersOnline userList">
Replace:
Code:
<xen:if is="{$visitor.user_id}"><div id="sidebarOnlineUser" class="section membersOnline userList"> <xen:else /><div class="section membersOnline userList"></xen:if>
This is the original TMS edit that comes with this addon:
Search:
Code:
<div class="section membersOnline userList">
Replace:
Code:
<div id="sidebarOnlineUser" class="section membersOnline userList">
If this doesn't work then you've either changed something in your sidebar_online_users that is preventing the TMS system from applying the changes to your sidebar or you need to upload the javscript file and folder directly to your server instead.
stewart1champ from xFShowcase says:
stewart1champ said: ↑
Perquisite: Must have the Template Modification System installed.
This resource is unsupported.
Directions: Download attached zip, unzip the contents, upload the contents of the folder called Upload to your forum root and install the addon.
Addon requested by my members, created by ragtek upon payment and released with his permission.
Tip: To disable auto-refresh from guests, I edited the TMS modification of the sidebar_online_users template called 'add id'.
This is my TMS edit.
Search:
Code:
<div class="section membersOnline userList">
Replace:
Code:
<xen:if is="{$visitor.user_id}"><div id="sidebarOnlineUser" class="section membersOnline userList"> <xen:else /><div class="section membersOnline userList"></xen:if>
This is the original TMS edit that comes with this addon:
Search:
Code:
<div class="section membersOnline userList">
Replace:
Code:
<div id="sidebarOnlineUser" class="section membersOnline userList">
If this doesn't work then you've either changed something in your sidebar_online_users that is preventing the TMS system from applying the changes to your sidebar or you need to upload the javscript file and folder directly to your server instead.
stewart1champ from xFShowcase says:
stewart1champ said: ↑
For those of you with BD Widget Framework that want this added.
- Install add-on as described.
- Create a new widget
- Use whatever you want, wherever you want, like you do with any other widget.
- Save. Exit. Enjoy.