MyBB Community Forums

Full Version: [Solved] Latest Activity - not showing? no list :(
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just freshly installed mybb forums, added some themes. None of the themes are showing Latest Activity. People will make posts, but nothing shows. Only Latest Threads from Home ( Portal ) is working.

site: https://www.*********.com/index.php

MyBB Version 1.8.24
PHP Version 7.2.7
SQL Engine MySQLi 8.0.12


screenshots:

Forum Home Page ( Doesnt Work )
[Image: 1.jpg]


Portal Home  ( Works )
[Image: 2.jpg]


This is happening on any theme I upload.
  <script type="text/javascript">
	jQuery(function(){
		jQuery(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
	});
	</script>

I haven't made changes to the script. I'm using the revolution gaming template, which worked just find on other forums.
It seems that any template I add which has Latest Activity on the forums page shows no activity.
I've deleted the forums folder and database and started over, still same problem.

https://community.mybb.com/mods.php?acti...ad&pid=196
On Portal, the latest activity will show, Index(index.php), it will not show. The issue is not because of the theme but because of code in PHP files. The reason is simple, portal.php by default has code for latest post but it is not available in index.php

You need to either edit index.php or use a plugin(preferred method). Try these plugins -
https://community.mybb.com/mods.php?action=view&pid=191
or https://community.mybb.com/mods.php?action=view&pid=543 (My preferred)

Regards
WallBB
^^ Thanks this solved everything!
A+ Rating given!