News:

Join the Facebook Fan Page.

Main Menu

Statistics Center

Started by Kaitlyn, September 21, 2012, 03:16:45 AM

Previous topic - Next topic

Kaitlyn

 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

Hj Ahmad Rasyid Hj Ismail

Something like this?

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'], '

Kaitlyn

thanks exactly what I was looking for

kat


Hj Ahmad Rasyid Hj Ismail

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.

kat

Credit where it's due, though. :)

Advertisement: