In admin, the Top website by hits show category instead of links, is it the way it should be? How can I fix/hack it to display links?
In admin, the Top website by hits show category instead of links, is it the way it should be? How can I fix/hack it to display links?
Hello,
that was what I thought tooSo I did a small hack on the summary page and added top websites by hits.
See attached files (summary_php.txt=> admin and summary_html.txt=>admin_tpl). Just copy and past!
greets
Joerg
summary_html.txt
Thank you,
Joerg, why don't you post in hack forum too? It would be great. Other users will find it easily![]()
Sure,
I'll post this on the hack channel too.
greets
Joerg
--------- applying hacks require a knack ---------
Hm, I never looked to it before
The old admin site - will it show the most visited categories and this works ?
This is great - is where any possibility to show a top of the most visited categories ?
This is a very goof feature for admin to see which categories interests the visitors and where the admin has to improve something !
Greetings
Frank
Hello Frank,
I did the hack for the new version 3.1. But I'm sure it will work for the old phps and templates too.
For me the top websites by hits is also very important, caus they are potentially customers for the ppc modul!
greets
Joerg
--------- applying hacks require a knack ---------
Sorry,
I forgot to change one value:
Please go to line 236 in summary.php and write "votes" instead of "rating". Here how the line should look like:
$votes = $result->Fields("votes");
greets
Joerg
--------- applying hacks require a knack ---------