The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBDigger Details »» | |||||||||||||||||||||||||
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> 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> 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']"> ------------- Code:
<if condition="$vboptions['vbdigger_enabled'] AND THIS_SCRIPT != 'private'"> * 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
|
Comments |
#32
|
||||
|
||||
Quote:
|
#33
|
|||
|
|||
Quote:
I've seen a vB site that uses a similar mod but they have a Furl and Technoratibutton as well. |
#34
|
|||
|
|||
<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) |
#35
|
||||
|
||||
Quote:
|
#37
|
|||
|
|||
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 http://www.google.com/ig/add?feedurl=URLgoeshere |
#38
|
|||
|
|||
I would like to add technorati and furl, plaese help.
|
#39
|
||||
|
||||
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.
|
#40
|
|||
|
|||
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.
|
#41
|
||||
|
||||
is there a way to make this forum specific? I only want it in my news forum.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|