Quote:
Originally Posted by PitchouneN64ngc
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 
|
Yes, I know about the most users bug - it was spotted in another of my mods the other day - it affects a number of them and I wont have time to fix them all for a few days.
Thanks for pointing it out tho.