kenar çubuğundaki istatistikleri zaman ekleyin (add time in the stats on the sidebar)
This tutorial will show you how to add time in the stats on the sidebar.
Go on forum_list and search :
And but below :
and you are done
This tutorial will show you how to add time in the stats on the sidebar.
Go on forum_list and search :
Kod:
<dd><a href="{xen:link members, $boardTotals.latestUser}" class="username">{$boardTotals.latestUser.username}</a></dd></dl>
And but below :
Kod:
<li><div class="time muted">{xen:datetime $datetime, 'absolute'}</div></li>
and you are done