most active tipics and most active forum in custom page

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

most active tipics and most active forum in custom page

Post by slash »

hi can I help me to create query and realtive recall to html for most active tipics and most active forum in a custom page?

I try to use the query in top stast but I fail! In php I am noob!

Thank you!

most active tipics and most active forum in custom page

Post by martin123456 »

Have you tried to add

Code: Select all

<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
and

Code: Select all

<!-- IF S_TSMVT_ENABLE or S_TSMRT_ENABLE or S_TSMAU_ENABLE or S_TSMAF_ENABLE or S_TSLVB_ENABLE or S_TSLRU_ENABLE -->
<!-- INCLUDE top_stats_body.html -->
<!-- ENDIF -->
to you custom_page_body.html ?

and this to your custom_page.php

Code: Select all

//-- mod: Top Stats ---------------------------------------------------------//
	include($phpbb_root_path . 'includes/functions_top_stats.' . $phpEx);
//-- end: Top Stats ---------------------------------------------------------//
Not sure if it will work as i have not tried it myself yet.

here is a guide to custom pages http://www.phpbb.com/kb/article/add-a-n ... -to-phpbb/

most active tipics and most active forum in custom page

Post by slash »

I don't need top stats, I need a simple query to do most active tipics and most active forum.