vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Submission buttons. eg Clesto, Digg, Del icio us. (https://vborg.vbsupport.ru/showthread.php?t=123210)

rayw 09-03-2007 11:53 PM

Had this installed for a couple of weeks now - submitted a couple of articles I had written on the forum to Digg and registrations as well as forum activity has jumped 10 fold, no joke!!

Fantastic work and so simple. :D

Ohiosweetheart 09-07-2007 04:06 AM

There's another hack that puts them in a drop down menu. Much better.

fpattberg 09-14-2007 09:24 AM

Hi.

I love this hack but I have seen on the bbc.co.uk website that they have a facebook baookmark as well.

Is it possible to add this to this nice collection here please? :up:

Thanks.

Fabian

99SIVTEC 09-24-2007 07:18 PM

I would also add one for tagsum.com if you haven't already. I'll post a mod later that adds it along with facebook for anyone interested.

99SIVTEC 09-24-2007 09:36 PM

Here is the code to add tagsum to the mod. Tagsum includes revenue sharing so it's also a great way for you as a web master to make some extra money from your quality submissions. To add tagsum just paste the following code in the templates modified above.

PHP Code:

<!-- TagSum-->
<
a href="http://www.tagsum.com/news/submit?url=$vboptions[bburl]/showthread.php?t=$post[threadid]&title=$thread[title]target="_blank"><img 

class="inlineimg"  src="$stylevar[imgdir_button]/tagsumlogo.gif" alt="Submit to TagSum" border="0" /> 

Then upload this image to your images directory with the rest of them from this hack.

https://vborg.vbsupport.ru/attachmen...1&d=1190673323

sduckie2k5 10-17-2007 12:45 PM

Quote:

Originally Posted by Gastongr (Post 1114600)
Great hack!
I added it in the top of showthread.php
Screenshot attached.

Where would I put the code to get it to show in the same place as in this screenshot?

Thanks D*

99SIVTEC 10-17-2007 03:03 PM

Quote:

Originally Posted by sduckie2k5 (Post 1362296)
Where would I put the code to get it to show in the same place as in this screenshot?

Thanks D*

That actually looks pretty nice where you have it. I would add the TagSum submission button as well though :)

sduckie2k5 10-19-2007 10:46 AM

Quote:

Originally Posted by sduckie2k5 (Post 1362296)
Where would I put the code to get it to show in the same place as in this screenshot?

Thanks D*


Anyone?

vertigo jones 10-19-2007 12:47 PM

Here's the code to add a Stirrdup button:

Code:

<!-- Stirrdup -->
<a href="http://stirrdup.com/submit?linkurl=$vboptions[bburl]/showthread.php?t=$post[threadid]&subject=$thread[title]" target="_blank">
<img class="inlineimg" src="$stylevar[imgdir_button]/stir-16x16.gif" alt="Share on Stirrdup" border="0" /></a>

Then upload this picture http://www.stirrdup.com/blogtools/stir-16x16.gif

Stirrdup is built on vBulletin too. :)

saketkhanna 10-22-2007 05:47 AM

Quote:

Originally Posted by Gastongr (Post 1114600)
Great hack!
I added it in the top of showthread.php
Screenshot attached.

Thanks for the extra tip, Gastongr!
That was exactly how I wanted it! :up:

saketkhanna 10-22-2007 05:52 AM

Quote:

Originally Posted by sduckie2k5 (Post 1363660)
Anyone?

This is what I did to get it:

Original code:

PHP Code:

<!-- controls above postbits -->
<
table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<
tr valign="bottom">
    <if 
condition="$show['largereplybutton']">
        <
td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTIDrel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]border="0" /></if></a

Added this below it:

PHP Code:

<!-- DiggTagClesto etc -->
</
td>
<
td class="smallfont" align="right">


        &
nbsp;
        <!-- 
ThreadTag -->
<
a href="http://www.threadtag.com/submit.php?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/threadtag.png" alt="Tag This Thread" border="0" /></a>
        
<!-- 
Clesto -->
<
a href="http://clesto.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/clesto.png" alt="Submit to Clesto" border="0" /></a>

<!-- 
Digg -->
<
a href="http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid&title=$thread[title]target="_blank"><img 

class="inlineimg"  src="$stylevar[imgdir_button]/digg.png" alt="Submit to Digg" border="0" /></a>

<!-- 
Reddit -->
<
a href="http://reddit.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/reddit.gif" alt="Submit to Reddit" border="0" /></a>

<!-- 
Furl -->
<
a href="http://www.furl.net/storeIt.jsp?u=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/furl.gif" alt="Submit to Furl" border="0" /></a>

<!-- 
Dec icio us -->
<
a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/delicious.png" alt="Submit to Del.icio.us" border="0" /></a>

<!-- 
Spurl -->
<
a href="http://www.spurl.net/spurl.php?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/spurl.gif" alt="Submit to Spurl" border="0" /></a

<!-- / 
DiggTagClesto etc --> 


sduckie2k5 10-26-2007 08:26 PM

Quote:

Originally Posted by saketkhanna (Post 1365672)
This is what I did to get it:

