1
kiyaya
How to limit 'Recent Topic' of newbb2 to a specific sub-forum?
  • 2006/5/6 6:06

  • kiyaya

  • Just popping in

  • Posts: 18

  • Since: 2005/3/28


The template file newbb_block.html is shown below. I want to display some recent topics from only one specific sub-forum. But I don't know how to get it. Anyone can help me? Thanks a lot!!

<table class="outer" cellspacing="1">

  <{if 
$block.disp_mode == 0}>
  <
tr>
    <
th class="head" nowrap><{$block.lang_forum}>th>
    <
th class="head" nowrap><{$block.lang_topic}>th>
    <
th class="head" align="center" nowrap><{$block.lang_replies}>th>
    <
th class="head" align="center" nowrap><{$block.lang_views}>th>
    <
th class="head" align="center" nowrap><{$block.lang_lastpost}>th>
  tr>

  <{foreach 
item=topic from=$block.topics}>
  <
tr class="<{cycle values="even,odd"}>">
    <
td><a href="<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$topic.forum_id}>"><{$topic.forum_name}>a>td>
    <
td><a href="<{$xoops_url}>/modules/newbb/viewtopic.php?topic_id=<{$topic.id}>&forum=<{$topic.forum_id}>&post_id=<{$topic.post_id}>#forumpost<{$topic.post_id}>">

<{if 
$topic.topic_subject eq NONE}>
<{else}>
<{
$topic.topic_subject}>
<{/if}>

<{
$topic.title}>a><{$topic.topic_page_jump}>td>
    <
td align="center"><{$topic.replies}>td>
    <
td align="center"><{$topic.views}>td>
    <
td align="right"><{$topic.time}><br /><{$topic.topic_poster}>&nbsp;<{$topic.jump_post}>td>
  tr>
  <{/foreach}>

  <{elseif 
$block.disp_mode == 1}>

  <
tr>
    <
td class="head" nowrap><{$block.lang_topic}>td>
    <
td class="head" align="center" nowrap><{$block.lang_replies}>td>
    <
td class="head" align="center" nowrap><{$block.lang_lastpost}>td>
  tr>

  <{foreach 
item=topic from=$block.topics}>
  <
tr class="<{cycle values="even,odd"}>">
    <
td><a href="<{$xoops_url}>/modules/newbb/viewtopic.php?topic_id=<{$topic.id}>&forum=<{$topic.forum_id}>&post_id=<{$topic.post_id}>#forumpost<{$topic.post_id}>"><{$topic.title}>a>td>
    <
td align="center"><{$topic.replies}>td>
    <
td align="right"><{$topic.time}><br /><{$topic.topic_poster}>&nbsp;<{$topic.jump_post}>td>
  tr>
  <{/foreach}>

  <{elseif 
$block.disp_mode == 2}>

  <{foreach 
item=topic from=$block.topics}>
  <
tr class="<{cycle values="even,odd"}>">
    <
td><a href="<{$xoops_url}>/modules/newbb/viewtopic.php?topic_id=<{$topic.id}>&forum=<{$topic.forum_id}>&post_id=<{$topic.post_id}>#forumpost<{$topic.post_id}>"><{$topic.title}>a>td>
  tr>
  <{/foreach}>

  <{/if}>

table>

<
div style="text-align:right; padding: 5px;">
<
a href="<{$xoops_url}>/modules/newbb/viewall.php"><{$smarty.const._MORE}>a>; <a href="<{$xoops_url}>/modules/newbb/"><{$block.lang_visitforums}>a>
div>

Login

Who's Online

551 user(s) are online (87 user(s) are browsing Support Forums)


Members: 0


Guests: 551


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits