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

Reply
 
Thread Tools
vBDigger Details »»
vBDigger
Version: 1.0.1, by Eric Eric is offline
Developer Last Online: Jun 2023 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 06-25-2006 Last Update: 07-23-2006 Installs: 35
Uses Plugins Template Edits
 
No support by the author.

vBdigger is now officially continued as 'vBsociable'

https://vborg.vbsupport.ru/showthread.php?t=149449



Hello everyone,

This will be my second 'mod' that I release for vBulletin. I was browsing the request forum and came across this thread, so I thought I'd make it.

It's fairly simple right now, if I can find the time.. I may do alot more with it.

Updated to 1.0.1 - See "Upgrading" below

What's it do?
It will add buttons to each post in a thread, allowing the user to submit the topic to digg or del.icio.us. It can be enabled/disabled through the admincp at anytime, along with showing digg or del.icio.us.

For those who may not know what digg or del.icio.us is, you may find out more about them with the following links:
www.digg.com/about
www.del.icio.us/about

Installation

1.) Import product-vbdigger.xml
2.) Upload digg.png & delicious.png to your images/buttons/ directory.
3.) Edit postbit(_legacy)

FIND:
Code:
			<if condition="$show['quickreply'] AND !$show['threadedmode']">
				<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
			</if>
ADD AFTER:
Code:
            <if condition="$vboptions['vbdigger_enabled'] AND THIS_SCRIPT != 'private'">
                <if condition="$vboptions['vbdigger_digg']">
                  <a href="http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$post[threadid]&title=$thread[title]" target="_blank"><img src="$stylevar[imgdir_button]/digg.png" alt="$vbphrase[submit_thread_to_digg]" title="$vbphrase[submit_thread_to_digg]" border="0" /></a>
                </if>
                <if condition="$vboptions['vbdigger_delicious']">
                  <a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$post[threadid]&title=$thread[title]" target="_blank"><img src="$stylevar[imgdir_button]/delicious.png" alt="$vbphrase[submit_thread_to_delicious]" title="$vbphrase[submit_thread_to_delicious]" border="0" /></a>
                </if>
            </if>
Upgrading

To 1.0.1:

1.) Re-import product-vbdigger.xml with "Allow Overwrite" set to yes.
(Not actually necc. just updated version number)

2.) Edit postbit(_legacy)

FIND:
-----
Code:
            <if condition="$vboptions['vbdigger_enabled']">
REPLACE WITH:
-------------
Code:
            <if condition="$vboptions['vbdigger_enabled'] AND THIS_SCRIPT != 'private'">
Changelog
* Removed Icons from showing in pm's


It can be accessed in admincp under:
Vbulletin Options > Thread Display Options (showthread)

And that's it, fairly simple.

Enjoy.

Show Your Support

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

Comments
  #32  
Old 08-31-2006, 03:48 AM
Eric's Avatar
Eric Eric is offline
 
Join Date: May 2006
Location: Kentucky
Posts: 792
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by coconutx
Hey i have vb seo 3.0.0 rc3 installed. Im using vb 3.6.0.

Its all working fine but when i click on the del.icio.us link the url it gives in the header is a

showthread.php?id= one when ive got vb seo set so that they are all html files like thread-title.html.

Anyway i can make it go to the html one instead ?
I do not have, or have ever used vBseo.. so do not know what to tell you.
Reply With Quote
  #33  
Old 09-05-2006, 04:07 PM
criscokid criscokid is offline
 
Join Date: Nov 2003
Location: London, UK
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by o0Hubba0o
Maybe in the "what's it do" paragraph clarify what "digg or del.icio.us." are for those that don't know, might help people understand what this mod is for.
What about some information for end users of the forums that this mod gets applied to? At the moment it appears that the mod writer and forum owners who install this assume that everyone knows what digg and del.icio.us are.

I've seen a vB site that uses a similar mod but they have a Furl and Technoratibutton as well.
Reply With Quote
  #34  
Old 09-06-2006, 11:55 PM
99SIVTEC 99SIVTEC is offline
 
Join Date: Nov 2001
Posts: 281
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/showthread.php?p=1069705#post1069705" target="_blank">https://vborg.vbsupport.ru/showt...05#post1069705</a>

Above I added an option for owners of automotive web sites to submit threads to AutomotiveArena.com (similar to digg for car related content)
Reply With Quote
  #35  
Old 09-07-2006, 02:20 AM
Eric's Avatar
Eric Eric is offline
 
Join Date: May 2006
Location: Kentucky
Posts: 792
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by criscokid
What about some information for end users of the forums that this mod gets applied to? At the moment it appears that the mod writer and forum owners who install this assume that everyone knows what digg and del.icio.us are.

I've seen a vB site that uses a similar mod but they have a Furl and Technoratibutton as well.
I'll work on that.
Reply With Quote
  #36  
Old 11-12-2006, 09:27 PM
criscokid criscokid is offline
 
Join Date: Nov 2003
Location: London, UK
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SecondV View Post
I'll work on that.
Hi SecondV,

Any idea when you'll have a version of this mod that includes Technorati and Furl? Another new social bookmarking site is Ma.gnolia
Reply With Quote
  #37  
Old 12-05-2006, 11:21 AM
criscokid criscokid is offline
 
Join Date: Nov 2003
Location: London, UK
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To help move things along here's some more social bookmarking sites along with the relevant URLs to use:

Spurl
http://www.spurl.net/spurl.php?url=URLgoeshere

Blink
http://www.blinklist.com/index.php?A...rl=URLgoeshere

Furl
http://www.furl.net/storeIt.jsp?u=URLgoeshere

Simpy
http://simpy.com/simpy/LinkAdd.do?href=URLgoeshere

Yahoo! MyWeb
http://myweb.yahoo.com/myresults/joi...252URLgoeshere

Google
http://www.google.com/ig/add?feedurl=URLgoeshere
Reply With Quote
  #38  
Old 01-21-2007, 11:46 AM
ijob ijob is offline
 
Join Date: Sep 2005
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like to add technorati and furl, plaese help.
Reply With Quote
  #39  
Old 01-21-2007, 12:53 PM
Eric's Avatar
Eric Eric is offline
 
Join Date: May 2006
Location: Kentucky
Posts: 792
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My time has been limited for a while now. I can not give a specific date, but there will be a new version. I'm working on it in my spare time.
Reply With Quote
  #40  
Old 01-24-2007, 09:07 PM
alyster4k alyster4k is offline
 
Join Date: Apr 2005
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've seen a vB forum somewhere that someone already added furl and technorati. I'll have to mess with that myself because I want to add these too when I add this mod.
Reply With Quote
  #41  
Old 01-25-2007, 06:29 PM
Blindchild02's Avatar
Blindchild02 Blindchild02 is offline
 
Join Date: Apr 2002
Location: USA
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there a way to make this forum specific? I only want it in my news forum.
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 04:45 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.06751 seconds
  • Memory Usage 2,316KB
  • 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_code
  • (4)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
  • (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
  • (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