Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Kaitlyn on September 21, 2012, 03:16:45 AM

Title: Statistics Center
Post by: Kaitlyn on September 21, 2012, 03:16:45 AM
 I would like the statistic center to only show the forum history and remove all these sections

General Statistics
Top 10 Posters
Top 10 Boards
Top 10 Liked Users
Top 10 Liked Topics
Top 10 Topics (by Replies)
Top 10 Topics (by Views)
Top Topic Starters
Most Time Online
Title: Re: Statistics Center
Post by: Hj Ahmad Rasyid Hj Ismail on September 21, 2012, 04:36:04 AM
Something like this (http://revamp202.qom.my/index.php?action=stats)?

Try this. Open Stats.template.php.

1. Find:
global $context, $settings, $options, $txt, $scripturl, $modSettings;

echo '
<div id="statistics" class="main_section">
<div class="cat_bar">
<h3 class="catbg">', $context['page_title'], '</h3>
</div>

Replace with:
global $context, $settings, $options, $txt, $scripturl, $modSettings;

echo '
<div id="statistics" class="main_section">
<div class="cat_bar">
<h3 class="catbg">', $context['page_title'], '</h3>
</div>'; /*


2. Find:
<br class="clear" />
echo '
<div class="flow_hidden">
<div class="cat_bar">
<h3 class="catbg">
<span class="ie6_header floatleft">
<img src="', $settings['images_url'], '/stats_history.gif" class="icon" alt="" /> ', $txt['forum_history'], '

Replace with:
<br class="clear" /> */
echo '
<div class="flow_hidden">
<div class="cat_bar">
<h3 class="catbg">
<span class="ie6_header floatleft">
<img src="', $settings['images_url'], '/stats_history.gif" class="icon" alt="" /> ', $txt['forum_history'], '
Title: Re: Statistics Center
Post by: Kaitlyn on September 21, 2012, 04:41:31 AM
thanks exactly what I was looking for
Title: Re: Statistics Center
Post by: kat on September 21, 2012, 07:28:29 AM
Good stuff, ahrasis! :)
Title: Re: Statistics Center
Post by: Hj Ahmad Rasyid Hj Ismail on September 21, 2012, 07:36:30 AM
Nothing much, really K@. If all the related div does not use flow_hidden, I would have only advised the OP to change index.css file instead, by changing to display none. I found this, sometimes, a bit annoying. Lol.
Title: Re: Statistics Center
Post by: kat on September 21, 2012, 07:54:53 AM
Credit where it's due, though. :)