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?


All times are GMT. The time now is 01:08 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.01621 seconds
  • Memory Usage 1,760KB
  • 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
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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