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
vBsociable Details »»
vBsociable
Version: 1.0.2, by Eric Eric is offline
Developer Last Online: Jun 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.x Rating:
Released: 06-10-2007 Last Update: 06-20-2007 Installs: 170
Uses Plugins Template Edits
Re-useable Code Additional Files  
No support by the author.

What is this!?
This modification is a continuation of my vBdigger hack. This hack displays buttons in a new thread tools menu "Submit Tools" that will allow your users to submit a thread to many of the popular social sites such as digg, del.icio.us, reddit, etc.

Current Version
1.0.2

Current Features:
Can submit to the following sites:
  • del.icio.us
  • Digg
  • Facebook
  • feedmelinks
  • Furl
  • Ma.gnolia
  • NewsVine
  • Netscape
  • Reddit
  • Slashdot
  • SphereIt
  • Spurl
  • StumbleUpon
  • Technorati
  • YahooMyWeb

It allows to disable this menu for certain forums, turn it on/off, open the links in a new window or not.

Features flagged for future version(s):
  • Allow to remove sites from the listing, via ACP
  • Add: google, askjeeves, earthlink, simpy, bluedot.us and indianpad
  • Anything else that you all suggest.

Will this work on x.x.x ??
Unless otherwise stated, this will work on all 3.6 versions.

Sounds cool. How do I install?
  1. Upload the images found in images/buttons/ to your images/buttons/ folder.
  2. Import the product, product-vBsociable.xml
  3. Make the following template edits:
    SHOWTHREAD

    Find:
    HTML Code:
    	<td class="vbmenu_control" id="threadtools" nowrap="nowrap">
    		<a href="$show[nojs_link]#goto_threadtools"<if condition="is_browser('ie')"> accesskey="3"</if>>$vbphrase[thread_tools]</a>
    		<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadtools"); </script></if>
    	</td>
    Add before:
    HTML Code:
    	<if condition="$show['vBsociable']">
    	<td class="vbmenu_control" id="vBsociable" nowrap="nowrap">
    		<a href="$show[nojs_link]#goto_vBsociable">$vbphrase[vBsociable]</a>
    		<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("vBsociable"); </script></if>
    	</td>
    	</if>
    Find:
    HTML Code:
    <!-- thread tools menu -->
    Add before:
    HTML Code:
    <if condition="$show['vBsociable']">
    <!-- vBsociable menu -->
    <div class="vbmenu_popup" id="vBsociable_menu" style="display:none">
    	<table cellpadding="4" cellspacing="1" border="0">
    	<tr>
    		<td class="thead">$vbphrase[vBsociable]<a name="goto_vBsociable"></a></td>
    	</tr>
    	<tr>
    		<td class="vbmenu_option">$vbphrase[vBsociable_submit]</td>
    	</tr>
    	$vBsociablebits
    	</table>
    </div>
    <!-- / vBsociable menu -->
    </if>
  4. Set options in AdminCP > vBulletin Options > Tread Display Options (showthread)

UPGRADING
1.0.1 to 1.0.2
- Upload images/buttons/facebook.png to your images/buttons directory - OR - download the attached facebook image and upload it; then..
- Re-import the product file (which is attached), product-vBsociable.xml - with "Allow overwrite" set to "yes"

1.0.0 to 1.0.1
- Just re-import the product file (which is attached), product-vBsociable.xml - with "Allow overwrite" set to "yes"


That's it! Enjoy!

Changelog
1.0.2 - June 20, 2007
- Added Facebook.


1.0.1 - June 11, 2007
- Fixed the URL for Stumbleupon.


1.0.0 - June 11, 2007
- Initial release.


If you use this modification, please mark as >> INSTALLED <<, TY!

Show Your Support

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

Comments
  #42  
Old 07-08-2007, 05:35 PM
Eric's Avatar
Eric Eric is offline
 
Join Date: May 2006
Location: Kentucky
Posts: 792
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Anderson View Post
Thank you for the mod. I have a suggestion, could we put submit links for a few SN sites like Technorati, Digg, Stumbleupon, etc on the posts itself. Like on the left side of a post or on the postbit.
I'll think about that

