Back to vBulletin 3.7 Template Modifications

Blog Portal Link in vBulletin Blog 2.0 Blog Links Menu
Mod Version: 1.00, by cheat-master30

This modification is in the archives.
vB Version: 3.7.x Rating: (0 vote - 0 average) Installs: 4
Released: 03 Oct 2008 Last Update: Never Downloads: 1
Not Supported Template Edits Re-usable Code Translations  

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:

Code:
        <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:
Code:
<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.

Download

No files for download.

Screenshots

Click image for larger version
Name:	BlogPortalLink.PNG
Views:	713
Size:	46.0 KB
ID:	87626  


vblts.ru supports vBulletin®, 2022-2024