PDA

View Full Version : vBulletin Blog - Blog Portal Link in vBulletin Blog 2.0 Blog Links Menu


cheat-master30
10-02-2008, 10:00 PM
Since vBulletin Blog 2.0 Beta 2 has been released, I have noticed there is no general link to the blog.php page itself on the navbar. So what this very simple, one or two line mod does is just that, add exactly one link to the menu which goes to the root blog.php page (the one with featured entries and the like).

Find in blog_navbar_link:

<if condition="$show['blog_search']">
<tr>
<td class="vbmenu_option"><a href="blog_search.php?$session[sessionurl]do=search">$vbphrase[search_blogs]</a></td>
</tr>
</if>

Add after:

<tr>
<td class="vbmenu_option">
<a href="blog.php">Blog Portal</a>
</td>
</tr>

That's it. It should be default, but it isn't, so I added it.

nerofix
10-03-2008, 06:56 AM
I'm sorry to say that, but the header in the menu "blogs" is already a link to "blog home" or "blog portal" how you called it.

Wayne Luke
10-03-2008, 12:33 PM
Section headers in the dropdowns can be links as well. This is already included.

GHC Webmaster
01-12-2009, 11:55 AM
Section headers in the dropdowns can be links as well. This is already included.

You're right. Although I wonder how many forum members are missing tthat kind of links. On my forums I've edited all the menu's to add those links in the normal menu style (and removed them from the thead row). Just for clarity.