Quote:
Originally Posted by PokerAffiliate View Post
I agree, this would be a really cool addition to this mod and I think it will increase how often it gets used. Or is there a simple way to highlight the link in the menu to be red and stand out a bit more. For example:


Social Bookmarking Thread Tools Search this Thread Rate Thread Display Modes
I thought about changing it to something other than "Submit Tools", I may just call it "Social Bookmarking" or "Submit This" or something.

Quote:
Originally Posted by txsbmw View Post
Just a quick question. I just tried to submit a thread to digg, logged in their site with my account and then it said:

Are you sure that's the right address?
This doesn't appear to be a working link - please check the URL and try again.

The link was the link pointing to the thread. Is it suppose to do this? Because it is not submitting, it will not allow anyone to submit the url's, keeps saying it is not a working link.
Hmm, shouldn't have happened. Do you still have your problem? What was the URL? I've not had a problem with Digg.
Reply With Quote
  #43  
Old 07-09-2007, 02:29 AM
tycity tycity is offline
 
Join Date: Dec 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Love your mod! I found that if you are using a template other than out-of-the-box, you have to put the buttons into that template's "buttons" directory, not the the default images/buttons/ directory. Thanks so much! Love it - INSTALLED.
Reply With Quote
  #44  
Old 07-25-2007, 08:51 AM
snowman872 snowman872 is offline
 
Join Date: Feb 2005
Location: California
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed this tonight, and it seems to be working, but now I am getting an uncached template:

Uncached templates: vBsociable_bits (15)

I'm running 3.6.5. Did I forget to do something or is this the same for everyone?

Thanks!
Reply With Quote
  #45  
Old 07-29-2007, 06:59 AM
Eric's Avatar
Eric Eric is offline
 
Join Date: May 2006
Location: Kentucky
Posts: 792
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snowman872 View Post
I installed this tonight, and it seems to be working, but now I am getting an uncached template:

Uncached templates: vBsociable_bits (15)

I'm running 3.6.5. Did I forget to do something or is this the same for everyone?

Thanks!
I'll have that fixed in the next release.
Reply With Quote
  #46  
Old 08-02-2007, 03:29 PM
exes_slayer exes_slayer is offline
 
Join Date: Apr 2007
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

/me marks installed
thanks a lot
Reply With Quote
  #47  
Old 08-10-2007, 04:37 AM
kollam003 kollam003 is offline
 
Join Date: May 2007
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Installed was in search of this
Reply With Quote
  #48  
Old 08-10-2007, 11:00 PM
wickland wickland is offline
 
Join Date: Jul 2007
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, nice little program but I'm still not sure exactly how useful this is or even how it works entirely yet. Does this bring in more visitors to the forum? More SEO help and exposure? What happens to the thread after it gets submitted exactly?

Installed
Reply With Quote
  #49  
Old 08-25-2007, 08:27 PM
tribedude tribedude is offline
 
Join Date: Feb 2002
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

has anyone installed this on 3.5x? just checking before I attempt it.
Reply With Quote
  #50  
Old 08-27-2007, 05:37 PM
majorvbuser majorvbuser is offline
 
Join Date: Jan 2006
Location: UK
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great little mod few questions before I click install, as this thread seems to have gone a little quiet.

a) Can you configure which sites are listed in the drop down.
b) Is it now possible to choose a select few like Digg, delicious etc and add them to postbit.
Reply With Quote
  #51  
Old 08-27-2007, 05:38 PM
majorvbuser majorvbuser is offline
 
Join Date: Jan 2006
Location: UK
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wickland View Post
Thanks, nice little program but I'm still not sure exactly how useful this is or even how it works entirely yet. Does this bring in more visitors to the forum? More SEO help and exposure? What happens to the thread after it gets submitted exactly?

Installed
As understand it your post will be submitted to the site you specify and the source link will be viewable so potentially users reading the post on the site such as digg will then click on the link and come back to your site.

At least that's what I presume is supposed to happen.
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 12:50 AM.


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.05806 seconds
  • Memory Usage 2,325KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_html
  • (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
  • (4)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete