The Arcive of vBulletin Modifications Site. |
|
Latest Blogs on Home Page Details »»
|
|||||||||||||||||||||||||
This will display the last 5 blogs on the home page blow the What's Going On box. See screenshot for example.
Installation is easy, just import the product and make the template edit. Update 9/2/07: Removed the template edit from the What's going on box and added it below. With the table structure it makes more sense in this modification. If you have already installed it, apply the template edit again. RSS_Instructions This is an alternative method to the above that will display the last 10, this was taken from one of the admins over at vbulletin.com that originally wrote it for the latest threads and modified for this. It's display is not as clean but it will not show blogs that are hidden and I have yet to work that out for the above method. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
ahhh nice
Gotta try this!
|
|
#3
|
||||
|
||||
|
nice
![]() a few more of these and I may switch over |
|
#4
|
||||
|
||||
|
Yeah, it's a great system but it needs more visible than just the "Blogs" link in the navbar to get some attention.
|
|
#5
|
||||
|
||||
|
Thanks. I will probably look at this for the vbAdvanced portal that I want to create for my new site. Actually want blogs to be the main focus.
|
|
#6
|
|||
|
|||
|
Is it just my setup or is the collapse button not working?
I am trying to add a completely new box with a thead above the "What's going on?" box, but for some reason the tables get all weird.Shouldn't the code below do the trick? HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="2"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_blog')"><img id="collapseimg_forumhome_blog" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_blog].gif" alt="" border="0" /></a> <a href="blog.php">$vbphrase[latest_blog_entries]</a></td> </tr> </thead> <tbody id="collapseobj_forumhome_blog" style="$vbcollapse[collapseobj_forumhome_blog]"> <table border="0" width="100%"> <tr> <td class="thead">Author</td> <td class="thead">Title</td> <td class="thead">Views</td> <td class="thead">Date</td> </tr> <tr> <td class="alt1">$spitblogs_username</a></td> <td class="alt1">$spitblogs_title</a></td> <td class="alt1">$spitblogs_views</a></td> <td class="alt1">$spitblogs_date</a></td> </tr> </table> </tbody> |
|
#7
|
|||
|
|||
|
just bought the blog system!
|
|
#8
|
||||
|
||||
|
Okay, is it working for you? If so let me know and I will update the template edit.
|
|
#9
|
|||
|
|||
|
Eric, the output is correct and the design is fine, but the collapse button is not working.
it's not working on my code snippet, and I can't get your collapse button to work either I'm looking over some tutorials on collapse buttons right now..
|
|
#10
|
|||
|
|||
|
Can't get it to be friendly with my template. It works, it just doesn't look right.
|
![]() |
|
|