View Full Version : Integration with vBulletin - YAFB - Yay! Another Facebook Bridge
zombietom
01-22-2010, 03:36 PM
Has anyone tested this latest version (3.2.3) on a 3.7 version of VB?
I tried to upgrade to 3.0 verison of Yay! Another Facebook Bridge but it killed my site ..so i went back to 2.2 version...would love to updated the newest version.
I will check for a replay later as i have to go to a funeral today.
thanks
and a special Thanks to Mr.paint for making and maintaining this MOD
Megatr0n
01-22-2010, 03:49 PM
mrpaint, please check your e-mail. :D
dangerin
01-22-2010, 04:28 PM
Hey i'm new on Vbulletin World but i see that mrpaint is a guru with Vbulletin and i say thanks to him.
Now i'll try to install this mod and i hope ti do not have problems about it also why i read that mrpaint for all february there is not reachable.
I download the file and i do all how instructions? Correct?
i use VB 4.0.1 with simpleblach template.
Thanks to all
ScottiG
01-22-2010, 05:10 PM
OK MrPaint... Job VERY WELL DONE!
Your update installed very easily, and the update went very smooth. This update did several positive things for me... For starters, I like that the Facebook Connect popup now refreshes and reloads my forums after a member connects to Facebook - THIS IS A HUGE IMPROVEMENT! - Thanks for getting that to work!
Also, I absolutely love the feature of comments posting back to my forums FROM Facebook! - AWESOME!
As I have mentioned before... This MOD is my overall favortie for VBulletin! - Great work!
For those wondering... I am running VB 3.8.4
I'd like to extend my highest recommendation for this mod - Not only is the MOD a great addition to the forum, but the support from MrPaint is definitely at a higher level than many of the coders here. He listens, then he acts on the input.
Without question MrPaint gets an A+ from me!
BBR-APBT
01-22-2010, 05:19 PM
Wonderful seems to be working as expected.
Not one error so far.
I'd like to extend my highest recommendation for this mod - Not only is the MOD a great addition to the forum, but the support from MrPaint is definitely at a higher level than many of the coders here. He listens, then he acts on the input.
Without question MrPaint gets an A+ from me!
True, the best coder with great support :)
BBR-APBT
01-22-2010, 06:37 PM
Found a little bug:
VBulletin 4.0.1
When trying to edit Avatar in the settings you get this error.
Parse error: syntax error, unexpected '.' in /path/to/forums/includes/class_core.php(4029) : eval()'d code on line 150
Narrowed it to this file: hook_profile_complete.php
Ok it is this line causing the error.
$vbulletin->templatecache['modifyavatar'] .= ' . "' . addslashes($templater->render()) . '"';
And here is the fix:
In (hook_profile_complete.php)
Find the following:
if ($vbulletin->fbb['runtime']['vb4']) {
$templater = vB_Template::create('fbb_vb4_modifyavatar');
$templater->register('avatarchecked', $avatarchecked);
$vbulletin->templatecache['modifyavatar'] .= ' . "' . addslashes($templater->render()) . '"';
} else {
eval('$maxnote .= "' . fetch_template('fbb_modifyavatar') . '";');
}
Replace with:
if ($vbulletin->fbb['runtime']['vb4']) {
$templater = vB_Template::create('fbb_vb4_modifyavatar');
$templater->register('avatarchecked', $avatarchecked);
$facebook_avatar = $templater->render();
$find = '<div id="avatar_yes_deps">';
$vbulletin->templatecache['modifyavatar'] = str_replace($find, $facebook_avatar.$find, $vbulletin->templatecache['modifyavatar']);
} else {
eval('$maxnote .= "' . fetch_template('fbb_modifyavatar') . '";');
}
dangerin
01-22-2010, 07:27 PM
Good evening ,
I've installed all but i do not see the icons to connect in my site.
i do not have any error messages.
Why when i conect to the product by clicking tne product in prdouct manager i link to a page with smiles :
https://vborg.vbsupport.ru/misc.php?do=producthelppid=fbb
excuse me but i'm not expert and so i ask a lot of things perhaps stupid
when i lcick in the acp facebook bridge --> edit settings it appear the options menu classical of Vb4 and nothing og this wonderful priduct
BBR-APBT
01-22-2010, 07:29 PM
Good evening ,
I've installed all but i do not see the icons to connect in my site.
i do not have any error messages
I only shows if you are not logged in.
Go to settings -> left menu at the bottom FaceBook Bridge -> Click options.
dangerin
01-22-2010, 07:49 PM
if i go in settings facebook bridge on the acp it appear nothing but the menu slecetion of classical options of Vb4.
Bouncer222
01-22-2010, 07:55 PM
So my question a couple pages back still hasnt been answered....
My question is....
After installing this mod, does it let someone that has NEVER registered on my site, login with their facebook information?
IF YES...
Does it therefore create them a new registered user on my site based off of their facebook login information?
Someone PLEASE answer me this.
BBR-APBT
01-22-2010, 08:05 PM
So my question a couple pages back still hasnt been answered....
My question is....
After installing this mod, does it let someone that has NEVER registered on my site, login with their facebook information?
IF YES...
Does it therefore create them a new registered user on my site based off of their facebook login information?
Someone PLEASE answer me this.
Yes
dangerin
01-22-2010, 08:12 PM
And for my questions?
The onli field to fill were api code / secret code and id name of application of facebook created?
The strange problem is that i do not see any icon to connect with facebook and also that i can not view any information in acp cliccking edit setting in facebook bridge ( not in options product yafb )
i hope to be axplained well
If ther is some really really really good person that can explain me step by step the procedure to confgure and installa the product i will be really happy..
i've dne all that how instrutions but with configuration of facebook application i've tried with parameters and the big problem is that i do not see any icon "connecvt facebook " and editing setting of facebook bridge i do not see nothing. .
however is a GREAT MOD and the best in web...
Bouncer222
01-22-2010, 08:37 PM
Yes
Is that yes for both?
Thanks!
way2xtreme
01-22-2010, 08:54 PM
It's vBet. As I remember this modification has a vBulletin 4 version. Please make sure you are using it
Hello,
Just to let you know I have the latest version vBet (2.4.1) installed which is made for vB4. Please let me know once the conflicts have been resolved and I will try YAFB again... Thanks
WC
BBR-APBT
01-22-2010, 09:08 PM
Is that yes for both?
Thanks!
Yes for both
hollosch
01-22-2010, 09:46 PM
Hi,
i translated this Addon into german (Du-Version). Frontend is translated for now.
If there are mistakes in the file, please contact me.
Have fun !
Viel Spaß !
Bouncer222
01-22-2010, 11:38 PM
If you want to use the Account Reclamation feature, please place http://domain.com/forums/register.php?do=fbb_reclaim into Account Reclamation URL field. With other fields, it's your decision to made
Where is that? I cannot find it in the options>facebook bridge..?
Bouncer222
01-22-2010, 11:50 PM
By the way, my facebook connect button doesn't appear at www.brotherhoodofgamers.com anyone know why? I did everything it said in the installation and no errors.
Zaiaku
01-23-2010, 01:02 AM
Update went smooth for me.
Solves the error I was getting with the arhives.
I did notice the error BBR-APBT was reffering to and he did post a fix for it.
Anyone tried this feature yet :
3.2.3 Allow synchronizing comments from Facebook into the associated thread in vBulletin
BBR-APBT
01-23-2010, 01:27 AM
Update went smooth for me.
Solves the error I was getting with the arhives.
I did notice the error BBR-APBT was reffering to and he did post a fix for it.
Anyone tried this feature yet :
3.2.3 Allow synchronizing comments from Facebook into the associated thread in vBulletin
Not yet but I just released this to the public 20 minutes ago and already have people joining from facebook so I am sure it will get used. Ill post how it goes.
Bouncer222
01-23-2010, 02:49 AM
If you want to use the Account Reclamation feature, please place http://domain.com/forums/register.php?do=fbb_reclaim into Account Reclamation URL field. With other fields, it's your decision to made
Where is that? I cannot find it in the options>facebook bridge..?
By the way, my facebook connect button doesn't appear at www.brotherhoodofgamers.com anyone know why? I did everything it said in the installation and no errors.
Can anyone help me with these please?
Zaiaku
01-23-2010, 03:54 AM
Faacebook bridge options for users is locating in the UserCP. From any forum page just go to settings and its usually at the bottom unless you have other mods or template changes that effect that same area. Members can disconnect and reconnect accounts from there.
BBR-APBT
01-23-2010, 04:08 AM
Can anyone help me with these please?
You would put the url in the facebook options on the connect page in the developer settings.
dangerin
01-23-2010, 07:04 AM
Not yet but I just released this to the public 20 minutes ago and already have people joining from facebook so I am sure it will get used. Ill post how it goes.
Please post how it goes because i've passed the night to try and retry but the facebook connect button do not appear and in the acp at facebook bridge clicking edit options do not appear nothin except the options menu of Vb 4.0.1.
The product is installed and the options for product are set to enabel the bridge but ..
Please anyone help me?
thank to all
You also say that is all simple and to put the url code in the facebook options.. but for inexpert people how me is better if you say exactly what url and how we find it etc etc. you have to speak how with a little baby. thanks newly
dangerin
01-23-2010, 07:13 AM
Update went smooth for me.
Solves the error I was getting with the arhives.
I did notice the error BBR-APBT was reffering to and he did post a fix for it.
Anyone tried this feature yet :
3.2.3 Allow synchronizing comments from Facebook into the associated thread in vBulletin
i'm happy for you..
can you explain better the configurations steps in the creation of facebook appplication and where to find parameters ?
also what we can do to appear the facebook connect in the site or to activate the edit settings of acp for facebook bridge?
thank and excuse me if i'm not really abel how us but is the first installation of a great product
how this.
ScottiG
01-23-2010, 07:28 AM
Bouncer... I posted the help you need several pages back. I was having the same problem in a custom site style and it took me a while to figure out what the problem was, but check here for your answer...
https://vborg.vbsupport.ru/showpost.php?p=1960923&postcount=205
dangerin
01-23-2010, 07:48 AM
me also have the same problem of button that do not appear.
i've inserted the line
$template_hook[navbar_buttons_right]
above in te header style how your suggest but has not changed nothing.
thanks everyway for indication.
I wait for other suggest..
can it be better to unistall and reinstall all the product?
all the files must be removed manually from server or is automatic with unistall?
mrpaint
01-23-2010, 09:51 AM
@dangerin: Please post screenshots for: AdminCP (mostly the left navigation area), Forum Home (mostly the navbar section), UserCP (left navigation again). Please note that the connection button doesn't show up with logged in users
@Zaiaku: You can test it on my demo board. Please note that if the Facebook user who commented on one of the published post and his/her comments get synchronized into forums, the time he/she try to register (or connect the Facebook Account with an forum account), all the post will be updated to associate with the forum account. ;)
@BBR-APBT: Thank you for the fix :D Brilliant!
gyaronn
01-23-2010, 09:53 AM
i get this error when i pres the user name of any one
Fatal error: Call to a member function query_first_slave() on a non-object in /home/fmsasorg/public_html/forums1/includes/class_profileblock.php(290) : eval()'d code on line 61
dangerin
01-23-2010, 10:36 AM
[QUOTE=mrpaint;1964202]@dangerin: Please post screenshots for: AdminCP (mostly the left navigation area), Forum Home (mostly the navbar section), UserCP (left navigation again). Please note that the connection button doesn't show up with logged in users
Thank for answer and i hope that my screenshots are ok.
i do not understand what do you mean with user cp lef tnavigation.
i do not find it .
Bouncer222
01-23-2010, 10:58 AM
Where is that? I cannot find it in the options>facebook bridge..?
By the way, my facebook connect button doesn't appear at www.brotherhoodofgamers.com anyone know why? I did everything it said in the installation and no errors.
You would put the url in the facebook options on the connect page in the developer settings.
That still doesn't help me unfortunetly :(
I am kind of new to facebook, could you provide a step by step on how to get there please?
Admincp> then what?
Bouncer222
01-23-2010, 10:59 AM
Bouncer... I posted the help you need several pages back. I was having the same problem in a custom site style and it took me a while to figure out what the problem was, but check here for your answer...
https://vborg.vbsupport.ru/showpost.php?p=1960923&postcount=205
I read the post, but you stated that you have errors with something on there? Has that been fixed?
And what code should I search for in the header template and add it before or after?
mrpaint
01-23-2010, 11:25 AM
i get this error when i pres the user name of any one
vBulletin version please?
[QUOTE=mrpaint;1964202]@dangerin: Please post screenshots for: AdminCP (mostly the left navigation area), Forum Home (mostly the navbar section), UserCP (left navigation again). Please note that the connection button doesn't show up with logged in users
Thank for answer and i hope that my screenshots are ok.
i do not understand what do you mean with user cp lef tnavigation.
i do not find it .
Did you put in API key and Secret?
About the UserCP navigation, go to UserCP, scroll to the bottom and take the screenshot of the left menu (contains Edit Passwords, etc)
I read the post, but you stated that you have errors with something on there? Has that been fixed?
And what code should I search for in the header template and add it before or after?
Put the string at the place where you want the button to display. Or send me an email with your template attached. My email address: daohoangson[at]gmail.com
Zaiaku
01-23-2010, 11:48 AM
@Zaiaku: You can test it on my demo board. Please note that if the Facebook user who commented on one of the published post and his/her comments get synchronized into forums, the time he/she try to register (or connect the Facebook Account with an forum account), all the post will be updated to associate with the forum account. ;)
Ok that sounds good but does it just make all the post at once at the time they registered or does thier post get inserted into the thread with the time they responded on facebook?
Also think there needs to be a update avatar button. Some members avatars aren't updating. They have to change them before syncing.
UPDATE::
If a member comments on a facebook post that was created from a thread it's not sync, bu if they post a reply on the forum it does show up on the facebook. Isn't it suppose to work both ways?
daniel.l
01-23-2010, 05:33 PM
Hello
I can´t not see the Connect with Facebook Button on the Navbar?
Thanks for our Info´s
Bouncer222
01-23-2010, 05:39 PM
I put $template_hook[navbar_buttons_right]
It shows up under the place where you type the username and password, exactly where I wanted it to, but it shows just the text, is that the wrong code to input??
My button doesnt show up, just a text. how to fix?
daniel.l
01-23-2010, 05:54 PM
funktioniert bei mir nicht ?Hi,
i translated this Addon into german (Du-Version). Frontend is translated for now.
If there are mistakes in the file, please contact me.
Have fun !
Viel Spa? !
Wakey
01-23-2010, 06:45 PM
I posted this on the 3.8 thread but haven't got a response from anyone over there but thought someone here might know
Does anyone else have some users experiencing this problem.
When some of my users login they get taken to the a vBulletin error page stating
Default Re: New Facebook Connect Implementation - Bugs
I'm still getting this.
Username, you do not have permission to access this page. This could be due to one of several reasons:
1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
It does however log them in fine. If anyone has any ideas of the issue please let me know
hassshasss
01-23-2010, 07:30 PM
Warning: html_entity_decode() [function.html-entity-decode]: charset `ISO-8859-9' not supported, assuming iso-8859-1 in [path]/fbb/functions.php on line 823
Turkish language on our website have this problem what can we do?
madotds
01-23-2010, 09:28 PM
I think I have found a big issue :( with registering.
on facebook.php you click on "connect with facebook" then on "connect" it brings you back to facebook.php. gook so far.
now if you click on "login in now" it redirects me through a page saying account not found please register. again fine so far. now i fill in username, password and email as per normal. then click on "complete registration" and i get
Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/fhlinux199/c/called2duty.com/user/htdocs/fbb/runbox_hook_register_addmember_complete.php on line 5
Edit: just to say when i got this error i pushed back on the browser and it redirected to the forum ok registration complete but users wont know this.
this also is happining on others websites because i tried it.
hope this clear
Mark
skylab
01-23-2010, 09:34 PM
Anyone know how I can convert my current FBConnect to YAFB? I'd like to keep the same data.
Bouncer222
01-23-2010, 09:58 PM
I put $template_hook[navbar_buttons_right]
It shows up under the place where you type the username and password, exactly where I wanted it to, but it shows just the text, is that the wrong code to input??
My button doesnt show up, just a text. how to fix?
Anyone please?
Zaiaku
01-23-2010, 11:04 PM
Anyone know how I can convert my current FBConnect to YAFB? I'd like to keep the same data.
There's a converter already added to this mod. Its int eh options of this mod.
hassshasss
01-24-2010, 10:16 AM
huhu hey bana yardım ediyorsun? :)
[KODU] Uyarı: () [function.html-varlık-decode]: charset `ISO-8859-9 'desteklenmiyor, iso-8859-1 varsayarak [yol hattı ?zerinde 823] / fbb / functions.php html_entity_decode [/ KODU]
[B] web sitemizde T?rk dili bu sorunu ne yapabiliriz? [/ B] var
vexvegaz
01-24-2010, 12:46 PM
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.
Zaiaku
01-24-2010, 03:36 PM
"Display posts from friends"
I don't even know what that feature does so I never activated it. What exactly does it do posts other people's post on your wall?
There still some bugs here and there but thy not on all sites so its not universal.
vexvegaz
01-24-2010, 04:13 PM
hey zaiaku,
from my understand that feature is for adding either a tab or a widget in you vb member profile page that pulls posting from your facebook wall. im pretty sure thats it :)
Bouncer222
01-24-2010, 05:35 PM
so no one still knows anything about the issue with the button?
BBR-APBT
01-24-2010, 06:27 PM
so no one still knows anything about the issue with the button?
I removed the default button and replaced it with my own.
I put the following in the header.
<vb:if condition="$show['guest']">
<div style="float: right; padding-top: 30px; padding-right: 10px; ">
<a href="{vb:raw vboptions.bburl}/facebook.php{vb:raw session.sessionurl_q}" rel="nofollow">
<img src="{vb:raw vboptions.bburl}/images/buttons/fbconnect.gif" border="0"/>
</a>
</div>
</vb:if>
P.S. you do not need the full path like I did. My site runs across sub domains so I have to use full path all the time.
Bouncer222
01-24-2010, 08:52 PM
This is strange, did you rename your image names? Because I don't have the image name fbconnect.gif
Bouncer222
01-24-2010, 08:53 PM
And my login box got messed up now, it is like all the way on the top left corner of the site.
Where exactly did you paste this code in header?? I want it to show up under the login box
EDIT: ok so I simply put
<a href="{vb:raw vboptions.bburl}/facebook.php{vb:raw session.sessionurl_q}" rel="nofollow">
<img src="{vb:raw vboptions.bburl}/images/facebookconnect.gif" border="0"/>
</a>
under the remember box... Now I have to check if it works, How do I make it show up for those logged in already as well?
UpFriends
01-24-2010, 09:28 PM
Working like a charm on my site, just upgraded with no problems. Thanks for this mod!
RedTrinity
01-25-2010, 01:37 AM
I am having an issue.
I use separate e-mail addresses for everything...
My website's e-mail is utahraves@codycook.us and my Facebook is facebook@codycook.us, it does not detect me as a user and wants me to sign up as a new registration... please advise.
Thank you.
A few of my members have the same issue. Is there a workaround for this yet? :)
Ranger187
01-25-2010, 02:27 AM
A few of my members have the same issue. Is there a workaround for this yet? :)
Have the admin change the email ;)
Zaiaku
01-25-2010, 03:08 AM
Any reason why some user when view in the Connected Users Manager doesn't have all the info field out like the name birthday profile url?
RedTrinity
01-25-2010, 03:22 AM
Have the admin change the email ;)
I asked the first member this, but they didn't want to change it. Apparently the email address they use for FB is a 'junk' one.
So it would be good if there was some kind of alternative to get around this.
BBR-APBT
01-25-2010, 03:43 AM
Any reason why some user when view in the Connected Users Manager doesn't have all the info field out like the name birthday profile url?
I do believe that has to do with the facebook privacy settings.
BBR-APBT
01-25-2010, 09:55 AM
I get this error:
PHP Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /path/to/forums/fbb/runbox_hook_register_addmember_complete.php on line 5
I just disabled the plugin for this fle. Doesn't seem like it needs it to run.
What is this runbox for anyway? You never said nothing about adding a runbox.com affiliate program in this hack.
Also found a bug when Auto Authentication (login and logout automatically) - is set to off the javascript pop still says it found you.
meeja
01-25-2010, 12:54 PM
Do you think the next update for this might allow for vb admins to use this exclusively for signups - I don't want anyone to be able to sign up to my board without a FB account.
Do you think that might be possible?
This (I think) is the best mod that's ever been introduced for vB.
Zaiaku
01-25-2010, 02:01 PM
I get this error:
PHP Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /path/to/forums/fbb/runbox_hook_register_addmember_complete.php on line 5
I just disabled the plugin for this fle. Doesn't seem like it needs it to run.
What is this runbox for anyway? You never said nothing about adding a runbox.com affiliate program in this hack.
Also found a bug when Auto Authentication (login and logout automatically) - is set to off the javascript pop still says it found you.
This was just added to version 3.2. I also have disabled this aswell.
zombietom
01-25-2010, 02:15 PM
Has anyone tested this latest version (3.2.3) on a 3.7 version of VB?
I tried to upgrade to 3.0 verison of Yay! Another Facebook Bridge but it killed my site ..so i went back to 2.2 version...would love to updated the newest version.
I will check for a replay later as i have to go to a funeral today.
thanks
and a special Thanks to Mr.paint for making and maintaining this MOD
Still no reply to this anyone?
thanks
Fr4n-FX
01-25-2010, 09:25 PM
vb4.0.1 -> i have 3.0 mod version in my forum, is advisable to install 3.2.1 in my forum or have problems?
Zaiaku
01-25-2010, 10:09 PM
I would upgrade as soon as possible. The new version fixes alot of teh old problems. and I have no seen it cause any new problems.
frogster
01-26-2010, 03:43 AM
Hi,
I just installed this mod on my forum and now I only see a white screen. I uploaded all of the files first on my forum root and then imported the product and this happened. I tried uninstalling and installing and nothing...now whether it's installed or not I just get a white page. help! vb4.0.1 version
THanks,
M
Hi,
I just installed this mod on my forum and now I only see a white screen. I uploaded all of the files first on my forum root and then imported the product and this happened. I tried uninstalling and installing and nothing...now whether it's installed or not I just get a white page. help! vb4.0.1 version
THanks,
M
Disable your mods via the config.php if all you are getting is a white screen. Then, try and find the root cause of your problem from there. Also, make sure the files you uploaded were done so correctly.
Lastly, check this document for help: http://www.vbulletin.com/docs/html/blank_pages
[We're using 4.0.1 with this mod and no problems.]
balkanboy
01-26-2010, 04:05 AM
archive link working now?
BBR-APBT
01-26-2010, 04:12 AM
archive link working now?
Yes I posted two fixes in this thread. one on the change avatar page and one on the facebook register page. Just search for post in this thread by me.
Working like a champ.
balkanboy
01-26-2010, 04:56 AM
normal register get this error....
Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/user/public_html/fbb/runbox_hook_register_addmember_complete.php on line 5
Disabling atm
BBR-APBT
01-26-2010, 06:04 AM
normal register get this error....
Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/user/public_html/fbb/runbox_hook_register_addmember_complete.php on line 5
Disabling atm
Dude read the thread just two post above yours I said I posted a fix for that.
I get this error:
PHP Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /path/to/forums/fbb/runbox_hook_register_addmember_complete.php on line 5
I just disabled the plugin for this fle. Doesn't seem like it needs it to run.
vexvegaz
01-26-2010, 01:28 PM
Can someone clerify something for me please.
What exactly are these options for
Display a Facebook Block in Member Info page - Off
Display posts from friends - Off
does it pull wall data and places it in a tab or box into the forum members profile page?
When turned on does it work for you guys?
messengermatt
01-26-2010, 03:06 PM
I cant understand this mod i have it installed but i cant understand what your supposed to put into the facebook bridge options under the forum manager.
Can someone put this into simple easy to understand instructions?
Zaiaku
01-26-2010, 08:19 PM
I cant understand this mod i have it installed but i cant understand what your supposed to put into the facebook bridge options under the forum manager.
Can someone put this into simple easy to understand instructions?
Watch the videos they tell and show you exactly what. This is seriously a 2min install for the most part.
messengermatt
01-27-2010, 08:09 AM
Watch the videos they tell and show you exactly what. This is seriously a 2min install for the most part.
i installed it ok, its just the options for it are made for complicated people as i dont understand them lol when your configuring it.
messengermatt
01-27-2010, 08:33 AM
Allow to publish posts in this forum to Facebook?
Allow to publish Prevent publishing (turn off or disable, based on Global Setting) Turn off publishing options (if they are shown) Disable publishing completely
Page ID to publish feed when new thread posted
Normally, your page URL is in the form of "http://www.facebook.com/pages/Your-page-name/1234567890", so the Page ID is the sequence of number "1234567890"
Page Owner Facebook UserID
This Facebook Profile must be connected with a forum Account with Offline Access permission granted!. If you wish to publish to Page using Page Account itself, ask the Page Owner to visit this page: http://acereptiles.co.uk/forums/profile.php?do=fbb_pages. To get the Facebook UserID of a user, you can visit his/her Profile, move your mouse over "Send [name] a Message" (under Profile Avatar), copy the link, it is in the form of "http://www.facebook.com/gigaboxx/dialog/MessageComposer.php?id=987654321", so the Facebook UserID is "987654321"
It's that i dont understand its not as easy as you may think especially as it comes across as double dutch to me :s
Zaiaku
01-27-2010, 12:50 PM
Oh the options. Yeah the options could be alot better described.
Allow to publish posts in this forum to Facebook?
Basically allow ot denied people from being able to transmit their post to facebook in a certain forum
Page Owner Facebook UserID
OK this requires Account with Offline Access permission granted. Pretty much when connected through facebook the top 4 options need to be on for real usage of this mod.
Alot of my members are having trouble understand the options page. I just posted a thread to them to let them know which options to turn on and then which ones to choose which they want.
ShadowTurk
01-27-2010, 10:22 PM
I've a problem, I've been having trouble with the avatar issue as well, but the thing is, I'm not getting a syntax error, but instead I get everything but the avatar section to show.
here's a screenshot to what I am talking about:
http://i45.tinypic.com/2dnbs4.png
Is there a way to fix that?
Edit: apparently everything seems to working now with Facebook avatar syncing turned off.
BBR-APBT
01-27-2010, 11:23 PM
I've a problem, I've been having trouble with the avatar issue as well, but the thing is, I'm not getting a syntax error, but instead I get everything but the avatar section to show.
here's a screenshot to what I am talking about:
http://i45.tinypic.com/2dnbs4.png
Is there a way to fix that?
Edit: apparently everything seems to working now with Facebook avatar syncing turned off.
You failed to read the first post of this thread.
[KNOWN ISSUES]
1. Editing Avatar in vBulletin 4 caused error. Temporary fix is available: https://vborg.vbsupport.ru/showthread.php?p=1963679#post1963679
Come on people read.
milsirhc
01-28-2010, 01:08 AM
This works great on vb 3.8.4, however now when a user register the manual way, it will display a white screen at the "addmember" page.
The verification email still got sent to the user though.. just that it displayed a white screen and not the usual notice message.
Anyone got the same problem?
Kingdombuilder
01-28-2010, 08:04 AM
I'm running 4.0.1 on linux
i installed the 3.2 and i have finally followed this thread from the beginning to the end. I love the this mod concept and it has great potential for my site. i don't have the buttons showing either under my navbar.
My issue is that when i go to settings and hit the FB Bridge options link i get the big button. When i hit it a pop p window comes up asking me to connect. i hit connect and nothing happens. It is as if I did not hit it. I optimized and repaired all tables and waited a good hour as i read this thread and it still does the same thing. Does anyone else have this problem? Can anyone shed any light on this?
New development: 1/28/10 4:09am
I shared a post and then went back to the setting and the options link and i got this:
http://www.blackberryspot.com/KingdombuilderImages/fb%20problem.jpg
With no button to connect. I have no buttons on my forum at all. The only one that shows is the one in settings...
More info: 1/28/10 1:00pm
i notice that the buttons show up if you are a guess and not a registered member. Once I login then the buttons disappear... Even then when i logout and try to get connect i still have the same problem with the pop up windows asking to connect and when i push the button to conneect nothing happens. It just sits there as if i didn't push the buttons...
Kingdombuilder
01-29-2010, 04:26 AM
I'm assuming the support is no more...
BBR-APBT
01-29-2010, 06:04 AM
I'm assuming the support is no more...
For your question about nothing happens. See that button that says Save Changes in your screen shot?
Press it.
The page will reload with your settings page.
For the question of you assume support is no more. As I tell every one if you read the thread you would see that the developer will not be on till February.
Kingdombuilder
01-29-2010, 06:13 AM
i appreciate the reply...
I hit the button save changes and it reloads with a message saying that There is no connection... I read the whole thread and I must have missed that searching for answers to my specific problems, sorry about that...
Zaiaku
01-29-2010, 12:52 PM
The Developer has limit online access for the time but alot of members here are providing support as well for the product. Try logging in to facebook again and then to your site. I have 1 member with the same issue or atleast similar and have yet been unable to figure out exactly why.
tpearl5
01-29-2010, 02:17 PM
This works great on vb 3.8.4, however now when a user register the manual way, it will display a white screen at the "addmember" page.
The verification email still got sent to the user though.. just that it displayed a white screen and not the usual notice message.
Anyone got the same problem?
I'm having the same problem - I haven't found a solution yet.
tpearl5
01-29-2010, 02:21 PM
I get this error:
PHP Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /path/to/forums/fbb/runbox_hook_register_addmember_complete.php on line 5
I just disabled the plugin for this fle. Doesn't seem like it needs it to run.
What is this runbox for anyway? You never said nothing about adding a runbox.com affiliate program in this hack.
Also found a bug when Auto Authentication (login and logout automatically) - is set to off the javascript pop still says it found you.
I didn't get a parse error but it looks like that file was the culprit for a white 'addmember' page as well. I'm guessing the developer was adding a feature for a runbox affiliate system and didn't finish testing it. There's a couple phrases and an e-mail that were added in the last release as well. "setting_fbb_runbox_affiliate_id_desc" describes it, but I don't see this in the settings anywhere - regardless runbox_hook_register_addmember_complete.php was triggered when it shouldn't have.
RedTrinity
01-30-2010, 12:13 AM
I just had to disable this mod.
For some reason out of the blue last night, it was causing members to get stuck on page 1 of every thread? The page change buttons weren't working.
Narrowed it down to this mod being the problem... disabled it alone, and the problem went away immediately.
Though not sure how or why it would have been causing it :confused:
Anybody else had this happen?
Zaiaku
01-30-2010, 12:31 AM
First I ever heard of this problem. Just tried looking at any multi-page thread and I don't have this problem. Very odd. I have alot of SHOWTHREAD effected mods and still don't have this one.
RedTrinity
01-30-2010, 02:26 AM
First I ever heard of this problem. Just tried looking at any multi-page thread and I don't have this problem. Very odd. I have alot of SHOWTHREAD effected mods and still don't have this one.
Yeah it only just started happening late last night out of the blue. Hadn't done any changes with the forum either, at least not for a few hours!! So I don't know what triggered it off, or why.
Other users started reporting the problem, then it started happening to me an hour or so after the first user had posted about it. Hasn't happened again since I identified the problem as being caused by this mod, and disabling it.
Very odd alright :confused: But I do hope the problem can be identified/fixed somehow as I really do like this mod, and would like to keep using it on our forum...
BBR-APBT
01-30-2010, 03:04 AM
Yeah it only just started happening late last night out of the blue. Hadn't done any changes with the forum either, at least not for a few hours!! So I don't know what triggered it off, or why.
Other users started reporting the problem, then it started happening to me an hour or so after the first user had posted about it. Hasn't happened again since I identified the problem as being caused by this mod, and disabling it.
Very odd alright :confused: But I do hope the problem can be identified/fixed somehow as I really do like this mod, and would like to keep using it on our forum...
Do you think something you edited hours before this happened could interfere with the facebook modification?
Cause I do not have this problem and I have tons of custom code with in my forum.
RedTrinity
01-30-2010, 12:23 PM
Do you think something you edited hours before this happened could interfere with the facebook modification?
I'm really not sure, BBR-APBT! What sort of change would cause it to do this, do you think?
The fact it all started happening a few hours later (when I wasn't doing anything) and then at different times for different users, is really bizarre. The first reported incident was at 10.30pm, with about 2-3 reported after that... I didn't see them until 12.30am, that's when it started happening for me, too. I had been online and regularly posting that entire time.
Its a pity the developer isn't around at the moment, maybe he would have some ideas on what I could check for troubleshooting.
Zaiaku
01-30-2010, 12:58 PM
Try turning all all your mods except for this one and see if the problem is still there.
Kingdombuilder
01-30-2010, 04:59 PM
I uninstalled the mod and then after a couple of days reinstalled it and It worked for me. I still have the missing button issue and the panel does not show up in my profile, but it is working for the time being... Anxiously awaiting the updated release...
I uninstalled the mod and then after a couple of days reinstalled it and It worked for me. I still have the missing button issue and the panel does not show up in my profile, but it is working for the time being... Anxiously awaiting the updated release...
Are you certain that your navbar (or header) template contains the requisite hook?
vespillo
01-30-2010, 06:05 PM
What is runbox, and why is that in the mod, more importantly How do i disable it. If you need money ask for donations. I am certain people will gladly donate for a functioning mod. But don't go sneakily advertise affiliate links.
BBR-APBT
01-30-2010, 08:55 PM
What is runbox, and why is that in the mod, more importantly How do i disable it. If you need money ask for donations. I am certain people will gladly donate for a functioning mod. But don't go sneakily advertise affiliate links.
Go in to your plugins manager, and uncheck the box for that plugin(it is plain as day). Press save at the very bottom of the page.
vespillo
01-30-2010, 09:20 PM
Go in to your plugins manager, and uncheck the box for that plugin(it is plain as day). Press save at the very bottom of the page.
I did disable the mod as soon as i noticed this source of concern, and i didn't intend to sound harsh in this regard. It just seems highly suspicious that this "feature" is added to the product but not to the product description. Were i not changing the phrases into understandable English terms (work which i wanted to help the dev with) I would simply not have noticed this near spamvertisements existence, thing that might be against the guidelines of vb.org modding, if not that just plain unethical. I must stress I appreciate the effort the developer has put into this plugin.
Had i to chose between giving $50 or advertising a service i never heard of and risking users privacy, i'd give the $50 in a hearthbeat.
So in this regard, Mrpaint. My point of view : it does not make sense to deceive and trick your client?le. How are you going to regain the trust of the people that when finding this out will likely disable the mod, and think twice before installing anything you coded.
Frankly whats next ? Backdoors in mods; fine as long as nobody finds out?
BBR-APBT
01-30-2010, 09:50 PM
I did disable the mod as soon as i noticed this source of concern, and i didn't intend to sound harsh in this regard. It just seems highly suspicious that this "feature" is added to the product but not to the product description. Were i not changing the phrases into understandable English terms (work which i wanted to help the dev with) I would simply not have noticed this near spamvertisements existence, thing that might be against the guidelines of vb.org modding, if not that just plain unethical. I must stress I appreciate the effort the developer has put into this plugin.
Had i to chose between giving $50 or advertising a service i never heard of and risking users privacy, i'd give the $50 in a hearthbeat.
So in this regard, Mrpaint. My point of view : it does not make sense to deceive and trick your client?le. How are you going to regain the trust of the people that when finding this out will likely disable the mod, and think twice before installing anything you coded.
Frankly whats next ? Backdoors in mods; fine as long as nobody finds out?
Disable the plugin for that file not the whole product. I already mentioned this in this thread and he will not be on till some time in the next week or so. Chill out and let him answer before bashing him. Maybe it was for his site only and he accidentally added it into the release for public.
vBulletin.org also knows this is in the mod as I reported it to them. I did not find a affiliate ID in the code. So it does not work it just causes a error.
mrpaint
01-30-2010, 10:26 PM
it looks like it ' s really hot here . regarding the runbox affiliating plugin , one of my friend suggested that website for me since his old modification doesn ' t work when using in combination with yafb . i tried to make it for him but i haven ' t had enough time to test it properly so i left it out in the latest release , no word is given in description or no option in admincp is available ( i removed them )
so , to vespillo , i do understand your concern regarding your members privacy so it ' s your decision to use yafb or not but please do not say it that way . thank you
also , i really appreciate your help , bbr-apbt and zaiaku . i will come back soooon
ps : to vespillo , if you are kind enough , you may find the paypal link somewhere in the first post . i ' m pretty sure that vbulletin.org has built in donating feature : d
Megatr0n
01-30-2010, 11:27 PM
it looks like it ' s really hot here . regarding the runbox affiliating plugin , one of my friend suggested that website for me since his old modification doesn ' t work when using in combination with yafb . i tried to make it for him but i haven ' t had enough time to test it properly so i left it out in the latest release , no word is given in description or no option in admincp is available ( i removed them )
so , to vespillo , i do understand your concern regarding your members privacy so it ' s your decision to use yafb or not but please do not say it that way . thank you
also , i really appreciate your help , bbr-apbt and zaiaku . i will come back soooon
ps : to vespillo , if you are kind enough , you may find the paypal link somewhere in the first post . i ' m pretty sure that vbulletin.org has built in donating feature : d
mrpaint, please check your e-mails as it is urgent! :)
Zaiaku
01-31-2010, 12:18 AM
Recap for people who aren't searching through the thread.
Before posting problems make sure you are using the latest version. Version 3.2.1
Everyone concerned about Runbox
Just incase everyone starts wondering about this runbox thing. Don't worry your members aren't being signed up to anything else. As going through the code the plugin doesn't seem to be active. Possible something for future use. BBR-APBT has already stated that the plugin can be deactivate without hurting anything. Just go to your plugins page in your Admin CP, CTRL+F runbox, deactive the 1 plugin, save and your done.
Everyone who's not seeing buttons and the auto template edits
If you not aware auto-template edits usually depend on something that is already present in the target template. If you have altered a template there is a chance that you made have remove something so that the auto-template edit doesn't take place. Always try in a default template to make sure.
Everyone with errors in Edit Avatar page
BBR-APBT posted the fix here (https://vborg.vbsupport.ru/showthread.php?p=1963679#post1963679").
Different email address issues
I have members that are different email address and has not been a problem. If you did a test account try clearing cache/cookies. Remember to do a total uninstall of the app on facebook. Please remember facebook changes coding like the weather.
Connection/Notification Issues
OK this seems to be a browser issue. As I've tried the mod in many browsers. Remember facebook isn't too found of firefox many times. Google chrome works great but sometimes doesn't get sent to facebook. Any problems I have had in this area has been on the facebook site.
Auto changes in settings
I have one member that avatar gets sync when she decides not to have it sync. She'll turn off the feature and about a week later it turns itself bacc on. I have no being able to reproduce this but I think this issue comes up with 2 or more people using the same computer. So say PersonA has their own account on your forum and facebook and then Person be has their own accout on your forum and facebook, and they using the same computer account this problem can arise.
Rob F
01-31-2010, 01:04 AM
Excellent post Zaiaku :D
Currently playing about with this on my test site and was getting some strange errors and actions ... thanks to your post I now realise this was because I was using Firefox at the time. Have now tried doing the same actions in IE and its working exactly as it should :D
RedTrinity
01-31-2010, 02:15 AM
Try turning all all your mods except for this one and see if the problem is still there.
That was the first thing I did, to work out if it was a mod causing it... and sure enough with the plugins disabled, the forum worked fine. Turned them on, the problem was back again. So I started trying to narrow it down to the problem one.
Turning off just the Facebook mod alone fixed it in the end.
BBR-APBT
01-31-2010, 02:49 AM
That was the first thing I did, to work out if it was a mod causing it... and sure enough with the plugins disabled, the forum worked fine. Turned them on, the problem was back again. So I started trying to narrow it down to the problem one.
Turning off just the Facebook mod alone fixed it in the end.
What they meant was to turn off all plugins and leave only the facebook modification active.
Then see if you have the problem. If you do not have the issue with only facebook modification active, Then it is another mod interfering and not the facebook modification.
P.S. Great post Zaiaku
RedTrinity
01-31-2010, 09:05 AM
What they meant was to turn off all plugins and leave only the facebook modification active.
Then see if you have the problem. If you do not have the issue with only facebook modification active, Then it is another mod interfering and not the facebook modification.
Ahhh..... gotcha ;) Thanks for that suggestion. I'll try it tomorrow (about to head to bed lol) and let you know how I go!
Nadeemjp
01-31-2010, 10:00 AM
hey mrpaint, i am having errors, alot of errors whenever someone accesses the albums.
i am posting one of the errors as below:
Database error in vBulletin 4.0.1:
Invalid SQL:
SELECT
a.userid, a.attachmentid, a.state, a.contentid, a.filename, fd.userid as uploader, fd.extension, fd.filedataid, fd.thumbnail_dateline AS dateline, fd.thumbnail_filesize AS filesize, at.extension, at.mimetype, album.state AS albumstate, album.albumid, album.userid AS albumuserid, pbp.requirement AS privacy_requirement, a.fbbypass, a.fbpid
FROM attachment AS a
INNER JOIN filedata AS fd ON (a.filedataid = fd.filedataid) LEFT JOIN attachmenttype AS at ON (at.extension = fd.extension) LEFT JOIN album AS album ON (album.albumid = a.contentid) LEFT JOIN profileblockprivacy AS pbp ON (pbp.userid = a.userid AND pbp.blockid = 'albums')
WHERE a.attachmentid = 282 AND a.contenttypeid = 8;
MySQL Error : Unknown column 'a.fbbypass' in 'field list'
Error Number : 1054
Request Date : Sunday, January 31st 2010 @ 04:56:15 AM
Error Date : Sunday, January 31st 2010 @ 04:56:15 AM
Script : http://www.familybunker.com/forums/attachment.php?albumid=150&attachmentid=282t&thumb=1&dl=
Referrer : http://www.familybunker.com/forums/members/aamir.html
IP Address : xxxx
Username : xxx
Classname : vB_Database_MySQLi
MySQL Version : 5.1.30
with 3.8.4 there wasnt such error.
cna you cure it?
Zaiaku
01-31-2010, 12:44 PM
hey mrpaint, i am having errors, alot of errors whenever someone accesses the albums.
i am posting one of the errors as below:
Database error in vBulletin 4.0.1:
Invalid SQL:
SELECT
a.userid, a.attachmentid, a.state, a.contentid, a.filename, fd.userid as uploader, fd.extension, fd.filedataid, fd.thumbnail_dateline AS dateline, fd.thumbnail_filesize AS filesize, at.extension, at.mimetype, album.state AS albumstate, album.albumid, album.userid AS albumuserid, pbp.requirement AS privacy_requirement, a.fbbypass, a.fbpid
FROM attachment AS a
INNER JOIN filedata AS fd ON (a.filedataid = fd.filedataid) LEFT JOIN attachmenttype AS at ON (at.extension = fd.extension) LEFT JOIN album AS album ON (album.albumid = a.contentid) LEFT JOIN profileblockprivacy AS pbp ON (pbp.userid = a.userid AND pbp.blockid = 'albums')
WHERE a.attachmentid = 282 AND a.contenttypeid = 8;
MySQL Error : Unknown column 'a.fbbypass' in 'field list'
Error Number : 1054
Request Date : Sunday, January 31st 2010 @ 04:56:15 AM
Error Date : Sunday, January 31st 2010 @ 04:56:15 AM
Script : http://www.familybunker.com/forums/attachment.php?albumid=150&attachmentid=282t&thumb=1&dl=
Referrer : http://www.familybunker.com/forums/members/aamir.html
IP Address : xxxx
Username : xxx
Classname : vB_Database_MySQLi
MySQL Version : 5.1.30
with 3.8.4 there wasnt such error.
cna you cure it?
What version of the mod are you using?
Can you verify in myphpadmin there's that column is in your db?
vexvegaz
01-31-2010, 02:54 PM
quick question guys... in the forum manager option where "Page ID to publish feed when new thread posted", how do i set it up so it posts to a group page wall or application page wall instead of the owner wall?
tnks in advance
BBR-APBT
01-31-2010, 02:59 PM
quick question guys... in the forum manager option where "Page ID to publish feed when new thread posted", how do i set it up so it posts to a group page wall instead of the group owner wall?
tnks in advance
I was wanting to publish it to a Facebook Page instead of my profile. But that will inquire a bit more coding. I did not suggest it yet because it is best to have 100% working code before adding more features to the code. More features = more bugs to iron out.
How ever I am looking at writing a addon to this modification to do just that. Since Mrpaint gave permission to write addons for anyone. I figured I would take that up.
vexvegaz
01-31-2010, 03:27 PM
hey BBR, glad to hear that its not a setting i missed somewhere. and thank you for adding to this addon. since your thinking of doing a addon can you also add an option to post in group page too? that would be great.
thanks again BBR
Nadeemjp
02-01-2010, 09:28 AM
What version of the mod are you using?
Can you verify in myphpadmin there's that column is in your db?
Zia bro I am using the latest version.
It was working fine with 3.8.4 and then i upgraded to 4.0.1 and after many failed attemptes i finally successfully upgraded.
I am afraid that during the process, I might have deleted some critical file that is causing this. or maybe i deleted most of my previously installed modifications. i have really no idea what is causing this.
the album can be created, it can be deleted. but the old albums are not showing pictures. only the broken links and when someone attempts to access thos pictures, upload new pictures, etc this error is generated.
i am not a technical person so really dont know how to figure it out. since the error showed FBB, so i thought maybe my pro friends can help me out:)
Nadeemjp
02-01-2010, 09:49 AM
and no zai bro there is no table by the name of "a.fbbypass" in my database.
should i be looking somewhere else?
mobe00
02-01-2010, 11:07 AM
Works perfect here. I changed the facebook icon to a smaller one and placed it beside the login button. looks great i think. and the mod works perfect :)
mobe00
02-01-2010, 11:59 AM
To place the small facebook icon as i did beside the login button do this
In the header template search for :
<input type="submit" class="loginbutton" value="Login" tabindex="104" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
Righ after paste this code :
<vb:if condition="$show['guest']">
<a href="{vb:raw vboptions.bburl}/facebook.php{vb:raw session.sessionurl_q}" rel="nofollow">
<img src="{vb:raw vboptions.bburl}/fbb/fbconnect.gif" border="0"/>
</a>
</vb:if>
Download the fbconnect.gif icon that i attached here and upload it to your fbb folder in your root forum folder.
This will place the button to the right of the login button.
Zaiaku
02-01-2010, 01:06 PM
and no zai bro there is no table by the name of "a.fbbypass" in my database.
should i be looking somewhere else?
Looks like you upgraded the mod before upgrading the forum from the errror and what you told you you did. Try re-importing the product and use overwrite. If that doesn't work or as an alternative you can try running the query
ALTER TABLE `" . TABLE_PREFIX . "attachment`
ADD COLUMN `fbbypass` int(11) DEFAULT 0
,ADD COLUMN `fbpid` varchar(255) DEFAULT '-1'
BBR-APBT
02-01-2010, 04:14 PM
quick question guys... in the forum manager option where "Page ID to publish feed when new thread posted", how do i set it up so it posts to a group page wall or application page wall instead of the owner wall?
tnks in advance
I just looked at this again and I tried to use the options that are there it does not work.
In the log it says it posted but it really never did. So when Mrpaint gets back around to look at this I will send him my logs in a PM so he can look at it. I think I know the problem but when it comes to the facebook side of things I am still learning the ins and outs.
dangerin
02-01-2010, 05:19 PM
Good evening guys...
With the help of mobe00 that has installed this wonderful MOD on my site i see this errors code :
Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/*****/:/tmp:/usr/local/lib/php/) in [path]/includes/class_upload.php on line 275
Warning: fopen() [function.fopen]: Filename cannot be empty in [path]/includes/class_upload.php on line 281
what can be? I've reactivated all the products that i had deactivate for a correct installation of YAFB
Bye and thanks newly to mobe00
I just looked at this again and I tried to use the options that are there it does not work.
In the log it says it posted but it really never did. So when Mrpaint gets back around to look at this I will send him my logs in a PM so he can look at it. I think I know the problem but when it comes to the facebook side of things I am still learning the ins and outs.
It does post it to the Page wall, but looks to be only posting it to the 'Just Fans' part.
ie: http://www.facebook.com/nzboards - click the Wall tab and then Just Fans, there's some of mine there.
*edit* <jedihandmovement> Pay no attention to the fact the links are not dynamic. </jedihandmovement>
Zaiaku
02-01-2010, 05:29 PM
Good evening guys...
With the help of mobe00 that has installed this wonderful MOD on my site i see this errors code :
Warning: tempnam() [function.tempnam]: restriction in effect. File() is not within the allowed path(s): (/home/*****/:/tmp:/usr/local/lib/php/) in [path]/includes/class_upload.php on line 275
Warning: fopen() [function.fopen]: Filename cannot be empty in [path]/includes/class_upload.php on line 281
what can be? I've reactivated all the products that i had deactivate for a correct installation of YAFB
Bye and thanks newly to mobe00
open_basedir this is host problem not a mod problem. Not sure if there's a work around for this or now. I got his error without this mod when trying to uupload profile pics fro URL instead of from computer.
Its possible that you have open_basedir restrictions on your server. To get uploads to work you need to create a 'tmp' subdirectory under your main directory and chmod it to 777. Then in the Admin CP set "Upload In Safe Mode?" to 'Yes' and point the "Safe Mode Temp Directory" to that directory. Or disable open_basedir.
dangerin
02-01-2010, 05:38 PM
Mmmhh,
Firstly really thanks for answer but it's really difficult to understand for me that you said.
In effect i see that the post on facebook has not the avatar that firstly there was.
Is possible that you are able to explain how if you spoke with a little baby for what i must d to solve this error?
i've inderstood to create a tmp directory in public_html ( is my main directory ) but after i do not now where is the safe mode that you have indicated.
Thanks for all
BBR-APBT
02-01-2010, 06:21 PM
It does post it to the Page wall, but looks to be only posting it to the 'Just Fans' part.
ie: http://www.facebook.com/nzboards - click the Wall tab and then Just Fans, there's some of mine there.
*edit* <jedihandmovement> Pay no attention to the fact the links are not dynamic. </jedihandmovement>
Good Eye.
Yeah.. cos it might be a bit annoying to have all the random stuff coming up on the actual Page's wall.
If it could be conditioned to only specific Userid or Usergroupids, that might be feasible.
(The non-dynamic linkage is my current side project to integrate this with vBSEO ;) )
vexvegaz
02-01-2010, 06:41 PM
kall would u mind sharing how you got it to post in the application wall?
BBR-APBT
02-01-2010, 06:46 PM
kall would u mind sharing how you got it to post in the application wall?
It is in the forum manager edit a forum and it is all the way at the bottom.
Zaiaku
02-01-2010, 06:51 PM
Mmmhh,
Firstly really thanks for answer but it's really difficult to understand for me that you said.
In effect i see that the post on facebook has not the avatar that firstly there was.
Is possible that you are able to explain how if you spoke with a little baby for what i must d to solve this error?
i've inderstood to create a tmp directory in public_html ( is my main directory ) but after i do not now where is the safe mode that you have indicated.
Thanks for all
Actually the TMP dir should be the main directory not in the public_html atleast for me on my server it was. Safe mode uploading is in your AdminCP -> Server Settings and Optimization Options -> Safe Mode Upload Enabled
dangerin
02-01-2010, 06:56 PM
My hero Mobe00 has saved me an other time and now it's all OK.
Thanks to all for indications and especially to mobe.
Good evening to all
vexvegaz
02-01-2010, 07:36 PM
It is in the forum manager edit a forum and it is all the way at the bottom.
tried it again and still posting in my personal profile page instead of my application page
BBR-APBT
02-01-2010, 07:57 PM
tried it again and still posting in my personal profile page instead of my application page
Did you follow the instructions to the left of the box where you fill out your account information for each forum?
There is a link you have to click to get it to work.
Ricsca
02-01-2010, 11:03 PM
At the end of the recording I get this error:
Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /***/forums/fbb/runbox_hook_register_addmember_complete.php on line 5
Whay?
vexvegaz
02-01-2010, 11:10 PM
Did you follow the instructions to the left of the box where you fill out your account information for each forum?
There is a link you have to click to get it to work.
i dont know how to say this, but wow was i stuck on stupid for a while.
so ive been knockin myself up trying to get this to post int he app or group page and for a while to no avail. then ur post made me redo everything n re-re-re-read everything again.
low n behold i was putting the wrong input this whole time.
i was using "http://www.facebook.com/pages/mypagename/mypageid". the right way off cource, was to put in just the page ID without the long url . :o
anyways..i put in the page ID and it works , so to try and push it even further i got the page ID of the group wall and put that in. and now all post are being posted in the group page like i wanted it to int he first place.
thank again BBR for making me rethink/redo the whole process.
BBR-APBT
02-01-2010, 11:16 PM
At the end of the recording I get this error:
Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /***/forums/fbb/runbox_hook_register_addmember_complete.php on line 5
Whay?
Because I re-activated the runbox plugin by mistake, I have removed it now.
P.S. My live site is not for you to run test of this modification. I was wondering where this account came from.
That is so not cool man.
Because I re-activated the runbox plugin by mistake, I have removed it now.
P.S. My live site is not for you to run test of this modification. I was wondering where this account came from.
That is so not cool man.
Ahh. Me too.
Nadeemjp
02-02-2010, 08:17 AM
Looks like you upgraded the mod before upgrading the forum from the errror and what you told you you did. Try re-importing the product and use overwrite. If that doesn't work or as an alternative you can try running the query
ALTER TABLE `" . TABLE_PREFIX . "attachment`
ADD COLUMN `fbbypass` int(11) DEFAULT 0
,ADD COLUMN `fbpid` varchar(255) DEFAULT '-1'
no brother i imported the product after the updrage.
i did a re-import and the error still exists in the following form:
Database error in vBulletin 4.0.1:
Invalid SQL:
UPDATE attachment SET
fbbypass = 1,
contentid = 171,
posthash = '',
caption = 'Papa & Safa'
WHERE attachmentid = 492;
MySQL Error : Unknown column 'fbbypass' in 'field list'
Error Number : 1054
Request Date : Tuesday, February 2nd 2010 @ 04:11:28 AM
Error Date : Tuesday, February 2nd 2010 @ 04:11:28 AM
Script : http://www.familybunker.com/forums/album.php?do=updatepictures&albumid=171
Referrer : http://www.familybunker.com/forums/members/momin-albums-test.html
IP Address : xxxxxx
Username : Momin
Classname : vB_Database_MySQLi
MySQL Version : 5.1.30
Any ideas? cause vb team says it is because of the mod so they cant help me:(
Wordplay
02-02-2010, 09:06 AM
i saw your youtube videos, great mod!
one question though, is it possible to show it on someone's wall when somebody posts a new thread on a forum? that would be amazing!
BBR-APBT
02-02-2010, 09:21 AM
no brother i imported the product after the updrage.
i did a re-import and the error still exists in the following form:
Any ideas? cause vb team says it is because of the mod so they cant help me:(
Did you try to run the SQL query as you were instructed?
ALTER TABLE `" . TABLE_PREFIX . "attachment`
ADD COLUMN `fbbypass` int(11) DEFAULT 0,
ADD COLUMN `fbpid` varchar(255) DEFAULT '-1'
You would run this from your adminCP -> Maintenance -> Execute SQL Query
http://www.yoursite.com/path/to/admincp/queries.php?do=modify
i saw your youtube videos, great mod!
one question though, is it possible to show it on someone's wall when somebody posts a new thread on a forum? that would be amazing!
Yes it has this option if you turn it on.
coler
02-02-2010, 02:26 PM
Hello there,
after a new user has registered the following error occurs on:
Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/admin/public_html/forum/fbb/runbox_hook_register_addmember_complete.php on line 5
Where's the problem?
Thanks
coler
thunderclap82
02-02-2010, 02:36 PM
Is there a way to share CMS Articles with Facebook? It appears you can only share forum posts at this time. It would be great if there was a way to do this with Articles too.
BBR-APBT
02-02-2010, 02:58 PM
Hello there,
after a new user has registered the following error occurs on:
Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/admin/public_html/forum/fbb/runbox_hook_register_addmember_complete.php on line 5
Where's the problem?
Thanks
coler
This answer was posted several times in the thread. I do not know why it is so hard for people to read.
Go to your plugins manager.
Look for the plugin with the word runbox in the name. Either 1) Disable the plugin or B) delete the plugin. Do that only for this plugin not the whole product.
[not directed at any one,]
I will no longer answer repeat questions. If you are to lazy to read this thread for the answer I am to lazy to type the answer over and over.
[/not directed at any one]
BBR-APBT
02-02-2010, 02:59 PM
Is there a way to share CMS Articles with Facebook? It appears you can only share forum posts at this time. It would be great if there was a way to do this with Articles too.
That is not a option at this time. How ever I will take a look at Mrpaint's blog add on to share blogs and see if I can make it work with articles.
hassshasss
02-03-2010, 06:59 AM
Warning: html_entity_decode() [function.html-entity-decode]: charset `ISO-8859-9' not supported, assuming iso-8859-1 in [path]/fbb/functions.php on line 823
Turkish language on our website have this problem what can we do?
Nadeemjp
02-03-2010, 09:05 AM
Did you try to run the SQL query as you were instructed?
ALTER TABLE `" . TABLE_PREFIX . "attachment`
ADD COLUMN `fbbypass` int(11) DEFAULT 0,
ADD COLUMN `fbpid` varchar(255) DEFAULT '-1'
You would run this from your adminCP -> Maintenance -> Execute SQL Query
http://www.yoursite.com/path/to/admincp/queries.php?do=modify
Yes it has this option if you turn it on.
I tried executing the sql query and it says i am not authorized to run queries:(
i am the owner, did i mes up something that is why i dont have this permission?:(
vexvegaz
02-03-2010, 11:07 AM
I tried executing the sql query and it says i am not authorized to run queries:(
i am the owner, did i mes up something that is why i dont have this permission?:(
open up config.php and theres settings in there to add user ID's allowed to run queries.
Verionia
02-03-2010, 01:25 PM
Is this working now? Seems to me that there are still bugs... :/
Gnoll
02-03-2010, 01:46 PM
Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/****/:/tmp:/usr/local/lib/php/) in [path]/includes/class_upload.php on line 275
Warning: fopen() [function.fopen]: Filename cannot be empty in [path]/includes/class_upload.php on line 281
any solution ?
also , some dificulties with this mod (https://vborg.vbsupport.ru/showthread.php?t=232730)
Zaiaku
02-03-2010, 03:29 PM
Is this working now? Seems to me that there are still bugs... :/
I personally have this running on HEAVILY 4 sites right. No bug or errors from the mod what so error.
Rob F
02-03-2010, 11:35 PM
I've not installed this on a live site yet, but from playing with it on our test site the only issues I've come across have all been Firefox related (ff & facebook really don't seem to like working together).
zhenyu86
02-03-2010, 11:46 PM
error during normal registration after pressing submit
BBR-APBT
02-04-2010, 12:37 AM
I've not installed this on a live site yet, but from playing with it on our test site the only issues I've come across have all been Firefox related (ff & facebook really don't seem to like working together).
Sure it does thats all I use is firefox.
BBR-APBT
02-04-2010, 12:38 AM
error during normal registration after pressing submit
Please read the thread or just search all post by me you will find the answer regarding turning off a specific plugin.
bunkin
02-04-2010, 04:50 AM
hi, i have followed the avatar fix and fixed the blank page issue.
However, when i select the button to sync avatar from fb, it shows a message "Upload failed due to failure writing temporary file". Am i suppose to input the url? or did i forget to set permission somewhere. any advice is appreciated. thanks
side note: yes i have enabled synchronize avatar under option tab.
BBR-APBT
02-04-2010, 05:09 AM
hi, i have followed the avatar fix and fixed the blank page issue.
However, when i select the button to sync avatar from fb, it shows a message "Upload failed due to failure writing temporary file". Am i suppose to input the url? or did i forget to set permission somewhere. any advice is appreciated. thanks
side note: yes i have enabled synchronize avatar under option tab.
Is your tmp directory writable?
bunkin
02-04-2010, 05:33 AM
i have set 777 on customavatar folder and images/avatar folder. which tmp dir are u referring to?
ps: changed the privacy settings in my fb account as well.
Nadeemjp
02-04-2010, 08:10 AM
Did you try to run the SQL query as you were instructed?
ALTER TABLE `" . TABLE_PREFIX . "attachment`
ADD COLUMN `fbbypass` int(11) DEFAULT 0,
ADD COLUMN `fbpid` varchar(255) DEFAULT '-1'
You would run this from your adminCP -> Maintenance -> Execute SQL Query
http://www.yoursite.com/path/to/admincp/queries.php?do=modify
.
hello brother
i ran the querry as told by you and zai bro.
the following is the result i was given:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table "databasename." . TABLE_PREFIX . "attachment' doesn't exist
what should i do next?
Spiritvn
02-04-2010, 03:27 PM
installed, gj man.
MickLite7
02-04-2010, 04:19 PM
I'm not see the share icon when I have that option checked in the settings.
BBR-APBT
02-04-2010, 04:40 PM
hello brother
i ran the querry as told by you and zai bro.
the following is the result i was given:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table "databasename." . TABLE_PREFIX . "attachment' doesn't exist
what should i do next?
ALTER TABLE `attachment`
ADD COLUMN `fbbypass` int(11) DEFAULT 0,
ADD COLUMN `fbpid` varchar(255) DEFAULT '-1'
Run this SQL query if you do not have a prefix set on on your tables.
BBR-APBT
02-04-2010, 04:42 PM
i have set 777 on customavatar folder and images/avatar folder. which tmp dir are u referring to?
ps: changed the privacy settings in my fb account as well.
The tmp directory for your web server. Contact your webhost and ask them if you have a tmp dir. You may be running in safemode for php.
Contact your host and ask them about that error.
I'm not see the share icon when I have that option checked in the settings.
Do you have a edited postbit template? The share icon shows up bu the report post.
MickLite7
02-04-2010, 05:52 PM
Do you have a edited postbit template? The share icon shows up bu the report post.
yes I had an edited postbit
BBR-APBT
02-04-2010, 06:24 PM
yes I had an edited postbit
Does it work on the default style?
putuajun
02-04-2010, 07:10 PM
Installed and have this error:
Warning: fopen() [function.fopen]: php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known in [path]/fbb/fbplatform/facebookapi_php5_restlib.php on line 3391
Warning: fopen(http://api.facebook.com/restserver.php?method=facebook.users.getLoggedInUs er&session_key=&api_key=922c1923e0211418e6851d04e6606eb5&v=1.0) [function.fopen]: failed to open stream: php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known in [path]/fbb/fbplatform/facebookapi_php5_restlib.php on line 3391
Can somebody help?
Nadeemjp
02-04-2010, 09:19 PM
ALTER TABLE `attachment`
ADD COLUMN `fbbypass` int(11) DEFAULT 0,
ADD COLUMN `fbpid` varchar(255) DEFAULT '-1'
Run this SQL query if you do not have a prefix set on on your tables.
Yes my dear brother, u r a genius
it cured my problem.
thank you so much.
can i ask why this happened? did i do something which i shouldnt do in future?
anyways, i am really grateful to you. you have saved me from a big headache i was suffering for many days now. accept my gratitude please.
thankyou
BBR-APBT
02-04-2010, 09:36 PM
Yes my dear brother, u r a genius
it cured my problem.
thank you so much.
can i ask why this happened? did i do something which i shouldnt do in future?
anyways, i am really grateful to you. you have saved me from a big headache i was suffering for many days now. accept my gratitude please.
thankyou
For some reason it did not run the SQL query on install or upgrade.
You are very welcome.
x YNWA x
02-04-2010, 10:24 PM
Hi
Does anyone know how to change the colour of this and / or move the button on threads?
For example a thread:
http://www.247gamers.net/forum/homepage-articles/63-fallout-new-vegas-drops-fall-2010-first-trailer-debuts.html#post70
The share with facebook button has gone strange, my background goes through it and you cannot see the text. I would like to know how to make it so this does not happen, please help..
Cheers
bunkin
02-05-2010, 12:01 PM
thanks for the help. Contacted my host, waitin for a reply. hope it solves the issue.
Zaiaku
02-05-2010, 01:34 PM
I've not installed this on a live site yet, but from playing with it on our test site the only issues I've come across have all been Firefox related (ff & facebook really don't seem to like working together).
It's not all versions of SS only some or settings regaurding javascript. I personally have an issue with it on the 3.0.x series. I dont update from it becuase I have certain plugins that only work with this version. I have a member using 3.5.x and doesn't have any problems what so ever. It may not even be a FF issue but FF gives alot of javascript controls and it may just come down to what those settings are. On the mozilla forums thre's tons of people who have problems with facebook but like BBR there's some that don't.
Rob F
02-05-2010, 03:04 PM
Fair enough Zaiaky & BBR - it may not have just been down to FF. But at least when I suspected it was I started trying things with IE instead of just installing the whole lot ;)
Just waiting on this 4.0.2 update (if it ever arrives) before maybe taking this mod over to the live site. :)
Zaiaku
02-05-2010, 05:27 PM
Note to everyone
Facebook has done alot of changes to their code in the last few days. So far this doesn't seem to affect the mod in any way but could effect some browsers recently. So far from my members it's only effect ome Chrome users.
FleyerShaver
02-05-2010, 05:48 PM
Hello,
I installed your addon at my website http://www.gamux.de/facebook.php , but it doesn't work. The website doesn't show the "Facebook-Connect" button.
Do you have any idea what I did wrong?
Digital Jedi
02-05-2010, 07:16 PM
Okay, migration from Facebook Connect seemed to work okay. Didn't encounter anything wiggy. So, were good so far.
As a feature request, I'd like so suggest the option to add Profile Pictures as vB's Profile Pictures in addition to avatars. Makes more sense to me to have it this way, as I don't allow custom avatars on my forum, but I do allow Profile Pics. Thanks.
BBR-APBT
02-05-2010, 08:09 PM
Hello,
I installed your addon at my website http://www.gamux.de/facebook.php , but it doesn't work. The website doesn't show the "Facebook-Connect" button.
Do you have any idea what I did wrong?
Read the thread about why the button is not showing there is several post on this problem.
You have a custom skin and apparently removed a hook that is needed.
On a side note the button does not show for logged in users.
Digital Jedi
02-06-2010, 01:14 AM
I also noticed that the area in the User CP that says your Profile Picture should be showing there, doesn't actually appear where it should. Not on my site, or on the author's demo board.
Zaiaku
02-06-2010, 02:29 AM
I also noticed that the area in the User CP that says your Profile Picture should be showing there, doesn't actually appear where it should. Not on my site, or on the author's demo board.
After connecting the accounts it should show. I have seen some problems with this even though the connecting is still good between teh 2 sites. There's 2 reasons for this. Facebook changing code again (they do this constantly) and then sometiems its browser issues since everything facebook is basically ajaxed. As long as you see the same name on facebook you are good. If the picture doesn't show but your name does it's one of the 2 things I mention before atleast 90%+ of the time.
One member using the exact same browser says sometimes it shows and there's time it doesn't. She was using chrome btw.
Digital Jedi
02-06-2010, 02:50 AM
After connecting the accounts it should show. I have seen some problems with this even though the connecting is still good between teh 2 sites. There's 2 reasons for this. Facebook changing code again (they do this constantly) and then sometiems its browser issues since everything facebook is basically ajaxed. As long as you see the same name on facebook you are good. If the picture doesn't show but your name does it's one of the 2 things I mention before atleast 90%+ of the time.
One member using the exact same browser says sometimes it shows and there's time it doesn't. She was using chrome btw.
Well, Facebook is literally in the process of doing the navigation menu change, so I'd bet that had something to do with it. (My wife's account has updated, but mine hasn't yet. Hrm.) And yeah, I figured Chrome would be part of the culprit, too. However, everything else seems to be working as expected. I'll report if anything wiggy happens after the full change.
BBR-APBT
02-06-2010, 03:47 AM
I have the full change and so far it seems to be working ok. No major issues.
The new facebook homepage seems faster as well.
Zaiaku
02-06-2010, 04:10 AM
Yeah I thought it was just me. Only a few members have got the updated facebook and most have not. For a while I thought someone was wrong with my account first. :)
Digital Jedi
02-06-2010, 04:14 AM
I like the new interface. I hope the Notifications work better with the mod, and overall really.
singh9211
02-06-2010, 02:27 PM
hi there,
thanks for this wonderfull mod. Everything works correctly, but when registration gets complete get following error :
Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/xxxxxxx/public_html/fbb/runbox_hook_register_addmember_complete.php on line 5
Please let me know what should i do to get this error remove.
Zaiaku
02-06-2010, 02:36 PM
hi there,
thanks for this wonderfull mod. Everything works correctly, but when registration gets complete get following error :
Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/xxxxxxx/public_html/fbb/runbox_hook_register_addmember_complete.php on line 5
Please let me know what should i do to get this error remove.
Yes this error has already been posted about since some people where getting it. You can just disabled 1 of the plugins for it and you'll be find, search through th thread for teh fix.
jiffylb1
02-06-2010, 04:01 PM
This product is not compatible with version 4.1.22 of MySQL. (Compatible starting with 5.0)
This product is not compatible with version 4.3.11 of PHP. (Compatible starting with 5.0)
Digital Jedi
02-06-2010, 05:00 PM
This product is not compatible with version 4.1.22 of MySQL. (Compatible starting with 5.0)
This product is not compatible with version 4.3.11 of PHP. (Compatible starting with 5.0)
Have you talked to your host about about upgrading your server?
Zaiaku
02-06-2010, 05:11 PM
If you read teh first post you would have seen:
Please note: this product requires PHP5
jiffylb1
02-06-2010, 05:39 PM
I understand that now and should have read that oh well.
I can migrate the account to a newer system with php/mysql 5.I am on a shared hosting platform so I cannot do any customizing of php/mysql. I will migrate my vbulletin forum blogs etc to the new php5 try it and then if all goes well just delete the other host account shoudl have it all done by tomorrow
Zaiaku
02-06-2010, 07:15 PM
I understand that now and should have read that oh well.
I can migrate the account to a newer system with php/mysql 5.I am on a shared hosting platform so I cannot do any customizing of php/mysql. I will migrate my vbulletin forum blogs etc to the new php5 try it and then if all goes well just delete the other host account shoudl have it all done by tomorrow
Good to know Hopefully everything goes smoothly.
zombietom
02-06-2010, 11:02 PM
This works sometimes but it does give DB errors from time to time... I think some of the problems are coming from the Facebook site of things...but i might uninstall this as it does have some issues and last time i tried the upgrade it killed my site.
Thanks
BBR-APBT
02-06-2010, 11:42 PM
This works sometimes but it does give DB errors from time to time... I think some of the problems are coming from the Facebook site of things...but i might uninstall this as it does have some issues and last time i tried the upgrade it killed my site.
Thanks
So what version are you running? The newest version has two major bugs that are easily fixed. You can find the fix's in this thread.
zombietom
02-07-2010, 01:15 PM
I had to go back to version 2.2 as when i updated it killed my site and i almost didn't get it back.
I'm running 3.7 board and donot plan on go to 4.0 amytime soon.
Zaiaku
02-07-2010, 05:03 PM
I had to go back to version 2.2 as when i updated it killed my site and i almost didn't get it back.
I'm running 3.7 board and donot plan on go to 4.0 amytime soon.
What errors was you getting or problems you having?
robwoelich
02-07-2010, 06:57 PM
A quick note - in YAFB's /fbb/hook_usercp_nav_complete.php, this line of code:
$template_hook['usercp_navbar_bottom'] = $templater->render();
...should be:
$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.
Zaiaku
02-07-2010, 07:36 PM
Are you using an old version? That error isn't present in my files.
hollosch
02-07-2010, 08:51 PM
I look forward to the next version and the cool features !!!
robwoelich
02-07-2010, 08:55 PM
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
A quick note - in YAFB's /fbb/hook_usercp_nav_complete.php, this line of code:
$template_hook['usercp_navbar_bottom'] = $templater->render();
...should be:
$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
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
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
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
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
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
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.php?p=1973104&postcount=388
Zaiaku
02-09-2010, 01:34 PM
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:
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
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
I tried to import the XML and I am getting this error:
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 ?
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
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
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
Thanks man works with charm :)
Digital Jedi
02-12-2010, 08:53 PM
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
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
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
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
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
enoobz
02-13-2010, 07:52 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
Yes, I think the problem with this Mod is on the User Info Block and Sync Avatar option. Hope we can get some other feedback from the Developer or other members.
But for now I can live without the two options. Hope there is a solution for the them soon. I really love this Mod.
dangerin
02-13-2010, 09:07 AM
is a great mod and would be fantastic if was upgraded with these solutions.
The block on forum to see the posts of facebookfirends would be greater .. for the avatar sync i can wait more time but for the blok i'd love to see as soon as possible..
In every case a great thank for this mod and when it goes all ok i nominate it !!
bye
angeljs
02-13-2010, 04:06 PM
I noticed several users reporting the following error but can't seem to find a reply for it. When trying to connect my account I receive this:
We need Facebook Permissions to the magic, below is the permissions list. You can grant any "Not Permitted" permission by clicking the status
* Connection Established - Not Permitted
Anyone found a fix, yet?
WhatChaMissin
02-14-2010, 12:29 AM
can't get this to work. when I go to usercp, Options;
Under:
You haven't established connection to any Facebook Account. Please click the "Connect with Facebook" button and grant Facebook's permission. After seeing your name and avatar, please click "Save Changes" to complete the connecting procedure...
The facebook button only shows up on default style and some custom styles.
How can I fix this issue?
Thanks
fogjuice
02-14-2010, 03:16 AM
I found this mod to be very messy and unclean formatted.
One problem I really have with it is that users who are already registered cannot link their facebook account, it keeps taking them to create a new forum account. Does anyone know why?
PI Guy
02-14-2010, 11:13 AM
Does this work with version 4.0.1?
dangerin
02-14-2010, 11:49 AM
ye si t works but has the problem fot the sync of avatars and the block of forum to reciecvie the post from facebook's friends
Zaiaku
02-14-2010, 02:02 PM
ye si t works but has the problem fot the sync of avatars and the block of forum to reciecvie the post from facebook's friends
Go into more detail please. What problem are you having exactly with the avatars. Sync work just fine for all 4 of my forums.
Zaiaku
02-14-2010, 02:06 PM
can't get this to work. when I go to usercp, Options;
Under:
The facebook button only shows up on default style and some custom styles.
How can I fix this issue?
Thanks
Make sure you take the template book usercp_navbar_bottom in your template for starts. Also make sure to read the first pos for a possible fix. There was an error in one of the files for some people but not everyone got the error in the file.
dangerin
02-14-2010, 02:57 PM
Go into more detail please. What problem are you having exactly with the avatars. Sync work just fine for all 4 of my forums.
if i active the sync avatars the avatar of vbulletin user that appear in facebook are never the same and change every post with all the avatars of other users..
This appen for post in that there is not an image bacuse if there is an image inside it appear that.
But the big problem that i thought to be solved is that the options in facebook bridge going every in sleeping or stand by or not working and must be activated every time manually so transfomr thsi wonderful mod in something not really funcionally.
my version of vb is 4.0.1
redhawk89
02-15-2010, 01:43 AM
Looks like people aren't too happy with this yet.
Probably a good idea to hold off, then.
IndigoSociety
02-15-2010, 07:42 AM
How do you make it so the checkboxes are automatically checked (so it automatically prefers posting to facebook?)
IndigoSociety
02-15-2010, 09:28 AM
The connect with facebook should probably show next to the login link and not in the navbar.
hollosch
02-15-2010, 10:01 AM
Did you read the link they provided on how to configure your email domain?
Yes - sorry for the fast posting...
Which format should i post as Emaildomain?
mydomain.com ???
Zaiaku
02-15-2010, 01:52 PM
if i active the sync avatars the avatar of vbulletin user that appear in facebook are never the same and change every post with all the avatars of other users..
This appen for post in that there is not an image bacuse if there is an image inside it appear that.
But the big problem that i thought to be solved is that the options in facebook bridge going every in sleeping or stand by or not working and must be activated every time manually so transfomr thsi wonderful mod in something not really funcionally.
my version of vb is 4.0.1
Has you tried disabling all other mods except for this one to see if the problem persist. I don't have this problem on any of my 4 sites with this mod and I'm really unsure how to even re-create this.
Looks like people aren't too happy with this yet.
Probably a good idea to hold off, then.
Alot of people have this installed and working perfectly.
How do you make it so the checkboxes are automatically checked (so it automatically prefers posting to facebook?)
Technically you can't since the user has to enabled this feature themselves and by that I mean ont he facebook side. This is the reason why its disbled automatically ont he vb side. Once the connection is made vb checcs the permission and ses teh connect isn't made yet so then its deactivated. Now you get the permission present tot eh user to enabled this feature from teh facebook side.
IndigoSociety
02-15-2010, 04:51 PM
Awesome. What do you think about moving the facebook connect icon next to the login button? Doesn't that make more sense to you?
Like digg.com does it.
dadymac
02-15-2010, 08:21 PM
Is there an easy way to disable the individual features?
For example, someone who posts, I dont want the short story even be possible to be posted to FB, but I would like users to receive notifications on posts they have been active in.
jiffylb1
02-15-2010, 11:47 PM
currently after install it si working great but is it a way to make the current avatars from the forum to be default and only if members want to there facebook avatar would come up. currently all my members avtars are blank unless they are members of facebook?
IndigoSociety
02-16-2010, 09:06 AM
If you go to indigosociety.com you will see how I integrated the connect with facebook icon. I think this is how the default addon should do it.
desi-boy
02-16-2010, 10:08 AM
hello
i got this msg first time
Database error in vBulletin 4.0.1:
Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO fbb_log
(`timeline`, `userid`, `fbuid`, `function`, `result`, `data`, `is_exception`)
VALUES
('1266283595', '0', ':', '9999', '1', '\n SELECT share_count, like_count, comment_count, url \n FROM link_stat \n WHERE url IN (\'http://www.justdesiz.com/showthread.php?p=564\')\n ', '0');
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Monday, February 15th 2010 @ 07:26:35 PM
Error Date : Monday, February 15th 2010 @ 07:27:05 PM
Script : http://www.justdesiz.com/showthread.php/557-Vishwatma-(1992)?mode=hybrid
Referrer :
IP Address : 216.129.119.41
Username : Unregistered
Classname : vB_Database
MySQL Version :
can any1 help me plezzz
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.