A few charts of the site

In an effort to prevent screen stretching only the first two charts are being displayed on this post.
You can see all fourteen charts at http://www.msguild.org/sites/all/modules/rankings/generateSiteStats.php
Total number of active characters registered: 7698

Comments

Cut?

Can you put the first chart on the main page and the rest behind a cut?

Would be nice, but...

The PHP options here apparently don't let me do that, Rusty. =/

Cut all but the first two graphs out of the post though, and added a bit of an explanation as to where the rest of them went.

teasers

Normally in a body you can write <!--break--> to control the position of the teaser break. However, this doesn't seem to work programmatically. Were the node accessible you could have used $node->teaser, but unfortunately it isn't. You could use node_load to gain access, but in this case that would probably result in infinite recursion.

A possible but inelegant solution would be to test whether the current url corresponds to the full page view via $_SERVER['REQUEST_URI'].

Many thanks for all your hard work in creating these statistics.