You just want to display 5 newest topics?vytiokas wrote:again show topic , and message nothink change
Not the 5 most viewed and 5 most replied?
You just want to display 5 newest topics?vytiokas wrote:again show topic , and message nothink change
I dont understand clearly what you wantvytiokas wrote:yes i want only 5 new topics whitout replies
Thanks! Works like a charm.Stoker 4.0 wrote:You can adjust the number 30 the another day count if you like.
i want for 1. show only 5 topics whitout repleys, for 5 news topic only1. Recent Active Topics at the top
Code: Select all
<!-- Start Recent Active Topics -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_RECENT_ACTIVE}</dt>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<!-- BEGIN recent_active -->
<li class="row">
<dl class="icon" style="background-image: url({ROOT_PATH}images/starimg.png); background-repeat: no-repeat;">
<dt>
<a href="{recent_active.U_FIRST_TOPIC}" class="forumtitle">{recent_active.TOPIC_TITLE}</a><br />
{L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{recent_active.TOPIC_FIRST_POSTER_COLOUR};" href="{recent_active.USERNAME_FIRST}">{recent_active.TOPIC_FIRST_POSTER_NAME}</a> {recent_active.TOPIC_TIME}
</dt>
<dd class="lastpost"><span>
{L_LAST_POST} {L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{recent_active.TOPIC_LAST_POSTER_COLOUR};" href="{recent_active.USERNAME_LAST}">{recent_active.TOPIC_LAST_POSTER_NAME}</a> <a href="{recent_active.U_LAST_TOPIC}">{LAST_POST_IMG}</a><br />{recent_active.TOPIC_LAST_POST_TIME}</span>
</dd>
<dd class="topics" style="width:8%">{recent_active.TOPIC_REPLIES}<br /><span>{L_REPLIES}</span><dfn>{L_REPLIES}</dfn></dd>
<dd class="posts" style="width:8%">{recent_active.TOPIC_VIEWS}<br /><span>{L_VIEWS}</span><dfn>{L_VIEWS}</dfn></dd></dd>
</dl>
</li>
<!-- END recent_active -->
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- End Recent Active Topics -->
ThanksStoker 4.0 wrote:I will take a look late today or tomorrow when I get better time.
top_stats_body.html
you need <br />
instead of <br>
for valid XHTML.