Quote:
Originally Posted by apokphp
Also, found another bug.
When you click Top 10 posters, it displays their homepage url. When you click on the homepage url, it gives you the "page not found" error.
What is displayed in the browser upon clicking it is:
See for yourself here: http://www.ez-company.net/forums/statistik.php
|
to fix it:
open template "statistic_top_poster_bit" and search for:
Code:
<a onclick="window.open(\'goto.php?goto=$poster_homepage\')
replace it with:
Code:
<a onclick="window.open(\'$poster_homepage\')