REKT submitted a new resource:
You must be registered for see links
- Converted from thread...Compatible XF Versions:
This tutorial will show you how to add time in the stats on the sidebar.
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
Go on forum_list and search :
Code:
<dd><a href="{xen:link members, $boardTotals.latestUser}" class="username">{$boardTotals.latestUser.username}</a></dd></dl>
And but below :
Code:
<li><div class="time muted">{xen:datetime $datetime, 'absolute'}</div></li>
Save and you are done.
You must be registered for see links
Last edited: