vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - More Share Options TNG by BOP5 (Facebook, Twitter, Google +1, AddThis) Share Buttons (https://vborg.vbsupport.ru/showthread.php?t=266159)

TTF 07-26-2011 09:46 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2225178)
What VB Version are you using?

Can I get a link to your forum?

Have you tried it on the default style?

Thanks for the reply.

4.1.4 is the version. I've tried it on the default style and the same happens. I'm wondering if its to do with the VBSEO likes tree as that's nearby, as is the user tag list.

Quote:

Originally Posted by zelnik (Post 2225225)
If you're talking about the part at the bottom of the forum display this is because you have not uploaded the image file(s) or to the correct path.

All files from the upload folder have been uploaded as far as I'm aware. I've checked and can't see any others.

BirdOPrey5 07-26-2011 10:30 PM

First things first-

In your vbulletin Facebook Options, do you have Like Button - Threads set to "Yes"?

If so please check your SHOWTHREAD template- confirm you have the code:
Code:

{vb:raw fblikebutton}
somewhere on the page.

Let me know.

edited.

TTF 07-27-2011 07:06 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2225344)
First things first-

In your vbulletin Facebook Options, do you have Like Button - Threads set to "Yes"?

If so please check your SHOWTHREAD template- confirm you have the code:
Code:

{vb:raw facebook_likebutton}
somewhere on the page.

Let me know.


Ah that was a rather basic error, that's sorted the issue for the threads thank you. Where I hadn't previously had the facebook system activated as I don't want connect, I wasn't familiar with the options, although I've noticed with the facebook link enabled it slows down the loading of the pages rather a lot and takes an age for the quick reply to come up. Might just be my site though.

Appreciate your help.

BirdOPrey5 07-27-2011 11:03 AM

Quote:

Originally Posted by TTF (Post 2225462)
Ah that was a rather basic error, that's sorted the issue for the threads thank you. Where I hadn't previously had the facebook system activated as I don't want connect, I wasn't familiar with the options, although I've noticed with the facebook link enabled it slows down the loading of the pages rather a lot and takes an age for the quick reply to come up. Might just be my site though.

Appreciate your help.

You can disable facebook connect from a setting in my mod.

RK KINGKONG 07-27-2011 11:15 PM

thanks for the update bud , always great work man ....

ngocol 07-28-2011 02:48 AM

nice mod...thank BirdOPrey5 :up:

linuxwhy 07-28-2011 03:39 AM

wonderful

TenaciousD 07-28-2011 11:43 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2225344)
First things first-

In your vbulletin Facebook Options, do you have Like Button - Threads set to "Yes"?

If so please check your SHOWTHREAD template- confirm you have the code:
Code:

{vb:raw facebook_likebutton}
somewhere on the page.

Let me know.

I've had something similar occur - all icons show up and function as expected, with the exception of FB.

I've verified the correct uploading of the provided images to the correct directory.
I have FB buttons enabled (set to "Yes") for everything (i.e. forums, CMS, etc.), via options settings.

I searched the "SHOWTHREAD" script and cannot find any reference to the aforementioned, "{vb:raw facebook_likebutton}" , in whole or in part.

I'm assuming that this is preventing the icon from appearing - but don't know where to add the language in the file.

Also, I'm not sure if this is a vB situation or the mod itself, but when I go to my profile (on the main board, as a user) and attempt to "Connect with FaceBook" by clicking the icon, it does nothing but redirect me to the forum home page (without continuing or completing the connection to FB).

Any help on either issue is most appreciated.

BirdOPrey5 07-28-2011 12:55 PM

My bad the code to look for on SHOWTHREAD is:
Code:

{vb:raw fblikebutton}
VB usually uses the template name, not sure why they didn't here.

TenaciousD - what VB version are you using and can I get a link to your forum?

BirdOPrey5 07-28-2011 12:56 PM

Quote:

Originally Posted by RK KINGKONG (Post 2225815)
thanks for the update bud , always great work man ....

Quote:

Originally Posted by ngocol (Post 2225886)
nice mod...thank BirdOPrey5 :up:

Quote:

Originally Posted by chinatravellog (Post 2225899)
wonderful

Thanks All. :up:

byalik 07-28-2011 08:41 PM

Is it possible to have the social icons show up on article pages here: http://legalhelp.org/content/section...minal-law.html, not just the actual content page?

nocte 07-29-2011 12:08 AM

I have a feature suggestion:

