MyBB Community Forums

Full Version: Quick Reply Spinner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Which version of jQuery are you using?

Have you tried this code for the load?

<script type="text/javascript">
$(function(){
$(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
$(".lateststats").load("{$mybb->settings['bburl']}/portal.php .lateststats"); 
$(".whosonline").load("{$mybb->settings['bburl']}/portal.php .whosonline"); 
}); </script>
It is the same version that comes as default. I have just added small bits of javascript to pull latest threads etc of the portal and display on the index of the forum. Also, I am using javascript for my header dropdowns.

And yes I believe that is the code I am using to pull the threads.
I edited the code.Instead of using jquery alias it is using the dollar sign. Is your site available on the web?
Unfortunately its no. I am developing a theme so its all on localhost.

Would providing you with the javascript I am using suffice? Or do you need more?
Can you provide the headerinclude template contents?
Sure, I have sent you them via PM. Thank you.
Finally resolved. The user seems to be using an old 1.8.0 theme and the postbit_quickdelete javascript was wrong. I fixed that and the quick reply worked.
Pages: 1 2