2015-09-17, 01:05 PM
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.
May I ask in what could be the problem?
<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?