Completely disable Facebook. At the moment the hack does support that just a little bit and does not hide Facebook connect on register.php as well as in the UserCP. Addionally some Facebook JS is loaded..

DevOne5555 07-29-2011 12:14 AM

First of all, awesome mod. It's installed and running flawlessly on 4.1.3.

I apologize if this is off-topic, but I'm a bit confused about the FB Like button.

In order to use FB with vBulletin, you have to create a FB app. But I can only create an app as a developer (i.e. on my FB personal profile). Is there some way to link my FB app to my forum's fan page, instead of my own personal profile? That way, when users click the Like button, they're adding to the count on the fan page, and I don't get notifications on my wall.

BirdOPrey5 07-29-2011 11:28 AM

Quote:

Originally Posted by byalik (Post 2226192)
Is it possible to have the social icons show up on article pages here: http://legalhelp.org/content/section...minal-law.html, not just the actual content page?

I'm sure it's possible but it's not coded to do that. Do you know what template that page is you linked to- I'm not familiar with "section" and .html pages in the CMS.

If you're not sure please go to Options -> General Settings-> Add Template Name in HTML Comments and set to YES. Then I will be able to see in the source code exactly what template(s) you are talking about.

Quote:

Originally Posted by nocte (Post 2226255)
I have a feature suggestion:

Completely disable Facebook. At the moment the hack does support that just a little bit and does not hide Facebook connect on register.php as well as in the UserCP. Addionally some Facebook JS is loaded..

Thanks- I missed the register and usercp pages- will fix that soon. As for the disable all facebook code it look like that may be a non-issue in 4.1.5+ now that you can enable the share button without enabling the entire facebook platform.

Quote:

Originally Posted by DevOne5555 (Post 2226257)
First of all, awesome mod. It's installed and running flawlessly on 4.1.3.

I apologize if this is off-topic, but I'm a bit confused about the FB Like button.

In order to use FB with vBulletin, you have to create a FB app. But I can only create an app as a developer (i.e. on my FB personal profile). Is there some way to link my FB app to my forum's fan page, instead of my own personal profile? That way, when users click the Like button, they're adding to the count on the fan page, and I don't get notifications on my wall.

Thanks. I'm really not sure how to do what you ask or if it's even possible- Facebook really isn't my specialty. Hopefully someone else can chime in.

CharlieDelta 07-29-2011 12:02 PM

Quote:

Originally Posted by DevOne5555 (Post 2226257)
Is there some way to link my FB app to my forum's fan page, instead of my own personal profile? That way, when users click the Like button, they're adding to the count on the fan page, and I don't get notifications on my wall.

I have mine set up this way. It has been a long time now since I did that but I will have a look and refresh my memory and get back to you.

DevOne5555 07-30-2011 01:25 AM

BOP, can anyone confirm if the Twitter button count is still broken under the latest release? Interesting, but Digital Point's button seems to work.

etca 07-30-2011 03:15 AM

twitter & FB can publish my thread, but twitter counter doesn't work.
G+ also doesn't work on me.

my url : kopimaya.com,
vbulletin v 4.1.5

Bianconnero 07-30-2011 11:53 AM

Installed
Thks
D?mo : http://www.dvbtools.com

sdavis2702 07-30-2011 02:49 PM

Thanks a million for this great add-on. Installed and flawless on 4.1.4 http://iconvo.com

BirdOPrey5 07-30-2011 04:24 PM

Quote:

Originally Posted by DevOne5555 (Post 2226651)
BOP, can anyone confirm if the Twitter button count is still broken under the latest release? Interesting, but Digital Point's button seems to work.

I can't find the logic on when it works and when it doesn't. So far the only times I've seen the count work on 4.x is if you have VBSEO installed. But it doesn't work on every VBSEO site I've seen. I think it has to do with how the URL looks but I haven't nailed it down.

Quote:

Originally Posted by etca (Post 2226683)
twitter & FB can publish my thread, but twitter counter doesn't work.
G+ also doesn't work on me.

my url : kopimaya.com,
vbulletin v 4.1.5

Google +1 Worked for me on your site. I +1'ed a page at random:
http://www.kopimaya.com/forum/showth...p?2028-Creamer

And it works. Google +1 won't work on private pages, they must be viewable to the public.

Quote:

Originally Posted by Bianconnero (Post 2226825)
Installed
Thks
D?mo : http://www.dvbtools.com

Quote:

Originally Posted by sdavis2702 (Post 2226867)
Thanks a million for this great add-on. Installed and flawless on 4.1.4 http://iconvo.com

Thanks. :up:

DevOne5555 07-30-2011 05:25 PM

BOP, thanks again for the info. We use vbseo with a number of custom URL rewrite settings, so we'll give it a try and see if it works. Thanks.

P.S. You've got our nomination for MOTM. Best of luck :)

Taurus1 07-31-2011 12:42 AM

1 Attachment(s)
Hi Joe, is it perhaps possible to reduce the spaces between the buttons here? See screenshot. It is at the bottom of my forum homepage. Thanks!

DevOne5555 07-31-2011 01:50 AM

Taurus, I had the same question. If you look back around page 4 or 5 in this thread you'll see BOP already addressed it: the button code for the Facebook and Twitter counts doesn't dynamically resize. The spacing is there because that's the maximum width of the count box. It's determined by the developers, not the mod author, so unfortunately there's no way to change it.

BirdOPrey5 07-31-2011 02:25 AM

Quote:

Originally Posted by Taurus1 (Post 2227064)
Hi Joe, is it perhaps possible to reduce the spaces between the buttons here? See screenshot. It is at the bottom of my forum homepage. Thanks!

I am aware of the issue where the "What's going one box" location causes alignment problems with some buttons. I do not have a fix yet though custom template edits/conditionals might help.

I hope to have this work better in future versions but for now there's not much to do about it.

Taurus1 07-31-2011 03:01 AM

Quote:

Originally Posted by DevOne5555 (Post 2227083)
Taurus, I had the same question. If you look back around page 4 or 5 in this thread you'll see BOP already addressed it: the button code for the Facebook and Twitter counts doesn't dynamically resize. The spacing is there because that's the maximum width of the count box. It's determined by the developers, not the mod author, so unfortunately there's no way to change it.

Quote:

Originally Posted by BirdOPrey5 (Post 2227092)
I am aware of the issue where the "What's going one box" location causes alignment problems with some buttons. I do not have a fix yet though custom template edits/conditionals might help.

I hope to have this work better in future versions but for now there's not much to do about it.

OK, thanks gents!

ngphuc2k 08-01-2011 03:04 PM

Thanks for share

BirdOPrey5 08-01-2011 06:09 PM

Quote:

Originally Posted by ngphuc2k (Post 2227715)
Thanks for share

You're welcome.

CheeSie 08-02-2011 03:00 PM

When enabling Google+ my forumhome just keeps loading and loading and loading but the forumblocks and everything below the forum sections wont load.. Disabling google+ and everything works as it should. Any clue as to why this happens?

BirdOPrey5 08-02-2011 03:01 PM

Quote:

Originally Posted by CheeSie (Post 2228193)
When enabling Google+ my forumhome just keeps loading and loading and loading but the forumblocks and everything below the forum sections wont load.. Disabling google+ and everything works as it should. Any clue as to why this happens?

Never heard of this. Can I get a link to your forum? Have you tried alternate locations on your forumhome?

CharlieDelta 08-02-2011 03:34 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2227805)
If you like this mod please consider voting it Mod of the Month! :cool:

Done. :up:

steeler7 08-02-2011 06:22 PM

I have 4 different Style templates at my site since it's dedicated to a bunch of different sports teams. All of the buttons show up for the 3 of the 4 styles but on the 1 style, I only get the Twitter button.

Using Firebug, I can highlight the spot where the code shows Google+ should be and I can't highlight anything for Facebook.

Here's the link to a page where it shows just Twitter :

http://www.pittsburghsportstavern.co...-Flozell-Adams

Here's a link to a page that shows them all :

http://www.pittsburghsportstavern.co...s-now-a-Pirate

( on a side note), when using Firefox 5 on Windows Vista, Google+ seems to make the page hang in a re-load to the point where I have to click on another link and then try again. Any idea why or some sort of maintenance trick I can try?

pokesph 08-02-2011 06:35 PM

I'd like a heads up on when you do release a vB 3.8.x version.. Any time frame available from ya?

Mod looks fantastic and maybe just what we're looking for, if only it ran on 3.8

thanks,

CheeSie 08-02-2011 06:44 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2228194)
Never heard of this. Can I get a link to your forum? Have you tried alternate locations on your forumhome?

Hmm naah.. but the location shouldn't matter..
http://www.darkztar.com/forum/index.php

CheeSie 08-02-2011 06:47 PM

Okay this is weird.. Now it works O.o
Maybe it was just google being slow for hours?

BirdOPrey5 08-02-2011 07:02 PM

Quote:

Originally Posted by steeler7 (Post 2228289)
I have 4 different Style templates at my site since it's dedicated to a bunch of different sports teams. All of the buttons show up for the 3 of the 4 styles but on the 1 style, I only get the Twitter button.

Using Firebug, I can highlight the spot where the code shows Google+ should be and I can't highlight anything for Facebook.

Here's the link to a page where it shows just Twitter :

http://www.pittsburghsportstavern.co...-Flozell-Adams

Here's a link to a page that shows them all :

http://www.pittsburghsportstavern.co...s-now-a-Pirate

( on a side note), when using Firefox 5 on Windows Vista, Google+ seems to make the page hang in a re-load to the point where I have to click on another link and then try again. Any idea why or some sort of maintenance trick I can try?

Very very weird... The code is all there but not showing. I will continue to work on this- but any change if you left-justify instead of right-justify in threads?

As for Google button loading slow I think they are having "growing pains" - Sometimes I've seen it load slow outside this mod as well. It's still kind of new.

Quote:

Originally Posted by pokesph (Post 2228295)
I'd like a heads up on when you do release a vB 3.8.x version.. Any time frame available from ya?

Mod looks fantastic and maybe just what we're looking for, if only it ran on 3.8

thanks,

I actually have most of the 3.8 version running- I'm using it on my site actually (in threads only)... just a few details to work out. I have a couple other projects going on right now but as soon as I can get a few hours to workout some styling issues it will be released. I will post here when it is.

Quote:

Originally Posted by CheeSie (Post 2228303)
Okay this is weird.. Now it works O.o
Maybe it was just google being slow for hours?

Very possible. :up:

tidus78 08-02-2011 07:09 PM

Installed but a question : when I click "like",in my facebook profile the thread liked is combined with a random image of the page forum...why?

pokesph 08-02-2011 08:09 PM

Great!
I'll be looking for it then, BirdOPrey5

Threads and blogs is a must, others as you can do with your time constraints.

Thanks again for a great plugin.

Alfa1 08-02-2011 10:51 PM

Great mod! Tagged for future use when i move to vb4.
Consider to add this to JIRA for inclusion in vbulletin.

BirdOPrey5 08-02-2011 11:32 PM

Quote:

Originally Posted by tidus78 (Post 2228313)
Installed but a question : when I click "like",in my facebook profile the thread liked is combined with a random image of the page forum...why?

That's something Facebook is doing... I believe you can force Facebook to use an image of your choosing by creating a facebook appid (if you haven't already) and uploading an image for your new app to facebook. (That's what I did when VB4 first come out and it still seems to work.)

Quote:

Originally Posted by pokesph (Post 2228336)
Great!
I'll be looking for it then, BirdOPrey5

Threads and blogs is a must, others as you can do with your time constraints.

Thanks again for a great plugin.

Blogs is going to be a problem- I don't have access to the VB 3.8 Blogs product- It's no longer available. I've been looking for a license and am willing to buy one if you see anyone selling- let me know.

Quote:

Originally Posted by Alfa1 (Post 2228401)
Great mod! Tagged for future use when i move to vb4.
Consider to add this to JIRA for inclusion in vbulletin.

Thanks.

I think someone already put the Google +1 into Jira. I don't know how useful all the other options would be for most people. :up:

steeler7 08-02-2011 11:56 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2228310)
Very very weird... The code is all there but not showing. I will continue to work on this- but any change if you left-justify instead of right-justify in threads?

As for Google button loading slow I think they are having "growing pains" - Sometimes I've seen it load slow outside this mod as well. It's still kind of new.



I actually have most of the 3.8 version running- I'm using it on my site actually (in threads only)... just a few details to work out. I have a couple other projects going on right now but as soon as I can get a few hours to workout some styling issues it will be released. I will post here when it is.



Very possible. :up:

that's what I figured was the issue with the Google Button. Weird that it gives me the most trouble on Firefox on Vista but not on Windows 7.

I tried to left justify and the same issue. There are times that the Google+ button shows up but it's very inconsistent. The Facebook buttons never shows

I tried


All times are GMT. The time now is 03:45 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.01747 seconds
  • Memory Usage 1,866KB
  • 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
  • (4)bbcode_code_printable
  • (30)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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