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

Reply
 
Thread Tools
Navbar - adds social bookmarking, notifications highlighting, & search fields Details »»
Navbar - adds social bookmarking, notifications highlighting, & search fields
Version: 1.3.8, by vbboarder vbboarder is offline
Developer Last Online: Apr 2012 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.x Rating:
Released: 01-13-2009 Last Update: 09-30-2009 Installs: 104
Uses Plugins Auto-Templates
 
No support by the author.

Navbar Additions + ShareThis

This mod adds 3 features to the navigation bar:
1. ShareThis social bookmarking: ShareThis is a free social networking script tool that enables users to add your site to the top 20 social bookmarking sites, send e-mails & SMS to friends about your site, and post to networking sites like MySpace & Facebook. Also, it provides free tracking & reporting so you?ll know how well your site is being shared, automatic updates with new features, and a JS API to customize its display. It?s similar to AddThis, but provides more features and a better user interface.

2. 7 search fields & links: In the ?Search? drop-down menu, this mod adds 2 search fields (?Search Members? and ?Search Social Groups?) and 5 search links ? Advanced Member Search, Advanced Group Search, Who?s Online, My Posts, My Threads.

3. Highlighting of Notifications: This mod will highlight the Notifications area in the navbar and the Notifications links in its drop-down menu when the user receives: friend or social group requests; private messages, visitor messages, or picture comments that are unread; visitor messages, picture comments, or social group messages that are awaiting approval.

ShareThis Social Bookmarking

Sign up and get your free script at ShareThis: http://sharethis.com/publisher
Support FAQ page is located at - http://support.sharethis.com/publishers
ShareThis API for customizations is at: http://sharethis.com/publisher?type=stapi
Sample ShareThis report page & graphs: http://sharethis.com/example_report

10 Features & Customizations

1. Search headers & links are fully phrased (all phrases start with ?navbarMod?).

2. Search fields are CSRF protected and will work even if you have vbAdvanced installed in a non-forum directory.

3. The user?s name will be marked up if you specified HTML in ?Username HTML Markup? for the usergroups in Usergroup Manager. Also, if you use vbExperience and a user has awards, those awards will also be displayed.

4. With ShareThis bookmarking, VB?s basic bookmarking is now redundant. To disable, go to vBulletin Options > select Thread Display Options (showthread) > at bottom of page, set ?Enable Social Bookmarking? to No and save.

5. You can change the background color of the Notifications area in the navbar. It?s currently set to aqua, but you can change that to any color or even use CSS to add a background image (just make sure it fits without getting cropped or overflowing).

6. You can change the color of the Notifications links in the dropdown menu. It?s currently set to red, but you can change that to any color or even use CSS to style it.

7. You can choose to show all notices or hide links with 0 new notices. Also, you can sort the notifications alphabetically.

8. Two links, Register & Forgot Password?, are added to the navbar login area. The ?Remember Me?? checkbox for user login is automatically checked.

9. Private Messages link in the navbar near the Welcome message has a dropdown menu for: Inbox, Sent Items, Send New Message, Track Message, & Edit Folders.

10. A VB Options page is provided to easily set script, styles & colors.

Installation
1. Download the product xml file. Go to Manage Products > Add/Import Product, upload that xml file, set ?allow overwrite? = yes, and click Import.

2. Sign up and get your free script at ShareThis: http://sharethis.com/publisher
It?s recommended to set ?embeds? to true when setting up the ShareThis script to prevent possible conflicts with embedded Flash. Using the ShareThis bookmarking is optional, but if you don?t, you?ll be missing out on 1/3 of this mod?s features.

3. Go to VB Options > Navigation + Notifications Additions to add the ShareThis script and set the styles & colors.

Update:
Reimport the new product xml file and allow overwrite.

Notes:
1. You need to have a new notification in order for the highlighting to take effect.
2. I read all posts for this mod so feel free to post any comments or suggestions.
3. You will be notified by e-mail for future updates if you click ?Marked as Installed.? If you find this mod useful, remember to click ?Nominate for MOTM.?

Download Now

File Type: xml product-navbar_additions_sharethi.xml (17.7 KB, 255 views)
File Type: xml navbar_additions_sharethis_1_3_8.xml (17.7 KB, 101 views)

Screenshots

