Thanks for this update, but I've found a little bug in the 'forumhome_start' hook.
The code for displaying the 'Most Ever Members' line is defined and set after the eval of the template, and the part of code is useless. I've edited it to place the eval code after all (before the last } ).
Another thing: in the same piece of code, you have this:
PHP Code:
if ($vbulletin->options['wvtmost'])
{
[...]
if ($vbulletin->options['wvtmost'])
{
[...]
}
}
Maybe you can remove one condition