• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

"Reload this page" link in "Online Members List"

Vincent

Well-known member
Hey,

If you want a "Reload this page" link in the "Online Members List", just find this piece of code in online_list
Code:
<xen:sidebar>

And under it, add this:
Code:
<div class="section">
<div class="secondaryContent">
<h3><a href="{xen:link online}">Reload this page</a></h3>
<a href="{xen:link online}">Click here to reload the page.</a>
</div>
</div>
 
Top Bottom