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 - addtoany: Bookmarks in Postbit legacy (https://vborg.vbsupport.ru/showthread.php?t=231043)

VonDoom 12-23-2009 10:00 PM

addtoany: Bookmarks in Postbit legacy
 
1 Attachment(s)
vB4m "Add to Any" in Postbit Legacy

This template mod will add over 100 Share/bookmark sites to your details on showthread postbit. See Screen shots
  • Installation
  • Styles & Templates/Style Manager/Edit Templates/Postbit Templates/postbit_legacy
Find
Code:

{vb:raw post.skypeicon}

Add Below

Code:

<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/favicon.png" width="16" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname=document.title;a2a_linkurl=location.href;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

Save

Alecsmith 12-24-2009 10:28 AM

Working fine :)
thanks a lot

elwachiman 12-25-2009 12:50 AM

installed works perfect thanks

frogster 12-26-2009 06:08 AM

Hi VonDoom,

Great mod! I see on your screenshots that you also have the "promote/bookmarks" added to the top of each post. Can you possibly share with us (non-coders) in what section you would add that in VB4?

Thanks in advance!

VonDoom 12-28-2009 06:45 PM

Quote:

Originally Posted by frogster (Post 1938448)
Hi VonDoom,

Great mod! I see on your screenshots that you also have the "promote/bookmarks" added to the top of each post. Can you possibly share with us (non-coders) in what section you would add that in VB4?

Thanks in advance!

Thanks, and thank you for your patience. Anyways to answer your question.

In the SHOWTHREAD template find:
Code:

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

Add Below
Code:

<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_106_16.gif" width="106" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname=document.title;a2a_linkurl=location.href;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
This code is the same as the original, except that it has a different "img" for the showthread template. https://vborg.vbsupport.ru/external/2010/01/25.gif

Prostr 12-29-2009 11:49 AM

Is it possible to have this share feature, on Articles and Blog posts too ?

VonDoom 12-29-2009 03:59 PM

The only forum i own with the suite hasn't been upgraded to vB4.0 yet. so i wont be able to answer that question for another week yet. But its just a template edit so i dont see why it wouldn't work. Just a matter of figuring out where to apply this in those templates..

Prostr 12-29-2009 05:03 PM

Okay

I got the 4.0 Suite, and atm there is only a "Share" feature on the Blog posts, not on the article posts..
And there are only 4 options, Digg, del.icio.us, StumbleUpon and Google.

I would like a Twitter and Facebook button as well, as well as this feature on the Articles.
BUt it dosent seem that this feature is possible yet, and I cant find someone saying that they will create one for theyr Bookmark function.

barcena 12-30-2009 03:45 AM

I just installed this mod on my 4.0 gold and it works really nice!!!

Thank you so much for this mod, i was so missing my Facebook and Twitter bookmarks, who cares about Google? ;)

fayax 12-30-2009 05:55 AM

Installed and excellent.

One thing though. It tried to update my previous twitter twitt if I twit two of them.

So to clarify, when I go for a second twit it is always trying to update the first one as opposed to making it a new twitt.

VonDoom 12-30-2009 06:14 AM

Quote:

Originally Posted by fayax (Post 1942206)
Installed and excellent.

One thing though. It tried to update my previous twitter twitt if I twit two of them.

So to clarify, when I go for a second twit it is always trying to update the first one as opposed to making it a new twitt.

I cannot recreate this error to trouble shoot your problem. I just tested this on my own forum and didn't experience this issue myself.

Big-Pete 01-03-2010 01:02 PM

Any chance this could be modded to work with Blogs and articles aswell??

zonaenlinea 01-03-2010 04:05 PM

Thank prefect

abqtj 01-03-2010 05:42 PM

Quote:

Originally Posted by VonDoom (Post 1940719)
Thanks, and thank you for your patience. Anyways to answer your question.

In the SHOWTHREAD template find:
Code:

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

Add Below
Code:

<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_106_16.gif" width="106" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname=document.title;a2a_linkurl=location.href;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
This code is the same as the original, except that it has a different "img" for the showthread template. https://vborg.vbsupport.ru/external/2010/01/25.gif



Thanks so much! I'm using this one instead of the original you posted, but clicked installed anyway. This works great for me!

abqtj 01-05-2010 07:09 PM

Quote:

Originally Posted by VonDoom (Post 1940719)
Thanks, and thank you for your patience. Anyways to answer your question.

In the SHOWTHREAD template find:
Code:

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

Add Below
Code:

<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_106_16.gif" width="106" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname=document.title;a2a_linkurl=location.href;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
This code is the same as the original, except that it has a different "img" for the showthread template. https://vborg.vbsupport.ru/external/2010/01/25.gif

Quote:

Originally Posted by abqtj (Post 1946172)
Thanks so much! I'm using this one instead of the original you posted, but clicked installed anyway. This works great for me!



Any chance you might know where in the styles to place something like this for the CMS and/or Blog pages?

Thanks again!

VonDoom 01-06-2010 08:40 AM

Quote:

Originally Posted by abqtj (Post 1948133)
Any chance you might know where in the styles to place something like this for the CMS and/or Blog pages?

Thanks again!

ill look for a good spot and let you know what i come up with..

KristerSwe 01-06-2010 09:31 AM

Quote:

Originally Posted by Big-Pete (Post 1945912)
Any chance this could be modded to work with Blogs and articles aswell??

+1 Yes Please :) had been so nice .. Hat off thanks

blake247 01-06-2010 12:19 PM

Installed. Thanks!

linuxututs 01-07-2010 12:57 AM

Had this setup on my old board sorta like this.

One thing though: That share service ( AddToAny )and "AddThis" didn't work right for me.
Then I remembered I had an account with ShareThis, and the URL's worked correctly with their service.

I had this problem before. I think its something to do where the buttons placed, so it can read the headers correctly to be able to give the correct linkback URL.

Thanks Coder,

COL NIL SATIS 01-14-2010 05:09 PM

thanks for this!!!! fantastic mod..installed

VonDoom 01-14-2010 05:14 PM

Quote:

Originally Posted by linuxututs (Post 1949217)
Had this setup on my old board sorta like this.

One thing though: That share service ( AddToAny )and "AddThis" didn't work right for me.
Then I remembered I had an account with ShareThis, and the URL's worked correctly with their service.

I had this problem before. I think its something to do where the buttons placed, so it can read the headers correctly to be able to give the correct linkback URL.

Thanks Coder,

Intresting im not having that problem at all. it quotes from whatever post i click the share from depending on the users postbit i click it from. i actually found it to be of more value placed in the postbit template.

VonDoom 01-14-2010 05:15 PM

Quote:

Originally Posted by COL NIL SATIS (Post 1955755)
thanks for this!!!! fantastic mod..installed

Thank you. :up:

abqtj 01-14-2010 11:08 PM

Quote:

Originally Posted by VonDoom (Post 1948555)
ill look for a good spot and let you know what i come up with..

Just curious if you've had time to find a spot yet...thanks again for this mod!

VonDoom 01-16-2010 12:04 AM

Quote:

Originally Posted by abqtj (Post 1956086)
Just curious if you've had time to find a spot yet...thanks again for this mod!

Ive been working on this on and off so far im not having much luck as im not very versed in these new templates. It seems that there is a different template edit required for every different layout. so it may work on one page then is gone on another. It will require further investigation on my part. i do plug away at it now and then when i find a few spare minutes. ill post up a solution if i stumble on something.

abqtj 01-16-2010 01:29 AM

Thanks very much for looking.

Ripper 01-16-2010 07:25 PM

This is a great addition thanks so much ! :)

pablete 02-10-2010 07:18 PM

Thank's. Good mod. Installed.

Only one problem, whem i click on facebook, it give me the option to coneect to facebook but it show in another languaje that i not understand....It shoulb be english or spanish.

KProjects 02-18-2010 09:54 AM

Thanks!
installed --> http://www.twilightrumors.com

K4GAP 04-27-2010 08:39 PM

Love it!! Works great on 4.0.3!!

Perspektif 05-10-2010 10:23 AM

thank you ...only facebook?

eksajlee 05-13-2010 09:07 AM

adding myspace, youtube profile and tweeter would be sick ;]

Dr.osamA 06-17-2010 10:13 AM

1 Attachment(s)
thanxxx good work

installed +5 stars

fayax 12-16-2012 05:08 PM

Does it work in 4.2 pl3? Standard template.

YOODA230 12-16-2012 09:11 PM

can i change it to be right to left?


All times are GMT. The time now is 04:59 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.01218 seconds
  • Memory Usage 1,810KB
  • 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
  • (8)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete