Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Navbar add-on's Details »»
Navbar add-on's
Version: 1.00, by Dark_D Dark_D is offline
Developer Last Online: Mar 2010 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.5 Rating:
Released: 04-13-2007 Last Update: 04-13-2007 Installs: 12
Template Edits
Code Changes  
No support by the author.

This code is for a drop down menu coded for "RSS Feed Links" in the navbar with it's own navbar cell and a search box with radio buttons with the choose of Google and your own site.

Normally for vBulletin, you would place code in a few different places throughout the navbar template code for a drop down menu. I was able to condense all of the code into one block. It makes keeping track of, reading and debugging the code a lot easier to do.


You will have to do the following:
1) RSS feed features activated in "External Data Provider".
2) Add the Rss-Icon.png image to your "/forum/images/" directory.
3) Add your site address of your RSS Feed where "YOUR SITE RSS" is.
4) Add your site address where "YOUR SITE" is.
5) Add your site address for the search engine box code where "YOUR SITE engine" is. Do not add the "http://www.", only "sitename.something".


In Navbar template locate:
Code:
<!-- / login form -->
			
		</td>
		
	</if>	
	
</tr>
</table>
<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->

Put code as indicated below:
Code:
<!-- / login form -->
			
		</td>
		
	</if>	
	
</tr>
Place Navbar add-on code here.
</table>
<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->

Navbar add-on code:
PHP Code:
<tr> <td class="alt1" width="72.5%" > <div class="navbar" style="font-size:10pt">
<
class="alt1" id="rssmenu" class="vbmenu_control"><font color#0000A0>RSS Feed links:</font></a><script type="text/javascript">
vbmenu_register("rssmenu");
</
script>
    
<
div class="vbmenu_popup" id="rssmenu_menu" style="display:none">
<
table cellpadding="4" cellspacing="1" border="0">
        
        <
tr>
            <
td class="vbmenu_option">
<

href
="http://www.YOUR SITE" target="_new"><img src="/forum/images/Rss-Icon.png" align=middle border="0" alt="YOUR SITE RSS Feed"/> </a></td></tr>

<
td class="vbmenu_option" >
<
a href="http://fusion.google.com/add?feedurl=http%3A//www.YOUR SITE RSS" target="_new"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="104" height="17" border="0" align=middle alt="Add to Google"/></a></td></tr>

<
td class="vbmenu_option" >
<
a href="http://add.my.yahoo.com/content?.intl=us&url=http%3A//www.YOUR SITE RSS" target="_new"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" width="91" height="17" border="0" align=middle alt="Add to My Yahoo!"/></a></td></tr>

<
td class="vbmenu_option" >
<

href
="http://www.live.com/?add=http://www.YOUR SITE RSS" target="_new"><img src="http://www.updatexp.com/image-files/addtolive.gif" align=middle alt="Add rss feed to live.com" border="0" /></a></td></tr>

<
td class="vbmenu_option" >
<

href
="http://my.msn.com/addtomymsn.armx?id=rss&ut=http://www.YOUR SITE RSS&ru=http://www.YOUR SITE" target="_new"><img src="http://sc.msn.com/44/G,UCH%7BZBSS3%7BOS%7BSE469LG.gif" border=0 align=middle alt="Add to My MSN"></a> </td></tr>

<
td class="vbmenu_option" >
<
a href="http://feeds.my.aol.com/?url=http%3A//www.YOUR SITE" target="_new"><img src="http://feeds.my.aol.com/html/vis/myaol_cta1.gif" align=middle alt="Add to My AOL" border="0"/></a></td></tr>
</
td></tr></table></div></div></td>

<
td class="alt1" align="right"><div class="navbar" style="font-size:10pt"><form action="http://www.google.com/search" target="_new" method="get" >
<
input type="text"  name="q" size="20"
 
maxlength="255" value="" />
<
input type="submit" value="Search" />
<
br>
<
input type="radio"  name="sitesearch" value=""/>Google
<input type="radio"  name="sitesearch"
 
value="YOUR SITE engine" checked />YOUR SITE<br />
</
form></div>
</
td>
</
tr

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 04-25-2007, 11:32 PM
Dark_D Dark_D is offline
 
Join Date: Oct 2005
Location: U.S.A.
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I haven't figured out yet, but using the search engine feature like this hack does, may improve your stat with that serch engine........By hitting the search engine through your site?
Anyone know more about that kind of thing?
Reply With Quote
  #13  
Old 04-25-2007, 11:55 PM
barnold barnold is offline
 
Join Date: Mar 2007
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was just looking at doing this manually, then saw yours! Installed!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:45 PM.


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.04898 seconds
  • Memory Usage 2,252KB
  • Queries Executed 18 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (2)postbit
  • (3)postbit_onlinestatus
  • (3)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete