vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   vBulletin Blog - Blog Portal Link in vBulletin Blog 2.0 Blog Links Menu (https://vborg.vbsupport.ru/showthread.php?t=192546)

cheat-master30 10-02-2008 10:00 PM

Blog Portal Link in vBulletin Blog 2.0 Blog Links Menu
 
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.

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

Quote:

Originally Posted by Wayne Luke (Post 1636434)
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.


All times are GMT. The time now is 02:12 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01146 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete