Gossamer Forum
Quote Reply
ExtraStats - Overall
Can this plugin show links not just from a day, month or year but overall?

I tried setting the date option to a future date but this didn’t work.

--------------------------------
Privacy Software
Quote Reply
Re: [BLOOD] ExtraStats - Overall In reply to
I've just added this to a new version.

Just change Month to Ever in the tags - for example:

<%Plugins::ExtraStats::AllUniquesEver%>

<%Plugins::ExtraStats::CatUniquesEver($ID)%>

<%Plugins::ExtraStats::LinkHitsEver($ID)%>
Quote Reply
Re: [afinlr] ExtraStats - Overall In reply to
Superb! Cool

--------------------------------
Privacy Software
Quote Reply
Re: [afinlr] ExtraStats - Overall In reply to
This is not available for all the tags yet?

<%Plugins::ExtraStats::CatTopMonthly($ID,'10','UA','11','2002')%>

would be :

<%Plugins::ExtraStats::CatHitsEver($ID,'8','AU',,,'SUBCATS','loop')%>
<%loop CatMonthlyLoop%>
........

seems not to be implemented?

--------------------------------
Privacy Software
Quote Reply
Re: [BLOOD] ExtraStats - Overall In reply to
Ah no, I just put the general stats in. I might have a look at the lists in the next few days.

Last edited by:

afinlr: May 7, 2004, 1:59 AM
Quote Reply
Re: [BLOOD] ExtraStats - Overall In reply to
I've added this list into the plugin - I've not added the documentation for it though.

<%Plugins::ExtraStats::CatTopEver($ID,'8','AU','SUBCATS','loop')%>
<%loop CatEverLoop%>

Note that in this case you don't need to leave spaces for the month and year as they are not needed.