MyBB Community Forums

Full Version: Decrease amount of threads in "latest activity"?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Alright, I'm using a theme that displays the portal's latest activity column on the index (column of latest threads).

It's a lot longer than my index because I have a minimal amount of boards.

I see the code on the index is:

 <script type="text/javascript">

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

Is there any way to decrease the amount of threads that are displayed from the latest threads?

Will I have to edit a php file?
it comes from the Portal settings. so basically the display at the portal also gets the change

admin panel >> configuration >> settings >> Portal Settings --> Number of latest discussions to show
(2015-02-15, 05:43 PM).m. Wrote: [ -> ]it comes from the Portal settings. so basically the display at the portal also gets the change

admin panel >> configuration >> settings >> Portal Settings --> Number of latest discussions to show

Oh wow...

Goes to show how little I've ever used the portal on MyBb, haha.

Thank you!