Original code:

PHP Code:

<!-- controls above postbits -->
<
table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<
tr valign="bottom">
    <if 
condition="$show['largereplybutton']">
        <
td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTIDrel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]border="0" /></if></a

Added this below it:

PHP Code:

<!-- DiggTagClesto etc -->
</
td>
<
td class="smallfont" align="right">


        &
nbsp;
        <!-- 
ThreadTag -->
<
a href="http://www.threadtag.com/submit.php?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/threadtag.png" alt="Tag This Thread" border="0" /></a>
        
<!-- 
Clesto -->
<
a href="http://clesto.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/clesto.png" alt="Submit to Clesto" border="0" /></a>

<!-- 
Digg -->
<
a href="http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid&title=$thread[title]target="_blank"><img 

class="inlineimg"  src="$stylevar[imgdir_button]/digg.png" alt="Submit to Digg" border="0" /></a>

<!-- 
Reddit -->
<
a href="http://reddit.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/reddit.gif" alt="Submit to Reddit" border="0" /></a>

<!-- 
Furl -->
<
a href="http://www.furl.net/storeIt.jsp?u=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/furl.gif" alt="Submit to Furl" border="0" /></a>

<!-- 
Dec icio us -->
<
a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/delicious.png" alt="Submit to Del.icio.us" border="0" /></a>

<!-- 
Spurl -->
<
a href="http://www.spurl.net/spurl.php?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/spurl.gif" alt="Submit to Spurl" border="0" /></a

<!-- / 
DiggTagClesto etc --> 



Thank you for your help, I will test that out.

sefa sahin 11-04-2007 05:58 PM

Quote:

Originally Posted by connecsions (Post 1224776)
Another site, Facebook. Here's the code.

Code:

<!-- Facebook -->
<a href="http://www.facebook.com/share.php?u=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg" 

src="/images/buttons/facebook.gif" alt="Submit to Facebook" border="0" /></a>

The image is attached. Upload it to your /images/buttons directory.

Enjoy!

Hey it's really great ! thanks dued :D
But there was some kind a button problem. I'd fixed it.


Code:

<!-- Facebook -->
<a href="http://www.facebook.com/share.php?u=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg" 
src="$stylevar[imgdir_button]/facebook.gif" alt="Submit to Facebook" border="0" /></a>

Thanks again...

cw_ 01-28-2008 05:53 AM

Quote:

Originally Posted by ND4SPD (Post 1207697)
Yeah, all you have to do is move the code to below the <!-- controls --> line in your postbit or postbig_legacy.

Yes, that worked well.

Quote:

Originally Posted by bplinson (Post 1231016)
I am not good with graphics so maybe someone can clean this one up a bit so that the white does not show around the edges.

https://vborg.vbsupport.ru/external/2008/01/14.gif

wpeloquin 02-03-2008 07:59 PM

i placed it as a dropdown, between the search and ratings.

Open SHOWTHREAD

find:
Code:

        <if condition="$show['search']">
                <td class="catnav" id="threadsearch" nowrap="nowrap">
                        <a href="$show[nojs_link]#goto_threadsearch">$vbphrase[search_this_thread]</a>
                        <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadsearch"); </script></if>
                </td>
        </if>

BELOW it, paste:
Code:

                <td class="catnav" id="threadbookmark" nowrap="nowrap">
                        <a href="$show[nojs_link]#goto_threadbookmark">Bookmark</a>
                        <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadbookmark"); </script></if>
                </td>


*****************
then find:
Code:

<!-- thread tools menu -->
ABOVE it, paste:
Code:

<!-- bookmark tools menu -->
<div class="vbmenu_popup" id="threadbookmark_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">               
        <tr><td class="thead" align="$stylevar[left]">Bookmark this Thread</td></tr>       
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/delicious.png" alt="Submit to Del.icio.us" /> <a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Del.icio.us</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg"  src="$stylevar[imgdir_button]/digg.png" alt="Submit to Digg" /> <a href="http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid&title=$thread[title]" target="_blank">Digg</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/reddit.gif" alt="Submit to Reddit" /> <a href="http://reddit.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Reddit</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/stumble.png" alt="Submit to Stumble Upon" /> <a href="http://www.stumbleupon.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Stumble Upon</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/facebook.gif" alt="Submit to Facebook" /> <a href="http://www.facebook.com/share.php?u=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Facebook</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/furl.gif" alt="Submit to Furl" /> <a href="http://www.furl.net/storeIt.jsp?u=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Submit to Furl</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/jeqq.gif" alt="Submit to Jeqq" /> <a href="http://jeqq.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Submit to Jeqq</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/spurl.gif" alt="Submit to Spurl" /> <a href="http://www.spurl.net/spurl.php?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Submit to Spurl</a></td></tr>
        </table>
</div>
<!-- /bookmark tools menu -->


momo2 02-15-2008 06:13 PM

Quote:

Originally Posted by DPSR (Post 1116798)
Very nice, i made one for my site a month back with a drop down menu.. if somebody need it i can share it ;)

