vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - YAFB - Yay! Another Facebook Bridge (https://vborg.vbsupport.ru/showthread.php?t=223555)

bada_bing 09-21-2009 05:58 PM

I have this installed and wanted to ask as couple questions.

1. Where does this app grab the information from when clicking Fun: Fans List in the users cp?

2. When enabling permisions how can I have it set where the user has to check the box everytime they post/ or reply, etc to post this data to facebook rather then have it checked by default ?

principino1984 09-21-2009 06:29 PM

bug:

when click on fun list:

Warning: Invalid argument supplied for foreach() in [path]/fbb/hook_profile_start.php on line 374

Marco

drsli 09-21-2009 08:05 PM

I?m only getting a blank page after clicking on fun list. But I didn?t register with Facebook so far.

I?m a professing Facebook-mod-surfer! :D So I?m joining the party and am grateful for the reliable responses and the support here.
Thank you very much for creating this new facebook-mod, mrpaint! :)

Btw.:
To have the fbconnect-button nearby the register-link, I edited the navbar-template.
Searched for
Code:

<if condition="$show['registerbutton']">
                        <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>

and added
Code:

<td id="navbar_fbb" class="vbmenu_control">
                                <a id="navbar_fbb_link" href="register.php?do=signup&fbb" rel="nofollow">
                                        <img src="$vboptions[bburl]/fbb/facebook_logo_16x16.gif" width="16" height="16" border="0"/>
                                        $vbphrase[fbb_navbar_button_text]
                                </a>
                        </td>

this whole code from your fbb_navbar_button-template below. Furthermore I deactivated this original template to avoid double-entries in the navbar. This was no prob with the template modification system.

mrpaint 09-21-2009 08:18 PM

Quote:

Originally Posted by redlabour (Post 1888328)
Take a look at the Screenshots of this Mod for Example:

Engage Twitter

these are the minimum Features that should appear in a Bridge.



00:50 21092009|/forum/admincp/options.php?do=options&dogroup=fbb|userid=1~Invali d API key

API Key is absolutely correct. :(

Very nice suggestion. I have implement the recent posts profileblock successfully and I think I will release it asap

If it said invalid API key... I think you should try again and remove spaces or other stuffs. You may need to paste into notepad to check it before copy and paste into vBulletin Settings page

Quote:

Originally Posted by principino1984 (Post 1888414)
where should be this options?

1.7.2 Added options for user to choose if he/she wants to display checkboxes all the time

Marco

Hmm, it's hidden in 1.7 release. Confirmed

Quote:

Originally Posted by bada_bing (Post 1888547)
I have this installed and wanted to ask as couple questions.

1. Where does this app grab the information from when clicking Fun: Fans List in the users cp?

2. When enabling permisions how can I have it set where the user has to check the box everytime they post/ or reply, etc to post this data to facebook rather then have it checked by default ?

Well, the Fan List is a test. I just take all threads from current user and count replies from others. Who posts most replies will get on the list. That's all

Don't understand your 2nd question :confused:

Quote:

Originally Posted by principino1984 (Post 1888568)
bug:

when click on fun list:

Warning: Invalid argument supplied for foreach() in [path]/fbb/hook_profile_start.php on line 374

Marco

Hi Marco, it's just a warning or the page stops loading from there?

Quote:

Originally Posted by drsli (Post 1888620)
I?m only getting a blank page after clicking on fun list. But I didn?t register with Facebook so far.

I?m a professing Facebook-mod-surfer! :D So I?m joining the party and am grateful for the reliable responses and the support here.
Thank you very much for creating this new facebook-mod, mrpaint! :)

You are welcome :D

mrpaint 09-21-2009 08:20 PM

Quote:

Originally Posted by Veer (Post 1888326)
Nope, It is going to regular forum registration page.
And vMail error is still there during Facebook registration:
Code:

Sorry, your e-mail address is incorrect (does not match the verification code).

That little vMail will work in the next version, you have my word :D

mrpaint 09-21-2009 08:45 PM

1 Attachment(s)
Quote:

Originally Posted by BBR-APBT (Post 1888303)

Now back to the intro post:
https://vborg.vbsupport.ru/attachmen...1&d=1253509631

See the double user name in the red square. It is supposed to be single user name like the arrow points to.
This is only on the intro thread.

Also when you hover over the Test2 Intro It will show this in my browser:
https://vborg.vbsupport.ru/attachmen...1&d=1253509631
But it really goes to this link /showthread.php?p=0#post0
It only does this on the intro thread as well.

I took another look into the Intro Thread plugin and I found out that it duplicated the username by itself. Have you ever use that plugin before? I'm pretty sure that it will duplicate the username all the time. And about the link, it's because the plugin coder didn't use a proper procedure to create a new thread...

PS: Included the xml with the duplicated username fix. Just use it for your own with the testing purpose cause that plugin is not mine :P When I have time I will try to make it work better, hmm, when I have time

Veer 09-21-2009 09:09 PM

Quote:

Originally Posted by mrpaint (Post 1888629)
That little vMail will work in the next version, you have my word :D

Haha :D

Hope you will look into this as well:#75

mrpaint 09-21-2009 09:16 PM

Quote:

Originally Posted by Veer (Post 1888302)
Yay! now I can see that button, but this button still going to "/register.php?do=signup&fbb" location, Can not let me login.

Have you tried press the connect button, login with your Facebook credencial (in the Facebook popup window)? If everything works well and you have connected before (and you enabled auto login function) so... you will be logged in automatically. Tell me the result :D

Veer 09-21-2009 09:23 PM

Quote:

Originally Posted by mrpaint (Post 1888646)
Have you tried press the connect button, login with your Facebook credencial (in the Facebook popup window)? If everything works well and you have connected before (and you enabled auto login function) so... you will be logged in automatically. Tell me the result :D

Result is same, I have disabled Auto Register and Enable Auto Login, when I click Facebook connect button (as guest) it can not open popup login window, it is going to "/register.php?do=signup&fbb" regular vb registration page.

fluentdesigns 09-21-2009 11:45 PM

I installed and followed the directions exactly but when I go to register on my forum I see no Facebook connect icon or instructions for logging in via facebook? Any ideas on what I missed?

Ryuk 09-22-2009 12:36 AM

installed it buddy ;)

mrpaint 09-22-2009 01:29 AM

The new version is out. Please check the change log for detail changes made. Also, I have built a demo board so who want to test it can come and check it out without setting up with your own forum ;) Don't forget to see the second post (page 1) for a must-check features list to make sure you don't miss a thing!

Cheers

BBR-APBT 09-22-2009 01:30 AM

Quote:

Originally Posted by mrpaint (Post 1888316)
I don't understand the part you talked about PM notification. Can you describe again? :confused:

About the Intro Thread, it's really weird! I will take a deeper look later :(

About the email, it only send email validation to normal email addresses, Facebook email addresses will be bypassed. I tested with my forum, can you test again?

@Veer: Click that link will let you login with your Facebook session :-?

When I send a PM I receive a notification on facebook saying I received a PM when in fact I sent the pm the notification is for.

This is the notification I receive on facebook when I sent a PM.
Quote:

has just sent you a new Private Message with the title "PM title". Read it now!
12:52am
Yes I double checked the email auth doesn't work when a user puts in a email address.

mrpaint 09-22-2009 01:46 AM

Quote:

Originally Posted by BBR-APBT (Post 1888749)
When I send a PM I receive a notification on facebook saying I received a PM when in fact I sent the pm the notification is for.

This is the notification I receive on facebook when I sent a PM.


Yes I double checked the email auth doesn't work when a user puts in a email address.

Well, send me your forum URL via PM please then we will discuss about some test cases. Thing does go strange these days :D

webrats 09-22-2009 02:57 AM

for upgrade do we just replace everything?

mrpaint 09-22-2009 03:03 AM

Quote:

Originally Posted by webrats (Post 1888779)
for upgrade do we just replace everything?

Yes, just upload overwrite files then reimport the xml. There are files that are unchanged but they are just a few hundreds KBs ;)

Nadeemjp 09-22-2009 04:39 AM

how can i display the facebook icon and url inb the navbar?

webrats 09-22-2009 04:39 AM

im still having this error
00:31 22092009|/showthread.php?p=3232724|userid=1~Supplied template data does not cover the following tokens [threadurl, threadtitle] needed for template '{*actor*} posted a new topic for discussion, <a href="{*threadurl*}">{*threadtitle*}</a>.'
00:36 22092009|/newreply.php?do=postreply&t=280543|userid=1~Suppli ed template data does not cover the following tokens [threadurl, threadtitle] needed for template '{*actor*} posted a reply in <a href="{*threadurl*}">{*threadtitle*}</a>.'

redlabour 09-22-2009 05:26 AM

Quote:

Originally Posted by Nadeemjp (Post 1888799)
how can i display the facebook icon and url inb the navbar?

Only shown up if you are logged out. ;)

webrats 09-22-2009 05:30 AM

also this error
00:46 22092009|/register.php?do=signup&fbb=|userid=0~A session key is required for calling this method
01:28 22092009|/register.php?do=signup&fbb=|userid=0~A session key is required for calling this method

redlabour 09-22-2009 05:34 AM

BUG:

1. Connect your Account at Forum and logout. Then log in at your Facebook Profile.

2. Try to log in at Forum with the "Connect with Facebook" Link at Forum.

3. The Bridge wants still register you again at the Forum.

The Bridge should save which Facebook Profil is allready connected to a Forumuser and has to prove this at "Connect with Facebook" Link.

Feature Reguest:

1. Option to see at ACP which and how much Users have registered at Forums using the Bridge.

2. Option to completely disable the Fan Photo Crap. ;)

fluentdesigns 09-22-2009 06:10 AM

I would like to add the Facebook Connect icon right under the Login fields in the Navbar bread crumb table. How would I do that so it shows up when not logged in and which template and where?

GoTTi 09-22-2009 06:52 AM

is this mod like the other mods that when users register on the forum their account gets a wierd facebook email address as their email address?

principino1984 09-22-2009 07:32 AM

Quote:

Originally Posted by GoTTi (Post 1888817)
is this mod like the other mods that when users register on the forum their account gets a wierd facebook email address as their email address?

it does... but with this mod you can still contact the user by the email..but with this mod you can disable registering with fb and let only login/connect with fb.

But with this mod you have so many other options!!!

ANd right now I don't find anything broken or not working!

Marco

Veer 09-22-2009 08:19 AM

Every time I post a new thread i get this:
Code:

Warning: file_put_contents(fbb_showthread_complete.txt) [function.file-put-contents]: failed to open stream: Permission denied in [path]/fbb/hook_showthread_complete.php on line 52

mrpaint 09-22-2009 11:28 AM

Quote:

Originally Posted by webrats (Post 1888811)
also this error
00:46 22092009|/register.php?do=signup&fbb=|userid=0~A session key is required for calling this method
01:28 22092009|/register.php?do=signup&fbb=|userid=0~A session key is required for calling this method

This is normal since most of this page request are from not connected members

Quote:

Originally Posted by redlabour (Post 1888813)
BUG:

1. Connect your Account at Forum and logout. Then log in at your Facebook Profile.

2. Try to log in at Forum with the "Connect with Facebook" Link at Forum.

3. The Bridge wants still register you again at the Forum.

The Bridge should save which Facebook Profil is allready connected to a Forumuser and has to prove this at "Connect with Facebook" Link.

Feature Reguest:

1. Option to see at ACP which and how much Users have registered at Forums using the Bridge.

2. Option to completely disable the Fan Photo Crap. ;)

Well, I wondering if you enabled auto login function or not? Because if you use that feature, you will be recognize and get logged in automatically. I have plan to change the display text and link to make it less confusing but currently, it can handle the job pretty well...

Also, I have plan to improve the back-end, let's see what will be available in the next release ;)

About the Fan Photo, it's okie, :D

Quote:

Originally Posted by fluentdesigns (Post 1888816)
I would like to add the Facebook Connect icon right under the Login fields in the Navbar bread crumb table. How would I do that so it shows up when not logged in and which template and where?

Well, there are several ways to do this but they are not complete solutions so... I will get back to your request later, okie? (Remind me sometimes if I forget :P)

Quote:

Originally Posted by principino1984 (Post 1888825)
it does... but with this mod you can still contact the user by the email..but with this mod you can disable registering with fb and let only login/connect with fb.

But with this mod you have so many other options!!!

ANd right now I don't find anything broken or not working!

Marco

Thank you Marco ;)

Quote:

Originally Posted by Veer (Post 1888835)
Every time I post a new thread i get this:
Code:

Warning: file_put_contents(fbb_showthread_complete.txt) [function.file-put-contents]: failed to open stream: Permission denied in [path]/fbb/hook_showthread_complete.php on line 52

Oops, will be removed

mrpaint 09-22-2009 11:30 AM

Quote:

Originally Posted by webrats (Post 1888801)
im still having this error
00:31 22092009|/showthread.php?p=3232724|userid=1~Supplied template data does not cover the following tokens [threadurl, threadtitle] needed for template '{*actor*} posted a new topic for discussion, <a href="{*threadurl*}">{*threadtitle*}</a>.'
00:36 22092009|/newreply.php?do=postreply&t=280543|userid=1~Suppli ed template data does not cover the following tokens [threadurl, threadtitle] needed for template '{*actor*} posted a reply in <a href="{*threadurl*}">{*threadtitle*}</a>.'

You modified the templates and change thread_url with threadurl and thread_title with threadtitle. Please modify template again and they will work ;)

redlabour 09-22-2009 02:56 PM

Quote:

Originally Posted by mrpaint (Post 1888867)
Well, I wondering if you enabled auto login function or not? Because if you use that feature, you will be recognize and get logged in automatically.

I do - but don't seems to be working. ;)

Veer 09-22-2009 04:30 PM

Quote:

Originally Posted by mrpaint (Post 1888867)
Oops, will be removed

So can we have a quick fix for now?

fluentdesigns 09-22-2009 05:23 PM

I still don't understand why the connect to facebook login button is not showing up anywhere? Nor am I asked to login with my facebook account at any point

Calash 09-22-2009 05:34 PM

Quote:

Originally Posted by fluentdesigns (Post 1889020)
I still don't understand why the connect to facebook login button is not showing up anywhere? Nor am I asked to login with my facebook account at any point

Have not looked at the code, but from what I can see on the demo site it is probably due to your navbar template being heavily modified. Not sure if it is looking for a hook or some text pattern but that is likely the cause of your problem.




What...i don't check out EVERY single Facebook mod I see....:)

RWerksman 09-22-2009 05:51 PM

I pretty much have this working, but I have two things:

1. If you are running your vbulletin installation on more than one domain, you're out of luck It looks like this mod only works with the callback url.
2. I'd like for the email address to be absolutely required during signup. (or least there to be an option for that)

I'd really, really like for #1 to be worked around. :) Excellent mod overall.

mrpaint 09-23-2009 04:13 AM

Quote:

Originally Posted by redlabour (Post 1888953)
I do - but don't seems to be working. ;)

Hmm. I improved this one and I hope it will work well in the next version

Quote:

Originally Posted by Veer (Post 1888991)
So can we have a quick fix for now?

Sent you a PM ;)

Quote:

Originally Posted by fluentdesigns (Post 1889020)
I still don't understand why the connect to facebook login button is not showing up anywhere? Nor am I asked to login with my facebook account at any point

Yes, Calash is right, your style's templates don't have enough standard template hooks and it prevent this product to show the button. Please search for $template_hook[navbar_buttons_right] in your templates and tell us the result

Quote:

Originally Posted by RWerksman (Post 1889032)
I pretty much have this working, but I have two things:

1. If you are running your vbulletin installation on more than one domain, you're out of luck It looks like this mod only works with the callback url.
2. I'd like for the email address to be absolutely required during signup. (or least there to be an option for that)

I'd really, really like for #1 to be worked around. :) Excellent mod overall.

Well, this is Facebook's policy since each application only work within a base domain. This is necessary to prevent abuse and protect members privacy I think. So, maybe there is no solution for this issue. I'm sorry

mrpaint 09-23-2009 04:14 AM

Quote:

Originally Posted by RWerksman (Post 1889032)
I pretty much have this working, but I have two things:

1. If you are running your vbulletin installation on more than one domain, you're out of luck It looks like this mod only works with the callback url.
2. I'd like for the email address to be absolutely required during signup. (or least there to be an option for that)

I'd really, really like for #1 to be worked around. :) Excellent mod overall.

You may find more information in this article: http://wiki.developers.facebook.com/...hp/Base_Domain

Regards

fluentdesigns 09-23-2009 04:32 AM

1 Attachment(s)
All I would like to do is add the connect fb icon like this quick photoshoped file I created. Of course it would hide once they are logged in.

Veer 09-23-2009 09:26 AM

Quote:

Originally Posted by mrpaint (Post 1889250)
Sent you a PM ;)

Thank you, Fixed.

redlabour 09-23-2009 03:12 PM

Any official Update?

mrpaint 09-23-2009 03:21 PM

Quote:

Originally Posted by redlabour (Post 1889460)
Any official Update?

On the way man. You will all get surprised ;) Hehe

redlabour 09-23-2009 03:37 PM

We will see - once it is stable i will send you the german Language Translation. ;)

mrpaint 09-23-2009 03:43 PM

Quote:

Originally Posted by redlabour (Post 1889480)
We will see - once it is stable i will send you the german Language Translation. ;)

That would be awesome. I think the new version will be release in the next couple of hours. But it really depends, it's not a promise or anything :P


All times are GMT. The time now is 12:58 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.02136 seconds
  • Memory Usage 1,869KB
  • 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
  • (5)bbcode_code_printable
  • (33)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