Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

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
  #2  
Old 06-26-2006, 08:06 AM
Zia's Avatar
Zia Zia is offline
 
Join Date: Dec 2005
Location: golpo.net
Posts: 931
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm interesting thing..alos gonna to use it...

ahm 1st post man..
Reply With Quote
  #3  
Old 06-26-2006, 08:21 AM
Mudvayne's Avatar
Mudvayne Mudvayne is offline
 
Join Date: Dec 2005
Location: /dev/null/
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

w00t.. 1st install
Reply With Quote
  #4  
Old 06-26-2006, 10:22 PM
Blaine0002's Avatar
Blaine0002 Blaine0002 is offline
 
Join Date: Jul 2003
Location: Wisconsin.
Posts: 1,350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great! thanks.
Reply With Quote
  #5  
Old 06-26-2006, 11:16 PM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello,

i curious can there be a live site that has this to have an idea what it is i'm kinda confused of what vb digger is thanks.

puertoblack2003
Reply With Quote
  #6  
Old 06-27-2006, 08:58 PM
Eric's Avatar
Eric Eric is offline
 
Join Date: May 2006
Location: Kentucky
Posts: 792
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by puertoblack2003
hello,

i curious can there be a live site that has this to have an idea what it is i'm kinda confused of what vb digger is thanks.

puertoblack2003
I'll see what I can do If nothing else, I'll get a few more screenshots.
Reply With Quote
  #7  
Old 06-27-2006, 09:00 PM
qxh qxh is offline
 
Join Date: Aug 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You rule!!!!!
Reply With Quote
  #8  
Old 06-27-2006, 09:59 PM
o0Hubba0o's Avatar
o0Hubba0o o0Hubba0o is offline
 
Join Date: Mar 2005
Location: Minnesota
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SecondV
I'll see what I can do If nothing else, I'll get a few more screenshots.
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.
Reply With Quote
  #9  
Old 06-28-2006, 01:18 AM
Eric's Avatar
Eric Eric is offline
 
Join Date: May 2006
Location: Kentucky
Posts: 792
Благодарил(а): 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.
I've included links to both of their about pages, should give a pretty good idea I've also added another screenshot.
Reply With Quote
  #10  
Old 06-28-2006, 01:49 AM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will this work for 3.6 beta 3?
Reply With Quote
Reply

Thread Tools

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 11:56 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.04797 seconds
  • Memory Usage 2,294KB
  • Queries Executed 23 (?)
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
  • (3)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
  • (2)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