Excellent hack Adrian. :)

please share it with me...

Thanks..

hrk 02-18-2008 02:40 AM

does this vb3.7 compatible ?

thanks

hrk 02-19-2008 10:42 AM

hi there,

any 3.7 version available ?

thanks

xxshatteredsoul 03-15-2008 09:20 PM

Quote:

Originally Posted by wpeloquin (Post 1435596)
i placed it as a dropdown, between the search and ratings.

Open SHOWTHREAD

find:
Code:

        <if condition="$show['search']">
                <td class="catnav" id="threadsearch" nowrap="nowrap">
                        <a href="$show[nojs_link]#goto_threadsearch">$vbphrase[search_this_thread]</a>
                        <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadsearch"); </script></if>
                </td>
        </if>

BELOW it, paste:
Code:

                <td class="catnav" id="threadbookmark" nowrap="nowrap">
                        <a href="$show[nojs_link]#goto_threadbookmark">Bookmark</a>
                        <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadbookmark"); </script></if>
                </td>


*****************
then find:
Code:

<!-- thread tools menu -->
ABOVE it, paste:
Code:

<!-- bookmark tools menu -->
<div class="vbmenu_popup" id="threadbookmark_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">               
        <tr><td class="thead" align="$stylevar[left]">Bookmark this Thread</td></tr>       
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/delicious.png" alt="Submit to Del.icio.us" /> <a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Del.icio.us</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg"  src="$stylevar[imgdir_button]/digg.png" alt="Submit to Digg" /> <a href="http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid&title=$thread[title]" target="_blank">Digg</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/reddit.gif" alt="Submit to Reddit" /> <a href="http://reddit.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Reddit</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/stumble.png" alt="Submit to Stumble Upon" /> <a href="http://www.stumbleupon.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Stumble Upon</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/facebook.gif" alt="Submit to Facebook" /> <a href="http://www.facebook.com/share.php?u=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Facebook</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/furl.gif" alt="Submit to Furl" /> <a href="http://www.furl.net/storeIt.jsp?u=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Submit to Furl</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/jeqq.gif" alt="Submit to Jeqq" /> <a href="http://jeqq.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Submit to Jeqq</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/spurl.gif" alt="Submit to Spurl" /> <a href="http://www.spurl.net/spurl.php?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Submit to Spurl</a></td></tr>
        </table>
</div>
<!-- /bookmark tools menu -->


I tried this and it works but the Bookmark drop down menu is black when I click the dropdown menu it's the colors of the forum like it's supposed to be. How do I fix this I don't see a option for changing the color? Help please:confused:

http://www.frostsaber.net/forum

xxshatteredsoul 03-15-2008 09:27 PM

Figured out the problem you need to change
Code:

                <td class="catnav" id="threadbookmark" nowrap="nowrap">
                        <a href="$show[nojs_link]#goto_threadbookmark">Bookmark</a>
                        <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadbookmark"); </script></if>
                </td>

to
Code:

                <td class="vbmenu_control" id="threadbookmark" nowrap="nowrap">
                        <a href="$show[nojs_link]#goto_threadbookmark">Bookmark</a>
                        <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadbookmark"); </script></if>
                </td>

catnav needs to be changed to vbmenu_control for vB 3.6.8 not sure if this is different for other versions but that fixed my problem :) incase anyone else is having that same error I did where the background would be black.

xxshatteredsoul 03-19-2008 02:23 AM

Bump for 3.6.8 I'll try this out on 3.7 tomorro when I get back from vacation and I'll post any changes for that until then.:D

mattonline 04-18-2008 04:27 PM

great mod, installed on http://entrepreneurforum.co.uk - thanks alot!

Aban 04-22-2008 02:42 PM

what a great mod, MILLION THANKS Adrian
http://www.hondaarabia.com/club

wtfsoccerdude 04-22-2008 04:22 PM

Does this work with 3.6.9?

biglamb 04-22-2008 06:19 PM

well I got it too work which with 3.6.8 patch 2 so I would assume so, back it up and try it. I just installed it today and plan to tweak it a little more

www.maddenfans.com

J105C 04-23-2008 09:06 AM

I edited the links A LOT, a couple didn't work either.

But thanks for the links! :D

wpeloquin 05-26-2008 05:27 PM

Quote:

Originally Posted by hrk (Post 1446540)
hi there,

any 3.7 version available ?

thanks

This is not needed if you are using 3.7, unless you don't like the built-in version that is in 3.7.

AdminCP -> vBulletin Options -> Social Bookmarking Manager

edgeyveggie 05-29-2008 03:28 AM

Can anyone tell me why my install is doing what it's doing here? http://www.vegiac.com
It's opening in a new tab in firefox and digg looks crazy in it, any ideas..?

abdobasha2004 10-03-2008 10:57 PM

thanks.
for me
I put it above signature
and appear only once

tiekie 11-22-2008 08:03 AM

is there an adult version available for this mod


All times are GMT. The time now is 05:13 PM.

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.01498 seconds
  • Memory Usage 1,923KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (13)bbcode_code_printable
  • (5)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete