vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Show Thread Enhancements - Submit threads, blogs, articles to facebook, twitter, myspace and others - addtoany (https://vborg.vbsupport.ru/showthread.php?t=235702)

caciocode 06-18-2010 09:57 PM

Thanks a lot.

These tutorials were very helpful.

Add the buttons to my forum successfully.

Deviant K1 06-19-2010 03:57 PM

AWESOME! Thanks for this MOD - INSTALLED!

I have all 3 templates, CMS, Forum and Blog areas of my site are working great!

is_it_me 06-20-2010 07:42 AM

Hi, I've been using this across CMS, blog, forum and events for some months and it’s great, however I’ve a couple of problems since upgrading from 4.02 to 4.04 yesterday.

Firstly, I found that it knocked-out the new 'Facebook like it' function at the top of CMS articles, the 'like it' function just didn't appear at all, so I've taken out this mod for the time being.

I would like to add it to the bottom of CMS articles same as with blog posts, otherwise it's going to get too messy at the top, can anyone tell me where I should put the code as I haven't a clue? :o

Secondly, in the forum area it now appears slightly higher, about one line up from ‘Thread Tools’ etc, can anyone advise how I can move it down so it’s level with ‘Thread Tools’?

I have no coding/web experience at all, so thanks in advance for any help. :)

LatinoCheats 07-08-2010 01:21 PM

Gracias, está buenisimo! Si que sirve y es muy bonito. Gracias

Rebecca217 07-15-2010 11:32 PM

Looks great! Thank you! :)

zurrie 07-16-2010 08:46 AM

i have put the code on vbcms_page template but the link is not directing into the article, it always direct to my main CMS link only.

Numenorean7 07-19-2010 03:48 PM

This is great, thanks a bunch :)

is_it_me 08-01-2010 07:49 AM

Edit; sorry wrong thread. :o

ShawneyJ 08-02-2010 08:42 AM

nice work ;) thx

sbsforum.us 08-18-2010 01:30 AM

Thanks, Installed

yospeck 08-24-2010 12:02 PM

I'm having no problems with the Blog or Forum sharing, but when I try to share a CMS Article it forwards it to Facebook with the same default:

<Name of Board>
http://www.urlofboard.co.uk

This is a discussion forum powered by vBulletin. To find out about vBulletin, go to http://www.vbulletin.com/ .


How do I get it to pick up the Metatags and Title of a CMS article?

Other than this, it's a great great mod.

morrow 08-25-2010 05:37 PM

As a side note, I like your skin. Where can I find that one?

cyberlooser 09-25-2010 10:11 AM

how can i use with any posts?
can i put the code in the postbit template?

adeel80 09-26-2010 01:31 PM

Thank you for sharing. Marked as installed

WhiskeyOSS 10-01-2010 10:06 PM

Added to our forums... Very nice mod

HUSSEINDAWOOD 10-20-2010 10:39 PM

Thank you I did it in my site..

roetetoet 10-23-2010 02:17 AM

added to my site, really nice ! Thank you

Noerenberg 10-27-2010 06:22 AM

Quote:

Originally Posted by TrailRecon (Post 1981095)
That is a great idea!

I added it to the article pages!

Here is a DEMO: CLICK HERE

If you wanna do it this same way...


Go to the "vbcms_content_article_page" template

Find:
Code:

<vb:if condition="$comment_block">
                        <div class="article_rating_container">
                                    <a href="{vb:raw page_url}#comments"  rel="nofollow">{vb:raw comment_count} <vb:if condition="$comment_count == '1'">{vb:rawphrase comment}<vb:else />{vb:rawphrase comments}</vb:if></a>
                                <img src="{vb:raw vboptions.bburl}/{vb:stylevar imgdir_misc}/comment.png" alt="{vb:rawphrase comments}" border="0" />
                        </div>
                      </vb:if>
                </div>



And below that </div> tag add the button code:
Code:

<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_show_title=1;a2a_num_services=14;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>


Just did some testing on my site but in a bunch of configurations it appears to be trouble free



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



Hi, it work not in vb 4.0.8 hat i have to do?

Gene Steinberg 10-27-2010 03:17 PM

The powers that be messed with the styles, so it kills this mod unless a modified method is devised to insert the bar.

Peace,
Gene

Outbackmark 10-31-2010 01:05 PM

Works fine for me on 4.08 and I have added it to my PhotoPlog Pro gallery as well.
To add it to PhotoPlog edit the photoplog_view_file template
Find
Code:

<tr id="photoplogfilerating_submit">
        <td class="vbmenu_option" title="nohilite" align="center"><input type="submit" class="button" value="{vb:phrase photoplog_vote_now}" /></td>
</tr>
</table>
</form>
</div>

Add the code below the div tag, the share icons will appear just above the information area.

dcuellar 11-07-2010 02:22 PM

1 Attachment(s)
Any chance you can help me find a way to exclude certain forums?


Here's a small contribution for those who want to place this in the blog. (I tried the one suggested here, but I didn't like where it was being placed)

Find:
Code:

<div id="pagetitle">
And Place this above:
Code:

<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark" align="right"/></a><script type="text/javascript">a2a_show_title=1;a2a_num_services=14;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>



Look below for a screenshot of the location. Right on the top. I feel people will find it more easily this way.

dcuellar 11-07-2010 04:35 PM

Found out how to EXCLUDE FORUMS WHEN PLACING THE CODE IN SHOWTHREAD TEMPLATE:

Use this code instead of the one provided by the author of this mod:
Code:

<vb:if condition="!in_array($GLOBALS['forumid'], array(x,y,z))">
<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_show_title=1;a2a_num_services=14;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
</vb:if>

Replace what's in red with your forum id's. Separate multiple id's with a comma in between.

hardboiled 11-09-2010 11:56 PM

Works awesome, thanks.

motorola 11-15-2010 02:32 PM

1 Attachment(s)
After upgrading to 4.0.8 I got a probblem. Look in the screenshot. How can I move to the left like it was in 4.0.7 ?

Fusion2 11-16-2010 02:10 AM

Your demo site goes to an Out of Service go-daddy website.

motorola 11-16-2010 02:10 PM

Quote:

Originally Posted by Fusion2 (Post 2122284)
Your demo site goes to an Out of Service go-daddy website.

My demo site?

aberg 11-19-2010 07:34 PM

Quote:

Originally Posted by Boko577 (Post 2052651)
Hey I'm trying to use another code that I like more, but every time I put the code in, the buttons come up a line above the other buttons like "Thread Tools" and so on. This makes the bar longer and it doesn't look right. Could you try and get this code to work?
PLEASE NO ONE USE THE CODE BELOW! THIS HAS TRACKING TO MY WEBSITE AND GIVES ME MY OWN ANALYTICS! If you want this code instead go to addthis.com
Code:

<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&amp;username=boko577" class="addthis_button_compact">Share</a>
<span class="addthis_separator">|</span>
<a class="addthis_button_facebook"></a>
<a class="addthis_button_myspace"></a>
<a class="addthis_button_google"></a>
<a class="addthis_button_twitter"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=boko577"></script>
<!-- AddThis Button END -->


Same here, but I don't read I solution for this.
Anyone the solution?

baghdad4ever 12-11-2010 02:09 PM

thanks

its great

motorola 12-25-2010 08:36 AM

Uninstalled, its not working good on 4.1.0 PL2

jgt58 01-16-2011 05:15 AM

doesnt work right on 4.1.1

Mecca860 01-17-2011 12:53 PM

great mod and very clean ..thanks

Greight 01-21-2011 05:59 PM

Quote:

Originally Posted by jgt58 (Post 2149854)
doesnt work right on 4.1.1

Same here.

Greight 01-22-2011 04:06 PM

Please update the modification.

BF777 01-25-2011 06:08 PM

Great mod. Works for me on 4.1.1.

How do I move it more to the left so that it's right under "Thread For Vbulletin.org" as listed on the sample pic?

Currently, mine shows up to the left of Thread Tools.

BF777 01-26-2011 03:47 PM

Anyone?

Greight 01-26-2011 05:52 PM

Quote:

Originally Posted by BF777 (Post 2154480)
Great mod. Works for me on 4.1.1.

How do I move it more to the left so that it's right under "Thread For Vbulletin.org" as listed on the sample pic?

Currently, mine shows up to the left of Thread Tools.

The problem is exactly with the position as already mentioned.

BF777 01-27-2011 03:40 PM

Yes, is there a fix? I didn't see it anywhere in this thread.

thunderclap82 02-24-2011 03:39 PM

I have a small bug if I have a video in the article. When the ShareThis graphic is selected and the menu drops down, it drops down behind the video. Any way of fixing this?

edie 05-06-2011 08:03 PM

In the SHOWTHREAD template, I never found the following:

Code:
<div id="thread_controls" class="thread_controls">
<div>



I am using the latest VBulletin version 4.1.3.

Can you help? Are you still supporting this? I am interested in adding Twitter to my Articles and Blogs - not just in the Forums.

PS: Your demo link does not work. It goes to a Godaddy site.

- Edith Williams wowedie@yahoo.com

Thank you. :)

edie 05-06-2011 08:43 PM

omg... this is an AWESOME MOD. Thank you ssssssooooooo much! It was easy to install and I got it on the very first try! And I"m such the newbie Admin it's ridiculous.

This should come "standard" with VB. I don't know why it isn't.

Thank you so much for creating this mod. Really. Thanks again.

- Edith Williams :):up:


All times are GMT. The time now is 08:38 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.01300 seconds
  • Memory Usage 1,819KB
  • 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
  • (7)bbcode_code_printable
  • (5)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
  • (40)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