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
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
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
Have you tried to add
and
to you custom_page_body.html ?
and this to your custom_page.php
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/
Code: Select all
<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
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 -->
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 ---------------------------------------------------------//
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
I don't need top stats, I need a simple query to do most active tipics and most active forum.