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 - Facebook Connect - Update for Facebook PHP SDK (v.3.0.0) (https://vborg.vbsupport.ru/showthread.php?t=270219)

valdet 09-15-2011 05:19 PM

Has anyone tested this on versions prior to vB 3.8 ?

unp 09-15-2011 06:04 PM

Not working for me, after entering a 'desired user name' and clicking resister I get a blank page.

url: www.cartalk.in

Alecsmith 09-16-2011 05:23 AM

Not working i am testing on VB 3.8.7 :(

I have forum install in domainname.com/forums/ :( even FB small logo not visible at navbar

mtbikemike 09-16-2011 12:43 PM

Quote:

Originally Posted by unp (Post 2246436)
Not working for me, after entering a 'desired user name' and clicking resister I get a blank page.

url: www.cartalk.in

Go to Admin CP -> Settings -> FB Connect -> Print FB Error Messages
turn this on and see if you're getting any FB errors.

A blank page normally means that a PHP error occured, but you have error reporting turned off in your php.ini. Can you check your php error logs?

mtbikemike 09-16-2011 12:52 PM

Quote:

Originally Posted by Alecsmith (Post 2246624)
Not working i am testing on VB 3.8.7 :(

I have forum install in domainname.com/forums/ :( even FB small logo not visible at navbar

Ah, it's just a image reference problem. The forums I'm working on need an absolute path to work correctly with vbSEO.

Go to the style manager and update the fbconnect_button template. Change any reference from "/images/" to "images/" ... there should be three of them.

I'll make a note to update this in future releases.

unp 09-16-2011 03:19 PM

Quote:

Originally Posted by mtbikemike (Post 2246727)
Go to Admin CP -> Settings -> FB Connect -> Print FB Error Messages
turn this on and see if you're getting any FB errors.

A blank page normally means that a PHP error occured, but you have error reporting turned off in your php.ini. Can you check your php error logs?

This is the error I am getting, I have tried re-uploading all files.

Quote:

Parse error: syntax error, unexpected T_FUNCTION, expecting ')' in /home/ct/public_html/includes/functions_fbconnect.php on line 72

mtbikemike 09-17-2011 01:35 PM

Quote:

Originally Posted by unp (Post 2246810)
This is the error I am getting, I have tried re-uploading all files.

Ah, that line is using an anonymous function which is a feature added in 5.3. I thought array_map would be handled because it was added in php 4.0.6. Didn't realize about the anonymous functions though.

I'll add it to my fix list for the next release. To get it working in the meantime you could turn off "Import User Friends From Facebook" in the FB Connect Settings.

unp 09-17-2011 01:47 PM

Still getting the error after turning off "Import User Friends From Facebook"

c0der 09-17-2011 05:28 PM

thx
i will try it

Alecsmith 09-17-2011 05:44 PM

Quote:

Originally Posted by mtbikemike (Post 2246730)
Ah, it's just a image reference problem. The forums I'm working on need an absolute path to work correctly with vbSEO.

Go to the style manager and update the fbconnect_button template. Change any reference from "/images/" to "images/" ... there should be three of them.

I'll make a note to update this in future releases.

Still no luck by default code i want to add in newreply, newthread & showthreads don't have backslash before images folder name but i tried to add backslash but didn't work

Quote:

<if condition="$vbulletin->userinfo['fbuid'] > 0 and $vboptions['fbconnect_enablefeeds']">
<br/>
<label id="lb_fb_posttofeed" for="cb_fb_posttofeed">
<img src="images/facebook/fblogo_sm.gif" alt="$vbphrase[fbconnect_post_thread_to_wall]" title="$vbphrase[fbconnect_post_thread_to_wall]" />
$vbphrase[fbconnect_post_thread_to_wall]
<input type="checkbox" tabindex="1" id="cb_fb_posttofeed" value="1" checked="checked" name="cb_fb_posttofeed" />
</label>
</if>
Btw i am using Vbseo on this forum with VB 3.8.7

Looking forward for new fixed release.


All times are GMT. The time now is 01:41 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.01868 seconds
  • Memory Usage 1,745KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)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