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)
-   -   Integration with vBulletin - YAFB - Yay! Another Facebook Bridge (https://vborg.vbsupport.ru/showthread.php?t=232457)

robwoelich 02-07-2010 08:55 PM

Quote:

Originally Posted by Zaiaku (Post 1976879)
Are you using an old version? That error isn't present in my files.

If "old" is downloaded as of a few hours ago, then yes :p otherwise, no.

BBR-APBT 02-07-2010 09:03 PM

Quote:

Originally Posted by robwoelich (Post 1976851)
A quick note - in YAFB's /fbb/hook_usercp_nav_complete.php, this line of code:

PHP Code:

$template_hook['usercp_navbar_bottom'] = $templater->render(); 

...should be:

PHP Code:

$template_hook['usercp_navbar_bottom'] .= $templater->render(); 

...as otherwise, it can wipe out other modifications' menu options in the User Control Panel menu if they use the same template hook (which most of them do). :)

An alternative fix is to set any plugins which use the usercp_navbar_bottom template hook to execute after YAFB's User CP menu plugin, but that's kind of a bandaid fix.

Good find it could be a problem with others not getting this to show on the navbar.

Zaiaku 02-07-2010 10:15 PM

Quote:

Originally Posted by robwoelich (Post 1976929)
If "old" is downloaded as of a few hours ago, then yes :p otherwise, no.

Man that is wierd. was there different 3.2 version from the one we see here then was first released. Good find just wondering why I didn't need to apply this fix though. May have a case where's there's 2 different 3.2 versions.

BBR did you have to apply this correction aswell?

BBR-APBT 02-08-2010 01:47 AM

Quote:

Originally Posted by Zaiaku (Post 1976980)
Man that is wierd. was there different 3.2 version from the one we see here then was first released. Good find just wondering why I didn't need to apply this fix though. May have a case where's there's 2 different 3.2 versions.

BBR did you have to apply this correction aswell?

sure did its in the file he mentioned not the plugin.

Well I didnt have to fix it cause I do not use the nav bar hook. I placed my own button other wise so that plugin a in-active for me. But I did apply the fix just in case I ever turn that on.

Zaiaku 02-08-2010 04:36 AM

Quote:

Originally Posted by BBR-APBT (Post 1977121)
sure did its in the file he mentioned not the plugin.

Well I didnt have to fix it cause I do not use the nav bar hook. I placed my own button other wise so that plugin a in-active for me. But I did apply the fix just in case I ever turn that on.

OK That's really wierd. Seems as though there was 2 different 3.2 versions reason why some people wasn't getting errors and some did. I looked at the stated file and that error isn't present in there. 3.3 will include the variou bug fixes hopefully.

Digital Jedi 02-08-2010 06:52 AM

Anyone have some troubles staying logged in today? I kept having to reconnect earlier tonight. Next time I may just log in manually and connect from inside the User CP to see if that corrects it.

Rob F 02-08-2010 10:19 AM

Quote:

Originally Posted by Digital Jedi (Post 1977240)
Anyone have some troubles staying logged in today? I kept having to reconnect earlier tonight. Next time I may just log in manually and connect from inside the User CP to see if that corrects it.

Could be hiccups caused by facebook currently upgrading everything. ;)

GrossKopf 02-08-2010 10:14 PM

Nevermind.... I figured it out. :)

Digital Jedi 02-08-2010 10:20 PM

Quote:

Originally Posted by GrossKopf (Post 1977838)
Can you elaborate on where you find this code?

The file is not that large. It's right there if you look.

Zaiaku 02-09-2010 03:39 AM

Alright just realized something here and didn't see anyone mention this. If a post is being moderated, everyone still gets a notification although the post is not visible yet. Anyone else experience this?

BBR-APBT 02-09-2010 03:59 AM

Quote:

Originally Posted by Zaiaku (Post 1978034)
Alright just realized something here and didn't see anyone mention this. If a post is being moderated, everyone still gets a notification although the post is not visible yet. Anyone else experience this?

I do not moderate post so I didn't test that one.

gsmlover4u 02-09-2010 10:10 AM

getting error when member registerd

Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/******/public_html/forum/fbb/runbox_hook_register_addmember_complete.php on line 5

gsmlover4u 02-09-2010 10:11 AM

getting error when member registerd on vb 4.0.1

Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/*********/public_html/forum/fbb/runbox_hook_register_addmember_complete.php on line 5

gsmlover4u 02-09-2010 11:01 AM

