TinyPortal

Development => Support => Topic started by: septrax on November 02, 2008, 06:24:03 PM

Title: Online Ever
Post by: septrax on November 02, 2008, 06:24:03 PM
Hi

This is the sats okey

# Total Posts:
# Total Topics:
# Online Today:
# Online Ever:

But it says Online Ever looks like it mean that visitors all to all

Wich file do i edit that text so i can add what i want ?
Title: Re: Online Ever
Post by: G6Cad on November 02, 2008, 06:25:38 PM
Please read the Posting Guidelines.html (http://www.tinyportal.net/index.php/topic,581)
Title: Re: Online Ever
Post by: septrax on November 03, 2008, 02:47:32 AM
Ok hope this is better

Link to my site: Its local so sorry
SMF version: 1.1.6
TP version: v1.0.6 beta2
Theme name and version: DarkBreak
Related Error messages: None


Ok so this is the stats on the fronpage on my TP

Stats

    * Total Posts:
    * Total Topics:
    * Online Today:
    * Online Ever:

How can i change so it only shows these two out off that ?

    * Total Posts:
    * Total Topics:

I hope i posted it better this time
Title: Re: Online Ever
Post by: IchBin on November 03, 2008, 02:58:28 AM
Remove these lines from the TPBlocks.template.php file.
<li>' .$txt['tp-mostonline-today'].': '.$modSettings['mostOnlineToday'].'</li>
<li>' .$txt['tp-mostonline'].': '.$modSettings['mostOnline'].'</li>
Title: Re: Online Ever
Post by: septrax on November 06, 2008, 12:44:41 AM
Quote from: IchBinâ,,¢ on November 03, 2008, 02:58:28 AM
Remove these lines from the TPBlocks.template.php file.
<li>' .$txt['tp-mostonline-today'].': '.$modSettings['mostOnlineToday'].'</li>
<li>' .$txt['tp-mostonline'].': '.$modSettings['mostOnline'].'</li>


Thank you :)