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
  #2  
Old 04-14-2007, 04:15 AM
rjmjr69's Avatar
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Location: Southie
Posts: 876
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hhhhhmmmm Nice idea reserved
Reply With Quote
  #3  
Old 04-14-2007, 04:29 AM
Coux Coux is offline
 
Join Date: Mar 2007
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rjmjr69 View Post
hhhhhmmmm Nice idea reserved
ditto
Reply With Quote
  #4  
Old 04-14-2007, 04:32 AM
blogtorank's Avatar
blogtorank blogtorank is offline
 
Join Date: Jan 2006
Posts: 450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice hack installing!
Reply With Quote
  #5  
Old 04-14-2007, 04:40 AM
Dark_D Dark_D is offline
 
Join Date: Oct 2005
Location: U.S.A.
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rjmjr69
hhhhhmmmm Nice idea reserved
Quote:
Originally Posted by Coux
ditto
You guys should speak your mind's, I'd like to hear what you may be thinking.


Quote:
Originally Posted by blogtorank
Nice hack installing!
Thanks for doing the install thing.
Reply With Quote
  #6  
Old 04-14-2007, 08:03 AM
MaestroX MaestroX is offline
 
Join Date: Aug 2006
Location: UK
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice one, a good addition
Reply With Quote
  #7  
Old 04-14-2007, 11:31 AM
Mr. Brian's Avatar
Mr. Brian Mr. Brian is offline
 
Join Date: Jan 2003
Location: Internet
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks more like a template mod rather then a hack.
Reply With Quote
  #8  
Old 04-14-2007, 11:58 AM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed ..nice addition as well and neat
Reply With Quote
  #9  
Old 04-14-2007, 04:20 PM
Dark_D Dark_D is offline
 
Join Date: Oct 2005
Location: U.S.A.
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mr. Brian View Post
Looks more like a template mod rather then a hack.
I put it as an add-on because it uses functions that are outside of your site like google's search engine.
To me template mods only alter appearance and do no processing of data, like my "Dark User legend" in the template section.
Reply With Quote
  #10  
Old 04-14-2007, 10:18 PM
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Posts: 1,674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lovely hack! Thank you.
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 10:30 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.05406 seconds
  • Memory Usage 2,331KB
  • Queries Executed 24 (?)
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
  • (5)bbcode_quote
  • (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
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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