Quote:
Originally Posted by Cybernetec
v3.2 - Aug 22. 2006.
-Bug fixed in "Latest Posts" (when you click on little arrow you get "post doesn't exist" error)
|
Hi,
thank you for your addon, but i miss these needed lines, because guest/anonymous are not shown under $vboptions[cybtopstats_lastpost_poster].
Code:
if (!$get_new_mem[musername])
{
$get_new_posts[musername] = $vbphrase['guest']";
}
After
Code:
$get_new_mem[musername] = fetch_musername($get_new_posts);
Plugin Cyb - Advanced Forumhome Statistics - FH (Hook -> forumhome_complete)
Maybe you should think about this:
http://www.vbulletin.com/docs/html/o..._plugin_memory
Regards, Stoebi