Top Stats
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
Top stats collapsible!
Hello admin, can you help me with the template for top stats?I want to make it collapsile!Like here on your forum!
Thanks
Thanks
Top stats collapsible!
Yes i saw now! Sorry, i don't know very good english and i didn't know what terms to search!martin123456 wrote:Simple search and i found this viewtopic.php?f=49&t=1955
Thanks a lot everyone! Have a nice day!
Top Stats
Oh i see.
Been playing with Top Stats, following the instructions in this post viewtopic.php?f=49&t=1956
So i move the edits on index.php to viewforum.php and the edit from index_body.html, to viewforum_body.html and they had no sucees and post is over 6 months old.
viewforum_body.html FIND
ADD BEFORE
I ignore the rest of the code because i only want the scrolling element.
The problem is with viewforum.php, i don't know where to place the code. Original install file says:
FIND
ADD BEFORE
I don't longer care about the recent active topics per forum, just want it to show on every forum.
Can you help Stoker?
Been playing with Top Stats, following the instructions in this post viewtopic.php?f=49&t=1956
So i move the edits on index.php to viewforum.php and the edit from index_body.html, to viewforum_body.html and they had no sucees and post is over 6 months old.
viewforum_body.html FIND
Code: Select all
<!-- INCLUDE forumlist_body.html -->
Code: Select all
<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
The problem is with viewforum.php, i don't know where to place the code. Original install file says:
FIND
Code: Select all
// Output page
page_header($user->lang['INDEX']);
Code: Select all
//-- mod: Top Stats ---------------------------------------------------------//
include($phpbb_root_path . 'includes/functions_top_stats.' . $phpEx);
//-- end: Top Stats ---------------------------------------------------------//
I don't longer care about the recent active topics per forum, just want it to show on every forum.
Can you help Stoker?
