vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Show Thread Enhancements - Addthis / Sharethis Bookmark Integration (https://vborg.vbsupport.ru/showthread.php?t=209507)

Quads 01-22-2010 05:04 AM

installed.
works like a charm
:forum users applaud:

Erica1977 01-29-2010 12:48 AM

Thanks for this Tool awesome Work.

Pragathi 02-12-2010 12:03 AM

thanks this is very helpful.

Ramsesx 02-14-2010 10:17 AM

1 Attachment(s)
Sadly I got it shown vertical (see attachement)

This is my code:
PHP Code:

<!-- AddThis Button BEGIN -->
<
td class="vbmenu_control" id="addthis" nowrap="nowrap">
<!-- 
AddThis Button BEGIN -->
<
div class="addthis_toolbox addthis_default_style">
<
class="addthis_button_facebook"></a>
<
class="addthis_button_email"></a>
<
class="addthis_button_favorites"></a>
<
class="addthis_button_print"></a>
<
span class="addthis_separator">|</span>
<
a href="http://www.addthis.com/bookmark.php?v=250&amp;username=***" class="addthis_button_expanded">More</a>
</
div>
<
script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=*****"></script>
<!-- 
AddThis Button END -->
</
td>
<!-- 
AddThis Button END --> 

Thanks for help
Edit: ok with the default button code this works fine.

rapsearch 02-22-2010 08:26 AM

^Same for me

maby you can have a look at the 'toolbox beta' from addthis code to work?

TheKdd 05-31-2010 04:28 AM

Any way to exclude certain forums from showing the buttons? Like the staff area perhaps?

mgcom 06-23-2010 05:06 PM

Quote:

Originally Posted by thunderclap82 (Post 1958162)
Any plans for a vB4 version?

what he said :up:

SBlueman 12-11-2010 09:46 PM

Quote:

Originally Posted by rapsearch (Post 1988639)
^Same for me

maby you can have a look at the 'toolbox beta' from addthis code to work?

Just wrap the code with a if template conditional and exclude whichever forums you want.

Azucar 03-30-2011 12:43 PM

I got it to work on vBulletin 4, on the SHOWTHREAD template find:

Code:

<li class="popupmenu" id="threadtools">
Add before:

Code:

<vb:if condition="THIS_SCRIPT == 'showthread'">
<div style="float: right; padding: 0px 0px 0px 0px;">
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=YOUR ADDTHIS USERNAME"></script>
<!-- AddThis Button END -->
</div>
</vb:if>

I'm using the latest AddThis code, on my forum to align the buttons with the rest of the thread tools links, I had to modify the style to this:

Code:

<div style="float: left; padding: 9px 0px 0px 0px;">
You play with it until it fits your skin.

This worked for me and it doesn't mean it will for you, you should back up your SHOWTHREAD template before making any changes. :)

hyperviperx99 05-19-2011 04:32 PM

how do I add it to the top of every article?


All times are GMT. The time now is 11:27 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.01157 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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