PDA

View Full Version : Better Statistics


th3gh05t
28.04.2004, 05:07
I am all about stats.

I really like how Mambo has some built in stats, but they are very vague.

Is there any componet that enhances the stats?

tonyskyday
28.04.2004, 05:09
tfs4mambo has all the stats you would ever want. I think it's on mosforge. If not, mamboportal.com has it.

-Tony

th3gh05t
28.04.2004, 05:10
oh ok, thanks for the quick reply. ;)

th3gh05t
28.04.2004, 05:13
EDIT: Found. ;)

tonyskyday
28.04.2004, 05:17
My fault, too quick with the keys, it's "TFSforMambo" and you can see the MOSforge project page here: http://mosforge.net/projects/tfsformambo/

-Tony

BennieBlanco
28.04.2004, 05:29
My fault, too quick with the keys, it's "TFSforMambo" and you can see the MOSforge project page here: http://mosforge.net/projects/tfsformambo/

-Tony
Thank's Tony!!!

tonyskyday
28.04.2004, 05:31
I should warn you that it can't be installed on all hosts. My one site, hosted on 1and1 timed out durring installation and gave me a 500 error. This is because the query is quite long to create the IP tables, I imagine.

-Tony

BennieBlanco
28.04.2004, 05:47
I should warn you that it can't be installed on all hosts. My one site, hosted on 1and1 timed out durring installation and gave me a 500 error. This is because the query is quite long to create the IP tables, I imagine.

-Tony
Well to late now
it is running smoth!!! :D

sebgoa
09.06.2004, 03:47
Can we make the stats from TFSfor Mambo available to the public (published content item), instead of having to loggin to the admin area to look at the stats ?

Also I cannot find any modules to display these stats even though I recall seeing some on one website ...?

divamissx
03.08.2004, 22:20
I would like to know how you got it installed at all.

cecilia
10.09.2004, 18:42
Where are the instructions to install it?

rober
11.09.2004, 06:10
Where are the instructions to install it?
You can find the instructions and files for doing a manual install. here (http://mamboforge.net/frs/?group_id=94&release_id=1237)

Many people have had problems doing a regular component installation.

Kinda tricky but can be done.

Good luck...

bdanielsson
26.09.2004, 03:48
I also got the 1and1.com timeout with a 500 error. But it seems to be installed and running fine.

ScottL
18.04.2005, 03:55
Something I was looking for so figured I would post it.

If you want stats for your RSS feeds add the code you add to the template to the components/com_rss/rss.php file:


After:
// load feed creator class
require_once( $mosConfig_absolute_path .'/includes/feedcreator.class.php' );

Add this

if(file_exists($mosConfig_absolute_path."/components/com_tfsformambo/tfsformambo.php"))
{
require_once($mosConfig_absolute_path."/components/com_tfsformambo/tfsformambo.php");

Now you will get stats of when your RSS feeds are hit.

strive4
18.10.2005, 07:42
hi,
i've install the component,so where should i put the line?in which templat?can anybody give me a clear folder please???i still can't use the statistics