The Statistics Charts are currently available (4.2) from "Charts" Menu. It may be nice( and I assume should be very easy) to have a link to statistics.php in the "GEDCOM Statistics" block that appears on the "Welcome page"
Discussion
Anonymous
-
2009-03-12
Yes , pretty easy. I'm not able to post an update to svn, but a simple version is to add a line immediately before row 215, "$content .= "</table>";" in /blocks/gedcom_stats.php:
$content .= "<tr><td class=\"facts_value\" colspan=\"3\"><a href=\"".encode_url('statistics.php').">Click here for more analysis on the Statistics Charts</a></td></tr>";
To do the job properly also needs:
1 - a language variable to replace that hard-coded text, so it can be translated.
2 - a configuration option so it can be excluded if you want, as most other sections of the stats here can be.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 45 days (the time period specified by
the administrator of this Tracker).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes , pretty easy. I'm not able to post an update to svn, but a simple version is to add a line immediately before row 215, "$content .= "</table>";" in /blocks/gedcom_stats.php:
$content .= "<tr><td class=\"facts_value\" colspan=\"3\"><a href=\"".encode_url('statistics.php').">Click here for more analysis on the Statistics Charts</a></td></tr>";
To do the job properly also needs:
1 - a language variable to replace that hard-coded text, so it can be translated.
2 - a configuration option so it can be excluded if you want, as most other sections of the stats here can be.
added in svn 5368
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 45 days (the time period specified by
the administrator of this Tracker).