MyBB Community Forums

Full Version: Script to retrieve the last topics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello I have a theme in the script to retrieve the last topic but it just does not work and I do not know why.

<script type="text/javascript">
			jQuery(function(){
					jQuery(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
			});
			</script>


May I ask in what could be the problem?
you have to modify portal_latestthreads_thread template - see this reply for the details