网络营销电子商务研究中心

网络营销电子商务研究中心 (https://www.0058.net/index.php)
-   vBulletin技术交流 (https://www.0058.net/forumdisplay.php?f=6)
-   -   Show latest threads on showthread (https://www.0058.net/showthread.php?t=3948)

topvip 2009-07-29 07:04 AM

Show latest threads on showthread
 
Do you ever wanted to show latest threads on showthread ? You can do that without products. All you need is to use build-in RSS feed. Here you will be presented all topics within this forum and all subforums. It's working great.


############# Install Instructions

## Admin Control Panel > vBulletin Options > vBulletin Options > External Data Provider > Use External Data Provider:
YES - type = JavaScript

## Place this code into template ad_showthread_beforeqr
Code:

<!-- show latest active threads -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"
align="center">
<tbody><tr><td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_external')"><img
id="collapseimg_forumhome_external"
src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_external].gif" alt="" border="0" /></a>
<a href="forumdisplay.php?f=$foruminfo[forumid]">New topics in $foruminfo[title]</a>
</td></tr></tbody>

<tbody id="collapseobj_forumhome_external" style="$vbcollapse[collapseobj_forumhome_external]">

<tr><td class="alt1" width="100%" valign="top">
 
<div class="smallfont">

<script type="text/javascript" src="external.php?forumids=$foruminfo[childlist]&type=js"></script>
<script language="" type="text/javascript">
<!--
for (var x in threads)
{
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"&goto=newpost\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/firstnew.gif\" alt=\"\" border=\"0\" /></a> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <br />");
}
//-->
</script>

</div>
 
</td>



</tr></tbody>
</table>

<!-- / show latest active threads -->



All times are GMT +8. The time now is 12:21 AM.

Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.