HI Tovok7
I got Stats Hack 1.05 and up and running. Very nice hack, thank you much for your contribution!!!
A bit of a problem though only with running with other hacks.
In my vars_wordlets_mods.cgi I had modifications for "Last Post By" and "DT's Extra (Custom Display Category/Item) 1.02" prior to installing the Hack Stats. They both worked, but Stats words did not show up when I hacked that in.
I narrowed it down to the wordlets file I think.
If I adjust the file a bit (guessing cause I'm real new) I get stats to show up but them loose "Last Post By"
I'm woundering if you can offer your expertise?
I'm sorry I'm real new to this. I will list what I had prior to hacking yours in and it all worked. Maybe you can tell me where to add your portion in here:
-------------------------------------
This is my vars_wordlets_mods.cgi prior to hacking your adds in:
%vars_wordlets_mods = (
q~last_reply_by~ => q~Last reply by~,
mod_wordlets => "Modifications Wordlets",
dtextra_field_cat => q~Custom Display Category~,
dtextra_field_item => q~Custom Display Item~,
_ => q~~,
);
1;
This works fine so far.
------------------------------------------------
The thing is, when I hack in :
statistics_header => "Statistics",
statistics_total_posts => "Total Posts:",
statistics_total_topics => "Total Topics:",
statistics_total_forums => "Total Forums:",
statistics_total_members => "Total Members:",
statistics_average_member_posts => "Average Posts per Member:",
statistics_average_posts => "Average Posts per Forum:",
statistics_average_topic => "Average Topics per Forum:",
statistics_newest_member => "Last member to register is",
statistics_featured_member => "Featured member is",
statistics_last_post_by => "Last post by",
statistics_in => "in",
statistics_at => "at",
statistics_on => "on",
statistics_monthly_hits => "Page Views",
statistics_pageviews => "Total Page Views:",
by the directions in v1.05, I loose "Last Post By"
Can you please tell me how to combine these two to make them work if possible?
I really appreciate it.
Thanks
Rainner