[REQ] vBulletin Blog mods

here you go... next time be patience were not machines

vB Blog Stats on Forumhome
Mod Information
Add A Comment
Edit Settings
Mark as Installed
Nominate for MOTM
Jump To Comments
The Developer
Last Online: Jan 2008
About Developer
Send A Donation
Paypal verification - you must have an account. PayPal Verification
Visit Web Site

Version: 1.00, by Lizard King (Coder/Designer) Lizard King is offline
Developer Last Online: Jan 2008 Report Post Show Printable Version Email this Page Subscribe to This Mod
vB Version: 3.6.8 Rating: (5 votes - 3.40 average)
Released: 21 Sep 2007 Last Update: 21 Sep 2007 Installs: 20
Supported Template Edits

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:
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>
add right after
Code:
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
 
Back
Top