i found my answer here https://vborg.vbsupport.ru/showpost....&postcount=388

Zaiaku 02-09-2010 01:34 PM

Quote:

Originally Posted by BBR-APBT (Post 1978043)
I do not moderate post so I didn't test that one.

Neither did I until a recent member joined. I have her post moderated and started noticing it.

incrediblehelp 02-09-2010 02:09 PM

I tried to import the XML and I am getting this error:

Code:

Warning: require([path]/fbb/hook_init_startup.php) [function.require]: failed to open stream: No such file or directory in [path]/includes/init.php(304) : eval()'d code on line 4

Fatal error: require() [function.require]: Failed opening required '/home/ohiocasi/public_html/fbb/hook_init_startup.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ohiocasi/public_html/includes/init.php(304) : eval()'d code on line 4

Please help as now my site is down

incrediblehelp 02-09-2010 02:18 PM

Quote:

Originally Posted by sveinung (Post 1954189)
Solved!

Login to your hosted files and navigate to your forum folder.
You'll find a sub folder called includes
inside that folder there is a file called config.php

Disable all plugins temporary from config.php.
Open the file called config.php and add the following line in the beginning, then save it.
PHP Code:
define ( 'DISABLE_HOOKS', true);

Login to your AdminCP and disable the FB plugin and then Reactivate them.

Maybe you can use this another time.

cheers!

Did you ever find a fix to the error when installing?

PI Guy 02-09-2010 05:25 PM

does this allow guests to register with their facebook login?

Zaiaku 02-09-2010 07:10 PM

that's exactly what it does.

Digital Jedi 02-10-2010 09:31 PM

Quote:

Originally Posted by incrediblehelp (Post 1978322)
I tried to import the XML and I am getting this error:

Code:

Warning: require([path]/fbb/hook_init_startup.php) [function.require]: failed to open stream: No such file or directory in [path]/includes/init.php(304) : eval()'d code on line 4

Fatal error: require() [function.require]: Failed opening required '/home/ohiocasi/public_html/fbb/hook_init_startup.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ohiocasi/public_html/includes/init.php(304) : eval()'d code on line 4

Please help as now my site is down

You did upload the files before importing, right?

hollosch 02-10-2010 10:17 PM

Mail from facebook DEVELOPERS - Is this a problem for this addon ? How to solve ?

Quote:

Last month we launched the new email extended permission, enabling you to ask your users to share their primary Facebook email address with you. In order for this permission to work you need to tell us the domain that your emails will be coming from.

We have determined from our logs that you are currently requesting email access, but have not yet configured your email domain. Read how to configure it in the documentation.

Beginning on February 16th if you have not properly configured your email domain we will return an error in place of the email extended permissions dialog.

If you do not add the domain we will display the following message to developers of your applications: "You must configure an email domain before requesting a user's email address." Your users will see this message: "This application is not set up to request your email address."

If you have any questions or feedback, please let us know in the Developer Forum.
Thank you,
The Facebook Developer Network

Spiritvn 02-11-2010 06:17 AM

<a href="http://blog.facebook.com/blog.php?post=297991732130" target="_blank">http://blog.facebook.com/blog.php?post=297991732130</a>

Hope chat function will be updated, pls do some research with it, my friend? =P

Digital Jedi 02-11-2010 03:35 PM

Quote:

Originally Posted by hollosch (Post 1979546)
Mail from facebook DEVELOPERS - Is this a problem for this addon ? How to solve ?

Did you read the link they provided on how to configure your email domain?

jiffylb1 02-11-2010 04:37 PM

awsome up and running yeah

jiffylb1 02-11-2010 04:38 PM

worked greta no problems at all but want the facebook in th enav bar on portal how can I add it in to portal nav bar also

PattiOz 02-12-2010 02:36 AM

I have uploaded everything but when importing the xml file it says it's uploaded, but then the screen hangs. Any help? I'm using VB 3.8

UPDATE: I managed to get the xml to load but still can't see all necessary options in the admincp. I think maybe because my admin directory is NOT named "admincp" (it was changed to a different name for security reasons).

Any help is appreciated.

benstillman 02-12-2010 03:32 AM

Oops, wrong thread. Moved it to the 3.8 thread.

dangerin 02-12-2010 06:55 AM

Good morning at all,
excuse me for question that can be stupid but i have a problem..
Why often happen that what i publish on forums do not go automatically on facebook and whe i go to see in options of facebook bridge is all in "sleeping" and i must manually reactivate?
Also there is the option to see in forum and it say that is missing a block forum ? what can i do also for this block forum?
is more important and urgent the problem of sleeping because i'd love that all the posts go on facebook but . .
Thanks at all

enoobz 02-12-2010 03:47 PM

Quote:

Originally Posted by dangerin (Post 1980583)
Good morning at all,
excuse me for question that can be stupid but i have a problem..
Why often happen that what i publish on forums do not go automatically on facebook and whe i go to see in options of facebook bridge is all in "sleeping" and i must manually reactivate?
Also there is the option to see in forum and it say that is missing a block forum ? what can i do also for this block forum?
is more important and urgent the problem of sleeping because i'd love that all the posts go on facebook but . .
Thanks at all

I have the same issue.. somebody please help us!

BBR-APBT 02-12-2010 04:31 PM

When you change the settings be sure to press save at the bottom of the FBB settings page.

dangerin 02-12-2010 04:36 PM

i confirm that i'm not sure but ultramegaipersure..

i press the save button and if i see after the saving is ok but day after it goes in sleeping mode

LbR 02-12-2010 08:33 PM

Thanks man works with charm :)

Digital Jedi 02-12-2010 08:53 PM

Quote:

Originally Posted by PattiOz (Post 1980464)
I have uploaded everything but when importing the xml file it says it's uploaded, but then the screen hangs. Any help? I'm using VB 3.8

UPDATE: I managed to get the xml to load but still can't see all necessary options in the admincp. I think maybe because my admin directory is NOT named "admincp" (it was changed to a different name for security reasons).

Any help is appreciated.

Okay, same question, technically. Did you add the Admin CP files from the ZIP folder to your new Admin CP folder?

PattiOz 02-12-2010 11:44 PM

Quote:

Originally Posted by Digital Jedi (Post 1981033)
Okay, same question, technically. Did you add the Admin CP files from the ZIP folder to your new Admin CP folder?

Yes, I did that. I uploaded the files located in the zipped folder called "admincp" to my new admincp folder of a different name.

enoobz 02-13-2010 04:08 AM

Quote:

Originally Posted by vexvegaz (Post 1965183)
anyone else having issues with the "Display a Facebook Block in Member Info page" & "Display posts from friends" features?

they dont seem to work in my forum. each time i turn them on facebook option page of my ucp they would load the tab in my profile page but shows no posts and then it would log me off facebook and to reset all the options again. i hope im not the only one.

Anyone got the solution to this issue yet? I have this same problem.

dangerin 02-13-2010 06:24 AM

Quote:

Originally Posted by dangerin (Post 1980583)
Good morning at all,
excuse me for question that can be stupid but i have a problem..
Why often happen that what i publish on forums do not go automatically on facebook and whe i go to see in options of facebook bridge is all in "sleeping" and i must manually reactivate?
Also there is the option to see in forum and it say that is missing a block forum ? what can i do also for this block forum?
is more important and urgent the problem of sleeping because i'd love that all the posts go on facebook but . .
Thanks at all


some one has the same problem?
i'm really interested to slve thhes two problems to have this wonderrful mod totally funcionally.
Thanks

enoobz 02-13-2010 06:33 AM

Quote:

Originally Posted by dangerin (Post 1981210)
some one has the same problem?
i'm really interested to slve thhes two problems to have this wonderrful mod totally funcionally.
Thanks

That's right dangerin.. this is a great Mod.. hove the developer or someone can help us out.

My 'sleeping' problem is now solved. Looks like there is conflict with either vMoods or Threadstarter. I disable those 2 Mods and now its OK. But the User Info Block still NOT appear.

dangerin 02-13-2010 06:53 AM

and what are the mod that has caused the conflict.
If i must deactive all the mod one by one is a big problem for me so perhaps you have my same mod and is omre simple..
But i do not know what are Vmoods or threadstarte ?
vmood is an other mode to cal the mod ? if is it OK
but threadstartee i do not know..
sorry but is the first time with web and Vb

enoobz 02-13-2010 07:31 AM

Do you try to activate all the FBB Options ACCEPT Synchronize Avatar option? I tried that and now all is working fine eccept the User Info Block.

dangerin 02-13-2010 07:46 AM

yes i've tried and now it look like to be all on line but the block on forum not and in facebook it do not appear the avatar that there is in vbulletin.
I look better for all the day if was only that option and if ther's a solution for avatars

thank for suggest


All times are GMT. The time now is 11:37 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.02462 seconds
  • Memory Usage 1,842KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (19)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
  • (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