vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Showing latest threads doesn't show new replies (https://vborg.vbsupport.ru/showthread.php?t=170377)

Eagle Creek 02-13-2008 11:35 AM

Showing latest threads doesn't show new replies
 
Hi!

I want to display the latest (active) threads from certain subforums at my forums index. I'm using this code:
PHP Code:

<td valign="top" width="300"><img border="0" src="images/aangepast/news.gif"> <a href="/forum/forumdisplay.php?f=74">Programma updates</a>:<br><br><if condition="$vbulletin->options['externaljs']">
<!-- 
show latest programma update -->
<
div class="smallfont">
<
script type="text/javascript" src="external.php?forumids=74&type=js"></script
<
script language="" type="text/javascript">
<!--
for (
0&& threads.lengthx++)
{
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a><br />");
}
//-->
</script></div>
<!-- 
show latest programma update -->
</if></
td>
    </
tr>
</
table

Although the threads are displayed fine, one of the forums doesn't receive new threads. It only receives new posts. Thus resulting in displaying no threads at all at my index.
Is there an option to also display threads that have received a reply recenly?

Thanks in advance.


All times are GMT. The time now is 04:16 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01015 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete