MyBB Community Forums

Full Version: Threads and latest post sidebar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I am still trying to figure out a way to make it show that latest 5 threads and latest 5 posts in the sidebar. How can I do this?

BUMPPP
Couldn't get it to work.

Will try the other one now.
(2016-11-19, 08:20 AM)ZombieKing Wrote: [ -> ]Couldn't get it to work.

Will try the other one now.
 <script type="text/javascript">
	jQuery(function(){
		jQuery(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
	});
	</script>
  
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<div class="float_left"><strong>TLAST</strong></div> 
</td>
</tr>
<tr>
<td class="trow2">
				<div class="latestthreads float_left"></div>
		</td>
</tr>
</table>