To put the last thread on all pages:
Edit the plugin
Latest Threads on Forum Home (found under
forumhome_complete)
1) Change the
Hook Location to
parse_templates
2) Find
Code:
// #################### PROCESS LATEST THREADS #######################
ABOVE it add the following
Code:
if (!function_exists("fetch_iconinfo"))
{
require_once('./includes/functions_forumlist.php');
}
3) Put the code you added to the FORUMHOME template (above) on any page you would like the latest thread added to.