File Type: jpg bookmarking.jpg (93.0 KB, 0 views)
File Type: png ShareThis.png (388.2 KB, 0 views)
File Type: jpg searchfields.jpg (98.1 KB, 0 views)
File Type: jpg sorted_notices.jpg (72.7 KB, 0 views)
File Type: png PMmenu.png (20.7 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 01-28-2009, 05:45 PM
vbboarder's Avatar
vbboarder vbboarder is offline
 
Join Date: Jun 2008
Location: Silicon Valley, CA
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Armyqt View Post
I had to diable this hack because it got rid of my Facebook Connect link. I would love to have this feature. Any ideas?
This mod uses the navbar_additions template instead of navbar for the login/ PM area, so instead of doing the manual template edits to navbar that the Facebook Connect mod needs, you should do those edits to the navbar_additions template.

Instructions from Facebook Connect mod:
Find in navbar/ navbar_additions:
<!-- / login form -->


Insert After:
HTML Code:
<!-- fbconnect -->
<center>
<span class="fbconnect" style="height:21px">
<img src="http://static.ak.fbcdn.net/images/loaders/indicator_white_small.gif" alt="Connect with Facebook" />
</span>
</center>
<!-- / fbconnect -->
Reply With Quote
  #13  
Old 01-28-2009, 06:08 PM
Armyqt Armyqt is offline
 
Join Date: Jan 2009
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vbboarder View Post
This mod uses the navbar_additions template instead of navbar for the login/ PM area, so instead of doing the manual template edits to navbar that the Facebook Connect mod needs, you should do those edits to the navbar_additions template.

Instructions from Facebook Connect mod:
Find in navbar/ navbar_additions:
<!-- / login form -->


Insert After:
HTML Code:
<!-- fbconnect -->
<center>
<span class="fbconnect" style="height:21px">
<img src="http://static.ak.fbcdn.net/images/loaders/indicator_white_small.gif" alt="Connect with Facebook" />
</span>
</center>
<!-- / fbconnect -->
I'm sorry but I don't understand what you mean. I didn't have to do any templete edits with this mod. What exactly am I editing. I need very specific instructions because I'm new at this.
Reply With Quote
  #14  
Old 01-28-2009, 06:21 PM
vbboarder's Avatar
vbboarder vbboarder is offline
 
Join Date: Jun 2008
Location: Silicon Valley, CA
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you using the Facebook Connect mod? If so, read the INSTALL.html file that's included with that mod.
If you added your own links to the navbar in the login/ notifications area, then you need to add those links to the navbar_additions template.
Reply With Quote
  #15  
Old 01-28-2009, 06:46 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a PayPal/Donate Button and Google Search which disappears when this MOD is activated. However they do return when the MOD is disabled. Why does it do this? TIA!
Reply With Quote
  #16  
Old 01-28-2009, 07:26 PM
vbboarder's Avatar
vbboarder vbboarder is offline
 
Join Date: Jun 2008
Location: Silicon Valley, CA
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fungsten View Post
I have a PayPal/Donate Button and Google Search which disappears when this MOD is activated. However they do return when the MOD is disabled. Why does it do this? TIA!
This mod uses the navbar_additions template instead of navbar for the login/ notifications area, so you should do those edits to the navbar_additions template.
Reply With Quote
  #17  
Old 01-31-2009, 05:40 PM
Sunsetblue Sunsetblue is offline
 
Join Date: Jan 2009
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't need all of the features this navbar has, but I do need to add a login
area to my navbar. I do not have one and no one can log in. I had a member box to the
right of the forum but it made the forum too small so i deleted it. Is there a way to just add a login link to navbar?
Reply With Quote
  #18  
Old 02-05-2009, 08:18 AM
Jason UK Jason UK is offline
 
Join Date: Jun 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lovely mod and very promising.
Reply With Quote
  #19  
Old 03-11-2009, 06:21 PM
frogster frogster is offline
 
Join Date: Feb 2009
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anyway to add the ShareThis button to each post as well?
Reply With Quote
  #20  
Old 03-13-2009, 02:18 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I love this mod but it killed my Pkus Mood in the Postbit, can't have that.
Reply With Quote
  #21  
Old 03-13-2009, 05:35 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DobieGillis? View Post
I love this mod but it killed my Pkus Mood in the Postbit, can't have that.
It killed everything on mine. I had Paypal Google Search and the Moods.
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 08:35 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05406 seconds
  • Memory Usage 2,353KB
  • Queries Executed 27 (?)
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_html
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete