vB Blog Stats on Forumhome
This modification is in the archives.
I was in need to show vBulletin Blog stats on forumhome and i prepared the following product. As i am not the perfect coder any further advise will be taken seriously for optimizing the product.
Installation Instructions : Import the attached product via vBulletin Product Manager Edit FORUMHOME template and search for : Code:
$vbphrase[members]: $numbermembers<if condition="$show['activemembers']">, <span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span> </if> Code:
$vbphrase[forumhome_total_blogs] : <if condition="$blogstats['total_blog_users']"><a href="blog.php?$session[sessionurl]do=bloglist">$blogstats[total_blog_users]</a><else />0</if>, $vbphrase[forumhome_total_blog_entries]: $blogstats[total_blog_entries], $vbphrase[forumhome_todays_blog_entries]:</b> $blogstats[entries_in_24hours] Download
This modification is archived, downloads are still allowed. |