View Full Version : Integration with vBulletin - YAFB - Yay! Another Facebook Bridge
mrpaint
10-14-2009, 04:22 AM
mrpaint
I wanted to thank you for this great plugin as its one of its kind and really sweet.
I noticed that in the last release you included the ability to not allow the facebook posting feature in hidden forums or area that non-registered members can access. This is great but I was hoping that this was a bit more flexible for example I may have forums that are not accessible from the general members but available for premium members where I want then to use the facebook posting feature. I thing to make this happen you will have to be able to allow the ability to include/exclude forums ID's to be more exact....
I will add a override option for each forum in the next release
Love what you have done with the mod so far. Great job.
I may have to see about migrating over at some point. Hate to lose the Google Connect feature of vBnexus but you have a ton of interesting functions :)
Hmm, look like I should start building migration tool to help people using this product. Hehe
How do I edit the Navbar so it doesnt have the black border around "connect with Facebook"
Also if someone is already registered on my site, how do they link there facebook account?
And nothing is appearing on peoples Facebook walls
Screenshot
Open the Style Manager and edit template named "fbb_navbar_button"
If someone registered in vBulletin system, they can connect their Facebook accounts in UserCP > Facebook Bridge > Options
Any word about compadability with vb 4?
Not yet but soon. I'm very excited with vBulletin 4.0 right now :D Can't wait to test it out
anytime i click on a link to connect to facebook i get this
The page you requested was not found.
Please make sure you upload the file named "facebook.php" to your forum root
matthewhotdude
10-14-2009, 10:17 AM
Open the Style Manager and edit template named "fbb_navbar_button"
If someone registered in vBulletin system, they can connect their Facebook accounts in UserCP > Facebook Bridge > Options
That option is not in the Usercp :(
Oh and also my other question I posted? about things not getting posted onto Facebook?? Did you see the screenshot?
Calash
10-14-2009, 12:59 PM
Hmm, look like I should start building migration tool to help people using this product. HeheI know going from Facebook Connect to vBnexus was fairly easy. It just requires a query to migrate the Fbid -> vbid table, then a second to create the settings.
Going from vBnexus to here should not be that difficult. The key will be to filter out the Google Connect information.
Ill take a look at it on my test site and see what would need to be done.
Edit:
This query gets the info from vBnexus to your fields in the user table. Facebook users still have to reconnect so the default settings on Facebook side work but it is pretty painless. Still testing, but feel free to use the code if it will help.
UPDATE vb_users as a, vb_vbnexus_nonvbuser as b
SET a.fbuid = b.nonvbid
WHERE b.type=1 AND a.userid = b.userid
vb_ should be replaced with your table prefix. I tested this on my test site, linking to a new FB application and it worked.
A similar query should work for migrating from Facebook Connect
UPDATE vb_users as a, vb_fbuser as b
SET a.fbuid = b.fbuid
WHERE b.type=1 AND a.userid = b.userid
This block is untested but should work.
On a side note, this seems to have some issues with scripts outside of the vb forum path. The Navbar link should probably have the bburl variable in it to correct the problem.
Double Edit:
The fbb_navbar_button template is to blame for this. By adding the bburl variable to the facebook.php path it now works outside of the vBulletin directory.
<td id="navbar_fbb" class="vbmenu_control">
<a id="navbar_fbb_link" href="$vboptions[bburl]/facebook.php" rel="nofollow">
<img src="$vboptions[bburl]/fbb/facebook_logo_16x16.gif" width="16" height="16" border="0"/>
$vbphrase[fbb_navbar_button_text]
</a>
</td>
Sorry if I went overboard there. When I get on a roll it is hard to stop me sometimes ;)
mrpaint
10-14-2009, 04:40 PM
@Calash: You did a great thing up there. Thank you, I will include your script and your name in the next release. Is it okie? :D
mrpaint
10-14-2009, 04:43 PM
That option is not in the Usercp :(
Oh and also my other question I posted? about things not getting posted onto Facebook?? Did you see the screenshot?
Please make sure you put the API Key and Secret in the Options page (AdminCP > Facebook Bridge > Edit Settings).
I looked at your screenshot, it showed that the user was connected but he/she didn't grant any extend permissions (this can prevent post being published in the future)
matthewhotdude
10-14-2009, 05:15 PM
Yes I have inputted the API key and the secret, nothing still shows up in the usercp
mrpaint
10-14-2009, 05:37 PM
Yes I have inputted the API key and the secret, nothing still shows up in the usercp
Please take screenshots of your settings page (in AdminCP) and your UserCP page (especially the left column). I will try to figure out what's wrong
Calash
10-14-2009, 05:40 PM
<a href="http://www.chattaboxforums.com/profile.php?do=fbb" target="_blank">http://www.chattaboxforums.com/profile.php?do=fbb</a>
If I was to guess, I would say your skin is missing the template hook in the Usercp. For kicks I signed up on your site and, by putting the path above in by hand, was able to set my permissions correctly.
matthewhotdude
10-14-2009, 05:44 PM
So how do I solve it ?
Calash
10-14-2009, 05:48 PM
Check your USERCP_SHELL template and make sure it has the $template_hook["usercp_navbar_bottom"] hook in it.
matthewhotdude
10-14-2009, 05:50 PM
Oop sorry yes it's there $template_hook[usercp_navbar_bottom]
Calash
10-14-2009, 05:53 PM
Here is the code from my USERCP_SHELL
</tbody>
$template_hook[usercp_navbar_bottom]
</table>
<!-- / usercp nav -->
Do a search for the <!-- / usercp nav --> part, then put the hook in before the </table> above it. This should put it at the correct point.
matthewhotdude
10-14-2009, 05:56 PM
Sorry it was already there, I missed it before because I searced with the " in place
mrpaint
10-14-2009, 05:57 PM
I have just visit your site and connected successfully. Yeah, it looks like your template is missing the hook part. Make sure you look at the active style, not the default one.
I also published a test feed using this link: http://www.chattaboxforums.com/profile.php?do=fbbtest&test=publish_stream
Okie, try to figure the template part and I think it's done
matthewhotdude
10-14-2009, 06:00 PM
The hook is there, for the active style
</tbody>
$template_hook[usercp_navbar_bottom]
</table>
<!-- / usercp nav -->
bada_bing
10-14-2009, 06:14 PM
My users have come across a bug..
My Facebook has started posting a generic "I have just sent you a Private Message in My Site Page" every time I pm someone here.
I have the pms turned off in my options, and have even tried disabling facebook integration altogether and resetting everything a couple times, but it still does it.
settings are:
Sending private message
* Post wallpost - Sleeping
mrpaint
10-14-2009, 06:15 PM
Just a guess, try to temporary disable the plugin that add the menu named "Edit Countdown/Countup". I'm afraid that plugin override the template_hook and wipe off Facebook Bridge menu items
mrpaint
10-14-2009, 06:17 PM
My users have come across a bug..
My Facebook has started posting a generic "I have just sent you a Private Message in My Site Page" every time I pm someone here.
I have the pms turned off in my options, and have even tried disabling facebook integration altogether and resetting everything a couple times, but it still does it.
settings are:
Sending private message
* Post wallpost - Sleeping
Hmm... The notifications are controlled by the receiver (your member, the receipents), not the sender (you). Ask him/her to turn off the notification options in his/her account and you can try to send PM again. If he/she still receives notifications, I will take a deeper look :D
matthewhotdude
10-14-2009, 06:20 PM
Just a guess, try to temporary disable the plugin that add the menu named "Edit Countdown/Countup". I'm afraid that plugin override the template_hook and wipe off Facebook Bridge menu items
Damn, so no way of having them both work
mrpaint
10-14-2009, 06:22 PM
Damn, so no way of having them both work
Did you try disable that plugin?
If it's the one that cause the problem, we can change the priority a little bit and both of them will work. But at first, try disabling it and tell me the result please :D
matthewhotdude
10-14-2009, 06:26 PM
Yes I disabled it, and it worked
matthewhotdude
10-14-2009, 06:35 PM
Another question, How do I get things to show up on my friends news stream, at the moment things only post to my wall
mrpaint
10-14-2009, 06:36 PM
Yes I disabled it, and it worked
Okie. So you need to increase the priority of the other plugin and let it run before YAFB's plugin. YAFB is designed to work with other plugins ;)
Go to AdminCP > Plugins & Products > Plugin Manager > Look for a hook location named "usercp_nav_complete" of the other plugin then click Edit. Set the Execution Order to any value lower than 5. I suggest 1. Save it and you are done. Cheers!
mrpaint
10-14-2009, 06:38 PM
Another question, How do I get things to show up on my friends news stream, at the moment things only post to my wall
Post get published on your wall can be seen on your friends' News Feed (the feed when you access Facebook > Home). If you asked for publishing to friends' wall, there are several actions that support that kind of publishing such as sending PM. You can try on the demo board if you want: http://daohoangson.com/vb38
matthewhotdude
10-14-2009, 06:43 PM
Okie. So you need to increase the priority of the other plugin and let it run before YAFB's plugin. YAFB is designed to work with other plugins ;)
Go to AdminCP > Plugins & Products > Plugin Manager > Look for a hook location named "usercp_nav_complete" of the other plugin then click Edit. Set the Execution Order to any value lower than 5. I suggest 1. Save it and you are done. Cheers!
I did that, re enabled it, and now only the facebook bridge shows up in userCP
*Update, sorted it thank you loads
mrpaint
10-14-2009, 06:52 PM
I did that, re enabled it, and now only the facebook bridge shows up in userCP
*Update, sorted it thank you loads
Few, finally it works :D
Hope your members love this product
bada_bing
10-14-2009, 06:57 PM
Hmm... The notifications are controlled by the receiver (your member, the receipents), not the sender (you). Ask him/her to turn off the notification options in his/her account and you can try to send PM again. If he/she still receives notifications, I will take a deeper look :D
mrpaint,
the user has already tried to diable the PM notification but the are still being posted on facebook
This is what the user has in the facebook options seen below
Sending private message
* Post wallpost - Sleeping
mrpaint
10-14-2009, 07:02 PM
http://www.chattaboxforums.com/profile.php?do=fbb
If I was to guess, I would say your skin is missing the template hook in the Usercp. For kicks I signed up on your site and, by putting the path above in by hand, was able to set my permissions correctly.
Oop sorry yes it's there $template_hook[usercp_navbar_bottom]
mrpaint,
the user has already tried to diable the PM notification but the are still being posted on facebook
This is what the user has in the facebook options seen below
Sending private message
* Post wallpost - Sleeping
Hmm, not that one. You should see the attached image
matthewhotdude
10-14-2009, 07:02 PM
Post get published on your wall can be seen on your friends' News Feed (the feed when you access Facebook > Home). If you asked for publishing to friends' wall, there are several actions that support that kind of publishing such as sending PM. You can try on the demo board if you want: http://daohoangson.com/vb38
No they are deffinatly not being shown on my friends news feeds, they can only be seen on my wall.
mrpaint
10-14-2009, 07:14 PM
No they are deffinatly not being shown on my friends news feeds, they can only be seen on my wall.
Screenshot please?
Are you talking about the one-line posts?
matthewhotdude
10-14-2009, 07:17 PM
Screenshot of what?? I't talking about news feeds the main facebook page.
If I go into UserCP and click - Permission to Publish Stream: Publish a `Test` newsfeed to your friends' stream
That will Fail
bada_bing
10-14-2009, 07:21 PM
Hmm, not that one. You should see the attached image
OK I will test and let you know
mrpaint
10-14-2009, 07:23 PM
Screenshot of what?? I't talking about news feeds the main facebook page.
If I go into UserCP and click - Permission to Publish Stream: Publish a `Test` newsfeed to your friends' stream
That will Fail
After visiting the URL http://www.chattaboxforums.com/profile.php?do=fbbtest&test=publish_stream (Publish a `Test` newsfeed to your friends' stream), there are 2 possible cases:
If you granted the extend permission "publish stream", the post will be published automatically
If you didn't, a dialog will appear asking you to publish the post. You have to click Publish to let it go through
Both way will result into a published post which can be viewed by your friends
Attached image is when you don't grant the permission. That's the dialog
matthewhotdude
10-14-2009, 07:31 PM
grant any "Not Permitted" permission by clicking the status
Connection Established - Granted
Permission to Read Stream - Granted
Permission to Publish Stream - Granted
Permission to access your data when you are offline - Granted
Sending Email via Facebook - Granted
Test Facebook Permissions
Connection Established: Send a `Test` wallpost to your Wall
Permission to Publish Stream: Publish a `Test` newsfeed to your friends' stream
Facebook Bridge Options (Click here to disconnect your Facebook Account from ChattaBoxForums)
Posting new thread
Post one line story - Sleeping
Post short story - Working
Posting new reply
Post one line story - Working
Post comment (if the appropriate wall post is available) - Working
Rating thread
Share via Facebook News Feed - Working
Like post (if the appropriate wall post is available) - Working
Sending private message
Post wallpost - Working
Sending visitor message
Post wallpost - Working
Uploading image (avatar/profile picture)
Publish photo to friends' News Feed - Working
Add new pictures to album
Share via Facebook News Feed - Working
Comment on a picture
Share via Facebook News Feed (if capable only) - Working
Post comment (if the appropriate wall post is available) - Working
Receive notifications for
New Private Message arrived - Ready
Receive new Visitor Message - Ready
Reply posted on your threads - Ready
Reply posted on your subcribed threads - Ready
Reply posted on your recent replied threads - Ready
Somebody rated your threads - Ready
Comment posted on your pictures - Ready
Comment posted on pictures which you commented - Ready
Other Options
Auto Authentication (login and logout automatically) - On
Always display checkboxes for available actions - On
Display a Facebook Block in Profile page - On
Display posts from friends - On
Display Profile Box - On
Thats the settings I have, are they correct? as it still doesnt work
matthewhotdude
10-14-2009, 07:34 PM
Ahhh sorry it works. So it only posts on news feed when someone posts a new topic, and not when they reply. correct?
drsli
10-14-2009, 07:44 PM
I?m grateful for the continous support and nominated this for motm a few days ago. :)
matthewhotdude
10-14-2009, 09:08 PM
How can I remove the facebook link from the postbit?
And a request, The facebook box in the profile is a bit poor in my opinion, too small and would be better if it was a full page tab
See screen shot
Strike3ForumsMH
10-15-2009, 02:12 AM
Perhaps I am just not firing on all cylinders tonight (wouldn't be a first.) But everything seems good except no matter what I click, register or login, I get brought back to the original connect page. Could you take a look mrpaint and let me know where I went wrong?
www.baseballslant.com/forums/facebook.php
mrpaint
10-15-2009, 02:38 AM
Perhaps I am just not firing on all cylinders tonight (wouldn't be a first.) But everything seems good except no matter what I click, register or login, I get brought back to the original connect page. Could you take a look mrpaint and let me know where I went wrong?
www.baseballslant.com/forums/facebook.php
A little tricky but please edit the phrase named "fbb_please_connect" to something short. I suggest using a single sentence. And especially, please do not use the symbol '
Strike3ForumsMH
10-15-2009, 03:01 AM
That was it exactly, thanks and thanks for the great mod! (I haven't completed the registration process yet, need to get some sleep and find my test facebook account)
mrpaint
10-15-2009, 03:11 AM
That was it exactly, thanks and thanks for the great mod! (I haven't completed the registration process yet, need to get some sleep and find my test facebook account)
You are welcome, come back here if you have any further problems
Hi,
I would like remove Connect With Facebook on my header, how can i dot that please ?
Thanks :)
Hi,
Problem fixed :)
Thanks :)
matthewhotdude
10-15-2009, 03:28 PM
Any chance of my request at some point?
mrpaint
10-15-2009, 04:52 PM
Any chance of my request at some point?
They are done. I'm just finishing other parts. New release's coming soon
matthewhotdude
10-15-2009, 04:58 PM
Really !!! You are awesome!
Any eta on the release?
mrpaint
10-15-2009, 05:01 PM
Really !!! You are awesome!
Any eta on the release?
In the next couple of hours or so :D
Another weekend is comiiiing
matthewhotdude
10-15-2009, 05:03 PM
Thanks Man! I can't wait...hope it will be here tonight
jjj0923
10-15-2009, 05:15 PM
I wondered if anyone here has 'tackled' getting their site to actually display within an iframe on the google page. The mod is great as is the FB Connect mod, but both open a new window and then display the vb site. It would be nice to simply display the site inside an iframe on facebook and utilize the facebook skin to make it look just like a real facebook application.
has anyone done this?
Calash
10-15-2009, 06:12 PM
I wondered if anyone here has 'tackled' getting their site to actually display within an iframe on the google page. The mod is great as is the FB Connect mod, but both open a new window and then display the vb site. It would be nice to simply display the site inside an iframe on facebook and utilize the facebook skin to make it look just like a real facebook application.
has anyone done this?
A while back somebody had modified vB to run as a facebook application.
https://vborg.vbsupport.ru/showthread.php?t=203262&highlight=facebook
I do not know the details of how he did it, and it seems to be off-line now but it was done and worked.
There is also a couple of good skins that make your forum look like Facebook.
accludetuner
10-15-2009, 09:23 PM
Just installed and I'm playing around with it. Getting this error:
Fatal error: Cannot redeclare class Facebook in /path/to/forum/fbb/fbplatform/facebook.php on line 37
It happens right after you connect your forum profile to facebook. It shows my name and avatar on facebook and even says "Congratulation, /name/.
Connection to Facebook has been established!".
When you click "Save Changes" after that is when the error is happening. it's at this URL:
http://www.sitename.com/forum/profile.php?do=fbb
I don't have any other facebook mods so I don't know. I'll keep looking into it on my side but if you have any ideas it would sure help!
Looks like an awesome mod! Can't wait to get it working and try it out! Thanks
matthewhotdude
10-15-2009, 09:31 PM
Did you upload everything to the correct place?
Oh you don't have open invitor installed or anything like that?
accludetuner
10-15-2009, 09:37 PM
yeah, open invitor....will look into the conflict. I might just rename the class facebook within open invitor
matthewhotdude
10-15-2009, 09:43 PM
Yea that's the conflict. I could never get open inviter to work at all
accludetuner
10-15-2009, 09:48 PM
It works great for me. I did have some install issues but once those were worked out, no issues at all.
Now, to get the two to play nicely together.... this should be fun. :(
matthewhotdude
10-15-2009, 09:55 PM
I just ended up deleting the facebook class on Open invitor
accludetuner
10-15-2009, 10:06 PM
I got it!
I altered YAFB instead.
I renamed "Facebook" to "Facebook1" in these 3 files:
fbb/fbplatform/facebook.php - on line 37
fbb/functions.php - on line 82
fbb/fbplatform/facebookapi_php5_restlib.php - on lines 78 and 3052
matthewhotdude - it's been almost a year since openinvitor got installed so I don't remember exactly what the issue was, but if you want me send you the files I have for it I can do that. Send me a PM if you want them.
mrpaint
10-16-2009, 01:35 AM
Hi mates,
I have just released the new version (2.1) with most of improvements are placed in AdminCP. Besides, the sharing ability is increased with meta tags support for Facebook's servers' requests. I hope you guys like it
For those who installed 2.0.2: just download the upgrade file, it's smaller and take less time to upload to your server ;)
A special note: If you use the share button in posts, make sure to place an image named "share_facebook.gif" in button directory. If you don't want to use that button, go ahead and disable it in settings page (AdminCP > Facebook Bridge > Edit Settings)
mrpaint
10-16-2009, 01:38 AM
I got it!
I altered YAFB instead.
I renamed "Facebook" to "Facebook1" in these 3 files:
fbb/fbplatform/facebook.php - on line 37
fbb/functions.php - on line 82
fbb/fbplatform/facebookapi_php5_restlib.php - on lines 78 and 3052
matthewhotdude - it's been almost a year since openinvitor got installed so I don't remember exactly what the issue was, but if you want me send you the files I have for it I can do that. Send me a PM if you want them.
The OpenInviter (http://openinviter.com/) sounds fun. Tell me if I googled the right one then I will check it out. Or I just put a note for others to use :D
Thanks
dazkeirle
10-16-2009, 07:52 AM
Is there any way to pre-set all of the options in the Facebook Bridge options section in Cpanel.
Its not obvious to my users that they need to do anything.
Would be great if i could preset, sync avatar, grant permission to publish, permission to access when offline and show options in checkboxes.
Right now they connect but are unaware of any additional features it provides.
Seems to work ok/good though.
For new users it provides a new option, for exisitng who try to login using facebook connect while still logged in via their forum ID it can get messy, would be better if the same facebook.php page auto-checked if login already exists and if so does the bridge automatically without the user having to enter the cpanel.
You may be thinking, hey but you only see the connect if not logged in, well to make it so people even knew the feature exists I've added a facebook connect button to the site which links to the facebook.php page for all to see, that way they know the option is there.
Defo the best connect mod though. If I can set cpanel options as admin for default and also adjust users options then it will be much much better.
Thanks
matthewhotdude
10-16-2009, 08:29 AM
The OpenInviter (http://openinviter.com/) sounds fun. Tell me if I googled the right one then I will check it out. Or I just put a note for others to use :D
Thanks
Yea thats the one
matthewhotdude
10-16-2009, 08:53 AM
Is there any way to pre-set all of the options in the Facebook Bridge options section in Cpanel.
Its not obvious to my users that they need to do anything.
Would be great if i could preset, sync avatar, grant permission to publish, permission to access when offline and show options in checkboxes.
Right now they connect but are unaware of any additional features it provides.
Seems to work ok/good though.
For new users it provides a new option, for exisitng who try to login using facebook connect while still logged in via their forum ID it can get messy, would be better if the same facebook.php page auto-checked if login already exists and if so does the bridge automatically without the user having to enter the cpanel.
You may be thinking, hey but you only see the connect if not logged in, well to make it so people even knew the feature exists I've added a facebook connect button to the site which links to the facebook.php page for all to see, that way they know the option is there.
Defo the best connect mod though. If I can set cpanel options as admin for default and also adjust users options then it will be much much better.
Thanks
I'll agree with all of this!
Is there any way to pre-set all of the options in the Facebook Bridge options section in Cpanel.
Its not obvious to my users that they need to do anything.
Would be great if i could preset, sync avatar, grant permission to publish, permission to access when offline and show options in checkboxes.
Right now they connect but are unaware of any additional features it provides.
Seems to work ok/good though.
For new users it provides a new option, for exisitng who try to login using facebook connect while still logged in via their forum ID it can get messy, would be better if the same facebook.php page auto-checked if login already exists and if so does the bridge automatically without the user having to enter the cpanel.
You may be thinking, hey but you only see the connect if not logged in, well to make it so people even knew the feature exists I've added a facebook connect button to the site which links to the facebook.php page for all to see, that way they know the option is there.
Defo the best connect mod though. If I can set cpanel options as admin for default and also adjust users options then it will be much much better.
Thanks
Yes, I like the idea of pre-set all of the options in admin cp.
Calash
10-16-2009, 11:42 AM
Update is working good on my test site. I will be pushing it to my live site today or tomorrow but at this point I do not expect any problems. It even cleared up an odd Avatar issue I was having.
The migration utility from vBnexus worked like a charm, great job with that.
I also like the idea of pre-setting up some options. I am not sure how many can be set as they require the user to allow functions on the Facebook side of things.
bada_bing
10-16-2009, 11:51 AM
Hi mates,
A special note: If you use the share button in posts, make sure to place an image named "share_facebook.gif" in button directory. If you don't want to use that button, go ahead and disable it in settings page (AdminCP > Facebook Bridge > Edit Settings)
Can someone create a nice image to use for the share button in post?
principino1984
10-16-2009, 12:06 PM
is there a way to keep user's current settings when installing a new upgrade of your hack?
Marco
mrpaint
10-16-2009, 12:07 PM
Currently, only Facebook-based-registered user have all options turned on automatically. I will think about a solution for existing users. It won't be too hard, I think :D
mrpaint
10-16-2009, 12:08 PM
is there a way to keep user's current settings when installing a new upgrade of your hack?
Marco
User Settings are always preserved
dazkeirle
10-16-2009, 12:21 PM
Currently, only Facebook-based-registered user have all options turned on automatically. I will think about a solution for existing users. It won't be too hard, I think :D
Thats great mrpaint, it appears its not just me that would like that feature.
It's not so much though that i want "all features" turned on, I'd like to be able to set the default and perhaps an overwrite in admin for each setting.
That way when you add a new feature I an force it on anyone using the system (using my judgement of whether that's the right approach).
As for the 3rd option on facebook.php for "users already with an account, connect them now" would solve all kinds of confusion with users trying to register a second account with their facebook only for the email address to be the same and get stuck in a weird facebook / user logged in scenario without either being connected properly (which has happened a few times)
Keep up the good work. Regarding graphics and buttons / layout, happy to help with this to get this mod polished up.
My only other criticism is that some of the language / phrases used in the mod are quite informal. While I'm happy that you're obviously a laid back guy and like that to show in your app, would be good if the phrases were a standard serious formal tone for those that do run professional forums, just a suggestion.
RidinHighSpeeds
10-16-2009, 02:41 PM
The OpenInviter (http://openinviter.com/) sounds fun. Tell me if I googled the right one then I will check it out. Or I just put a note for others to use :D
Thanks
I like the idea of using openinviter in conjunction with this mod. Great mod btw.
I noticed someone has already worked on a mod here for openinviter:
https://vborg.vbsupport.ru/showthread.php?t=211677&highlight=openinviter
If you can get openinviter tied w/ this mod, your mod would be on the first page of "most downloads". I'm sure of it! :)
mrpaint
10-16-2009, 03:02 PM
Thats great mrpaint, it appears its not just me that would like that feature.
It's not so much though that i want "all features" turned on, I'd like to be able to set the default and perhaps an overwrite in admin for each setting.
That way when you add a new feature I an force it on anyone using the system (using my judgement of whether that's the right approach).
As for the 3rd option on facebook.php for "users already with an account, connect them now" would solve all kinds of confusion with users trying to register a second account with their facebook only for the email address to be the same and get stuck in a weird facebook / user logged in scenario without either being connected properly (which has happened a few times)
Keep up the good work. Regarding graphics and buttons / layout, happy to help with this to get this mod polished up.
My only other criticism is that some of the language / phrases used in the mod are quite informal. While I'm happy that you're obviously a laid back guy and like that to show in your app, would be good if the phrases were a standard serious formal tone for those that do run professional forums, just a suggestion.
I thought about bitfield settings so you can select which options should be turned on automatically when user connected/registered. But you know? I don't think forcing member using new feature is a good idea, I think you should post an announce or something in that case. But if it's just an auto-turn-on after successful connection, it's acceptable. I will build it this way
It would be great if you can contribute some buttons or you have any suggestion on the templates. I will make changes in the new releases
Thank you for your suggestion, I will take that one seriously :D I will do
I like the idea of using openinviter in conjunction with this mod. Great mod btw.
I noticed someone has already worked on a mod here for openinviter:
https://vborg.vbsupport.ru/showthread.php?t=211677&highlight=openinviter
If you can get openinviter tied w/ this mod, your mod would be on the first page of "most downloads". I'm sure of it! :)
Hi mate, the visionary of being on the first page is cool but actually, I don't really understand how OpenInviter can help this product in it's task (connect with Facebook). You have an idea? Share with meeee, please :eek:
RidinHighSpeeds
10-16-2009, 04:17 PM
After installing your product, I take back what I recommended (openinviter). I've got to say, your product is by far the best facebook connect mod i've installed (i've tested all others). I integrated this with my site (http://www.defendingthetruth.com (http://www.defendingthetruth.com/)) and sent out a blast to all users to try it out. It's been a huge success so far and I appreciate you making this a simple mod to install! :)
The only suggestion I can think of is giving users the capability to change "Granted" permissions in their profile back to "Not Permitted" ;) Other than that, works great!!
mrpaint
10-16-2009, 04:42 PM
After installing your product, I take back what I recommended (openinviter). I've got to say, your product is by far the best facebook connect mod i've installed (i've tested all others). I integrated this with my site (http://www.defendingthetruth.com (http://www.defendingthetruth.com/)) and sent out a blast to all users to try it out. It's been a huge success so far and I appreciate you making this a simple mod to install! :)
The only suggestion I can think of is giving users the capability to change "Granted" permissions in their profile back to "Not Permitted" ;) Other than that, works great!!
I don't remember that there is a function we can call from our side to revoke extend permission (but we can revoke authentication completely). I will check it out later
Anyway, guys, look at this screencast and tell me what you think :D http://www.youtube.com/watch?v=ComjeipReE4 (wait for the HD version to have best quality, I have just uploaded recently)
The OpenInviter (http://openinviter.com/) sounds fun. Tell me if I googled the right one then I will check it out. Or I just put a note for others to use :D
Thanks
I think OpenInviter is a separate product, and there is no need to include this into the Facebook Bridge.
I thought about bitfield settings so you can select which options should be turned on automatically when user connected/registered. But you know? I don't think forcing member using new feature is a good idea, I think you should post an announce or something in that case. But if it's just an auto-turn-on after successful connection, it's acceptable. I will build it this way
It would be great if you can contribute some buttons or you have any suggestion on the templates. I will make changes in the new releases
Thank you for your suggestion, I will take that one seriously :D I will do
Please don't use bitfield settings that I don't like, because I have 18+ usergroups and it is very hard to update settings one by one.
Yes, just an auto-turn-on after successful connection is good idea. but without bitfield settings ;)
mrpaint
10-16-2009, 05:34 PM
Please don't use bitfield settings that I don't like, because I have 18+ usergroups and it is very hard to update settings one by one.
Yes, just an auto-turn-on after successful connection is good idea. but without bitfield settings ;)
Oh oh, I mean I will put that setting in AdminCP, the main Settings page. Not all bitfield are in usergroup mate :D
Oh oh, I mean I will put that setting in AdminCP, the main Settings page. Not all bitfield are in usergroup mate :D
Thanks so much, you make me happy now :D
by the way 2.1 version is just awesome, thumbs up!
RidinHighSpeeds
10-16-2009, 08:01 PM
I don't remember that there is a function we can call from our side to revoke extend permission (but we can revoke authentication completely). I will check it out later
Anyway, guys, look at this screencast and tell me what you think :D http://www.youtube.com/watch?v=ComjeipReE4 (wait for the HD version to have best quality, I have just uploaded recently)
Great video :) hear hear!
I may have found a small bug on ./profile.php?do=editavatar
When you try to select Synchorize Avatar from Facebook and hit save, I get this message:
Upload of file failed.
I do have custom avatars enabled so I don't know if that was tested out fully for this mod.. Not a big deal though ;)
mrpaint
10-17-2009, 12:21 AM
Great video :) hear hear!
I may have found a small bug on ./profile.php?do=editavatar
When you try to select Synchorize Avatar from Facebook and hit save, I get this message:
Upload of file failed.
I do have custom avatars enabled so I don't know if that was tested out fully for this mod.. Not a big deal though ;)
Which source did you choose for Avatar Synchronize? If by some reason, the use don't have avatar or avatar not available (privacy settings), the script will be unable to sync between 2 systems. If the option is shown, mostly, it's the problem from Facebook's side (because if vBulletin board misses some of the required configuration, the option will be hidden)
mrpaint
10-17-2009, 12:21 AM
Thanks so much, you make me happy now :D
by the way 2.1 version is just awesome, thumbs up!
Love to know that :D Thank you for your continuous support
mrpaint
10-17-2009, 04:07 AM
Well, I have just got this new idea:
In version 2.1, the script will try to catch the request from Facebook's servers and produce a special page just for Facebook to fetch data. Now it supported thread/post view and memberinfo view. It's pretty good in my opinion. But there is one problem: when the thread/post contain many pictures, there will be only one of them display in the Publisher. I have made a change to the function and I will include it here. Upload overwrite the old file in root/fbb/ and user will be able to select one from many images for the link posted
Cheers :D
Updated.
Yes, its v good now, thanks. :)
dazkeirle
10-17-2009, 01:50 PM
Hi mates,
I have just released the new version (2.1) with most of improvements are placed in AdminCP. Besides, the sharing ability is increased with meta tags support for Facebook's servers' requests. I hope you guys like it
For those who installed 2.0.2: just download the upgrade file, it's smaller and take less time to upload to your server ;)
A special note: If you use the share button in posts, make sure to place an image named "share_facebook.gif" in button directory. If you don't want to use that button, go ahead and disable it in settings page (AdminCP > Facebook Bridge > Edit Settings)
The upgrade is very good, you are excelling yourself on this well done, I'm more than happy to run this mod.
Checked today and have about 20 new users through it and so it is good to have that button there.
I've created a share button which goes with my button set, it's the common famfamfam silk set and the button goes ok with it.
here's the button: http://www.mygreatphone.com/forum/images/buttons/share_facebook.gif
you can see it in use here:
105423
you can check out my integration on http://www.mygreatphone.com in the forums.
Keep on working at it pal. (I'd still love, as an admin to be able to set permissions in admincp, even if only as a backup for those users who can't work it out on their own, atm you have to try and explain and thats not always possible with some people. Admin should always have backup control.)
matthewhotdude
10-17-2009, 02:10 PM
Don't suppose you have a psd of that button?
matthewhotdude
10-17-2009, 02:16 PM
Dazkeirle, you know your site how you have the connect with facebook image. How did you do that? I can't seem to do it. This is what I have in the fbb_navbar_button template
<td><a href="facebook.php?$session[sessionurl_q]">Connect with Facebook</a><img src="$vboptions[bburl]/fbb/connectwithfacebook.gif" />
</td>
mrpaint
10-17-2009, 03:42 PM
The button looks neat, thank you
Anyway, a new screencast: http://www.youtube.com/watch?v=vBwwiffLvJ8
Strike3ForumsMH
10-18-2009, 09:32 AM
Hey mrpaint, that's the share button link for the postbit? I want to manually place it in my template and I just want to make sure the link I have to share it with Facebook is right.
Thanks!
mrpaint
10-19-2009, 06:18 AM
Hmm, no more replies huh? Kinda surprise after tons of questions on the previous pages :D
Anyway, I have just figured out the way to publish new thread in a certain forum to a Facebook Page. The idea is you setup to publish threads in your Announcement forum to a Facebook Page but you can setup as many forum as you want, each forum can publish to different Page. You can see it in action here:
Posting in... http://daohoangson.com/vb38/forumdisplay.php?f=4 (it's Annoucement forum but all Registered Member can post since it's a test board)
Post published in... http://www.facebook.com/pages/A-Demo-Board-Page/160069356066?v=wall (posts are published on behalf of the Page itself)
A small notice: it's a bug in the Facebook Platform that we can't use the Page of the Application. Actually, we can publish to the Application Page but the posts will be published on behalf of the Page Owner.
Anybody interest in this feature? Let me know and I will pack it up for you :D
drsli
10-19-2009, 08:33 AM
That?s exactly what I?ve been looking for, mrpaint! :) I?m in for opting!
Calash
10-19-2009, 02:49 PM
Don't know if I would use it much but it sounds very interesting.
Just pushed the newest update to my live site and swapped out vBnexus. The migration worked perfectly.
Great job :)
Edit: Actually, now that I looked at your demo links I think I would use it. It would make a great way to keep people informed of recent updates and such. Kind of like the Twitter mod I have running, but only for announcements and such.
mrpaint
10-19-2009, 05:14 PM
Version 2.2 is out
Besides the requested function of selecting auto on options for new connections. I added the ability to publish threads to a Facebook Page. Please setup a Fan Page, you shouldn't use the Application Page because there is a bug in Facebook Platform that prevent us from publishing on behalf of the Page itself. Page publishing can be used in numbers of ways such as Annoucement forum's threads get published to official Board Page. And if your board has some kind of club or group or clan, you can ask them to setup their Facebook Page and send all thread to that page, automatically! All we need is ideas, right? Hope you like it :D
Note: There is no Upgrade package this time because almost every files get updated. You can remove the old files and upload again because some files have been removed to improve performance.
Regards,
Matt Lathrop
10-19-2009, 06:03 PM
Hey I just tried the send notification thing... It was only able t send it to 604/3160 users... any reason? I am on a slower than usual internet connection if that might be it.
principino1984
10-19-2009, 08:06 PM
Version 2.2 is out
Besides the requested function of selecting auto on options for new connections. I added the ability to publish threads to a Facebook Page. Please setup a Fan Page, you shouldn't use the Application Page because there is a bug in Facebook Platform that prevent us from publishing on behalf of the Page itself. Page publishing can be used in numbers of ways such as Annoucement forum's threads get published to official Board Page. And if your board has some kind of club or group or clan, you can ask them to setup their Facebook Page and send all thread to that page, automatically! All we need is ideas, right? Hope you like it :D
Note: There is no Upgrade package this time because almost every files get updated. You can remove the old files and upload again because some files have been removed to improve performance.
Regards,
How do I set that thing???
Marco
mrpaint
10-20-2009, 01:02 AM
Hey I just tried the send notification thing... It was only able t send it to 604/3160 users... any reason? I am on a slower than usual internet connection if that might be it.
You have 3160 connected users? Or you have 3160 registered users? The send notification only send to successful connected users
How do I set that thing???
Marco
Please go to Forum Manager, edit the Forum you want to enable this feature and you will see new fields to fill
principino1984
10-20-2009, 06:08 AM
ok thanks I foud it..I'm gonna try! ;)
Marco
vBB-vietnam
10-20-2009, 04:07 PM
i filled API and secret key but
why i have this error
i Try to go Template Bundles Manager but it reload with this message
No Template Bundle Found. Please go to Edit Settings page and fill in your API Key and Secret and let the product generate templates for you
mrpaint
10-20-2009, 04:17 PM
i filled API and secret key but
why i have this error
i Try to go Template Bundles Manager but it reload with this message
Verify that you put the correct API key and Secret. You can follow the screencast http://www.youtube.com/watch?v=ComjeipReE4. After saving settings, the templates' fields will be populated automatically. See the screencast for detail
Matt Lathrop
10-20-2009, 08:04 PM
[QUOTE=mrpaint;1902417]You have 3160 connected users? Or you have 3160 registered users? The send notification only send to successful connected users
I was thinking I had like 600 connected users but the mod says 3160... I have like 3200 registered users...
mrpaint
10-20-2009, 08:14 PM
[QUOTE=mrpaint;1902417]You have 3160 connected users? Or you have 3160 registered users? The send notification only send to successful connected users
I was thinking I had like 600 connected users but the mod says 3160... I have like 3200 registered users...
Go to the Connected Users Manager to see how many pages are there so we can find out the number of connected users. I think I need to put a counter her for easier use :D
Megatr0n
10-20-2009, 09:18 PM
Awesome stuff mrpaint.
So, when is IMs going to be added? :$
bgootz
10-21-2009, 12:42 AM
Hello there,
I'm trying to install this on my forum and the upload and import are fine but when I go to change the settings through the AdminCP i get a parse error, namely:
Parse error: syntax error, unexpected '{' in /home/bl8kfrum/public_html/fbb/functions.php on line 95
This is running it with PHP4. When I change it to PHP5, I don't get that error anymore but I don't get the entire settings page (I can't see the 'Save Changes' Button). Can anyone advise on what to do? Thanks.
mrpaint
10-21-2009, 02:23 AM
Awesome stuff mrpaint.
So, when is IMs going to be added? :$
What do you mean when you said "IM"? :D Chatting feature huh? I don't think chat should be added?
Hello there,
I'm trying to install this on my forum and the upload and import are fine but when I go to change the settings through the AdminCP i get a parse error, namely:
Parse error: syntax error, unexpected '{' in /home/bl8kfrum/public_html/fbb/functions.php on line 95
This is running it with PHP4. When I change it to PHP5, I don't get that error anymore but I don't get the entire settings page (I can't see the 'Save Changes' Button). Can anyone advise on what to do? Thanks.
Screenshot please. Normally, if there is something wrong, the error will be produced at the top of the settings page
vBB-vietnam
10-21-2009, 04:47 AM
Verify that you put the correct API key and Secret. You can follow the screencast http://www.youtube.com/watch?v=ComjeipReE4. After saving settings, the templates' fields will be populated automatically. See the screencast for detail
m?nh điền đ?ng từng khoảng trống lu?n l?m sao sai được
n? cho 2 d?ng m? th? m?nh paste ch?nh x?c lu?n. hay l? do webserver của m?nh chặn hay ko hỗ trợ g? đ?
mrpaint
10-21-2009, 04:52 AM
m?nh điền đ?ng từng khoảng trống lu?n l?m sao sai được
n? cho 2 d?ng m? th? m?nh paste ch?nh x?c lu?n. hay l? do webserver của m?nh chặn hay ko hỗ trợ g? đ?
C? khả năng l? như vậy. Bạn v?o AdminCP > Maintenance > View PHP Info rồi copy/screenshot về email cho m?nh: daohoangson[at]gmail.com
dazkeirle
10-21-2009, 07:29 AM
hi mrpaint,
just another suggestion for you.
Unfortunately if you share a post with images that have been added as an attachment through vb, the share story doesn't show the images, it just gives a link to the attachment, even if you have added the attachment images to the post.
If you add images using the [IMG] BBcode they show in facebook nicely.
Any way you can support images when attached as an attachment?
mrpaint
10-21-2009, 07:40 AM
hi mrpaint,
just another suggestion for you.
Unfortunately if you share a post with images that have been added as an attachment through vb, the share story doesn't show the images, it just gives a link to the attachment, even if you have added the attachment images to the post.
If you add images using the [IMG] BBcode they show in facebook nicely.
Any way you can support images when attached as an attachment?
Wow, it's definitely a brilliant idea but it's not as simple as wrapping them in the [IMG] BBCode but I will find a way to deal with it and get back to you guys asap. Cheers :D
Megatr0n
10-21-2009, 05:23 PM
What do you mean when you said "IM"? :D Chatting feature huh? I don't think chat should be added?
Oops. I meant logging via Yahoo/MSN/Gmail accounts similar like vBNexus.
Roxie
10-21-2009, 08:22 PM
Works great. :)
love76325
10-21-2009, 09:57 PM
before I found this mod, I already installed other facebook bridge. Now I want to use this one(you really do a good job). All my existing member, who login via facebook, will be ok? or I will lose those account??
Thank you a lot
Matt Lathrop
10-22-2009, 12:21 AM
[QUOTE=Matt Lathrop;1902815]
Go to the Connected Users Manager to see how many pages are there so we can find out the number of connected users. I think I need to put a counter her for easier use :D
There are 127 pages but most users don't have a listed FB UID...
Calash
10-22-2009, 12:23 AM
before I found this mod, I already installed other facebook bridge. Now I want to use this one(you really do a good job). All my existing member, who login via facebook, will be ok? or I will lose those account??
Thank you a lot
There is a built-in migration utility from vBnexus that works great.
If you are coming from Facebook Connect I posted a query that "should" work, but I no longer have a Facebook Connect site so I can not test it.
mrpaint
10-22-2009, 03:38 AM
Oops. I meant logging via Yahoo/MSN/Gmail accounts similar like vBNexus.
Oh, I have some thoughts but there are a few Facebook-specific features in my lists right now. So, no more future plan at this time :D
Works great. :)
Thanks :D
before I found this mod, I already installed other facebook bridge. Now I want to use this one(you really do a good job). All my existing member, who login via facebook, will be ok? or I will lose those account??
Thank you a lot
If you are using Facebook Connect or vB Nexus, there is a Migration Tool included in the AdminCP. You can try it by disable the other product then do the migration process. If there is anything wrong, you can turn back the other product on ;)
There are 127 pages but most users don't have a listed FB UID...
This is weird since the Connected Users Manager detect connected users by their associated Facebook UserID. Screenshot please?
mrpaint
10-22-2009, 03:38 AM
There is a built-in migration utility from vBnexus that works great.
If you are coming from Facebook Connect I posted a query that "should" work, but I no longer have a Facebook Connect site so I can not test it.
Yeah, thank for your kind support :D
love76325
10-22-2009, 04:58 AM
Oh, I have some thoughts but there are a few Facebook-specific features in my lists right now. So, no more future plan at this time :D
Thanks :D
If you are using Facebook Connect or vB Nexus, there is a Migration Tool included in the AdminCP. You can try it by disable the other product then do the migration process. If there is anything wrong, you can turn back the other product on ;)
This is weird since the Connected Users Manager detect connected users by their associated Facebook UserID. Screenshot please?
DO YOU MEAN impex tool or?
Thank you :):)
mrpaint
10-22-2009, 05:03 AM
DO YOU MEAN impex tool or?
Thank you :):)
If you go to the AdminCP and expand the Facebook Bridge section, you will see a menu item called "Migration Tool". Click on it and you can start migrating your members. Or you can use an URL like this: http://domain.com/forums/admincp/fbb_admin.php?do=migration
love76325
10-22-2009, 05:10 AM
If you go to the AdminCP and expand the Facebook Bridge section, you will see a menu item called "Migration Tool". Click on it and you can start migrating your members. Or you can use an URL like this: http://domain.com/forums/admincp/fbb_admin.php?do=migration
i got this when i install this mod
includes/init.php(304) : eval()'d code on line 8
because this mod can't support other languages? I am using chinese now..
thank you a lot really
mrpaint
10-22-2009, 06:29 AM
i got this when i install this mod
includes/init.php(304) : eval()'d code on line 8
because this mod can't support other languages? I am using chinese now..
thank you a lot really
You get this error message after you import, right? Which version of vBulletin are you using? Which version of this product have you downloaded? Using Chinese in your site is not a problem at all
love76325
10-22-2009, 06:36 AM
You get this error message after you import, right? Which version of vBulletin are you using? Which version of this product have you downloaded? Using Chinese in your site is not a problem at all
yes, after i import. current version is 3.8.4 (and i upload the 3.8.4 patch 1 files last week, although adminCP still shows version:3.8.4). and I downloaded this mod 2.2
mrpaint
10-22-2009, 06:48 AM
yes, after i import. current version is 3.8.4 (and i upload the 3.8.4 patch 1 files last week, although adminCP still shows version:3.8.4). and I downloaded this mod 2.2
Well, it's very strange because there is no PHP code on line 8. Would you mind sending me your forum URL via PM or email? (My email address is daohoangson[at]gmail.com)
@all: I have just posted an Integration Requests thread in the demo board, if you are interested in, please check it out: http://daohoangson.com/vb38/showthread.php?goto=newpost&t=98 (Posted in Member Area but the registration is simple... so register yourself, okie? :D)
@all: I have just posted an Integration Requests thread in the demo board, if you are interested in, please check it out: http://daohoangson.com/vb38/showthread.php?goto=newpost&t=98 (Posted in Member Area but the registration is simple... so register yourself, okie? :D)
I tried but can't register at your forum, getting this error: "You must enter at least 5 characters for the intro." I think its from Force Intro hack, but I can not see its option on registration page.
mrpaint
10-22-2009, 07:48 AM
I tried but can't register at your forum, getting this error: "You must enter at least 5 characters for the intro." I think its from Force Intro hack, but I can not see its option on registration page.
Just need to put something into the Location field, you know? That Force Intro hack really should display the name of the field. I think
love76325
10-22-2009, 07:55 AM
Well, it's very strange because there is no PHP code on line 8. Would you mind sending me your forum URL via PM or email? (My email address is daohoangson[at]gmail.com)
@all: I have just posted an Integration Requests thread in the demo board, if you are interested in, please check it out: http://daohoangson.com/vb38/showthread.php?goto=newpost&t=98 (Posted in Member Area but the registration is simple... so register yourself, okie? :D)
thank you, I send you a mail with title ITOUCHTW
Calash
10-22-2009, 10:26 AM
Quick question.
Is there a template for when you post the block to your Facebook profile? I posted it but it is including the full title of my website and causing the data to get pushed all the way to the right. I would like to go in and make some changes to it.
mrpaint
10-22-2009, 11:04 AM
Quick question.
Is there a template for when you post the block to your Facebook profile? I posted it but it is including the full title of my website and causing the data to get pushed all the way to the right. I would like to go in and make some changes to it.
You can make changes to these templates:
fbb_fbml_forums_stat
fbb_fbml_profile
fbb_fbml_profile_postbit
:D
vBB-vietnam
10-22-2009, 11:26 AM
C? khả năng l? như vậy. Bạn v?o AdminCP > Maintenance > View PHP Info rồi copy/screenshot về email cho m?nh: daohoangson[at]gmail.com
M?nh đ? gửi mail link phpinfo rồi
m?nh dis kh? nhiều function trong đ? :D
Tom_M
10-22-2009, 11:44 AM
Hello,
My navbar links are in the header template, so could you please tell me what link to put in there so it shows on the navbar.
Thanks,
Tom
mrpaint
10-22-2009, 12:12 PM
Hello,
My navbar links are in the header template, so could you please tell me what link to put in there so it shows on the navbar.
Thanks,
Tom
It really depends. For the best result, just copy your header template and send me via PM or email (daohoangson[at]gmail.com).
Matt Lathrop
10-22-2009, 09:29 PM
Oh, I have some thoughts but there are a few Facebook-specific features in my lists right now. So, no more future plan at this time :D
Thanks :D
If you are using Facebook Connect or vB Nexus, there is a Migration Tool included in the AdminCP. You can try it by disable the other product then do the migration process. If there is anything wrong, you can turn back the other product on ;)
This is weird since the Connected Users Manager detect connected users by their associated Facebook UserID. Screenshot please?
https://vborg.vbsupport.ru/
That is what I see.
Also I have like a section of the board (a category/ forum) where I post updates. I was thinking it would be neat if users could choose to enable getting a notification every time a thread is created in that forum. Preferably user-to-user as to not waste my app-to-user notifications.
bgootz
10-22-2009, 11:31 PM
What do you mean when you said "IM"? :D Chatting feature huh? I don't think chat should be added?
Screenshot please. Normally, if there is something wrong, the error will be produced at the top of the settings page
Here is the screenshot...
Matt Lathrop
10-22-2009, 11:42 PM
Oh and if you can't do the forum thing can you integrate this mod with on of the many mass pm mods? I noticed that when you send pm's from them they don't send notifications.
mrpaint
10-23-2009, 09:47 AM
Here is the screenshot...
Hi,
You are running PHP4. This product requires PHP5 to be able to run. Please ask your hosting provider to upgrade your PHP version. FYI: PHP4 is very old now, in order to take advantage of PHP features, you should use PHP5 as soon as possible
Regards,
mrpaint
10-23-2009, 09:51 AM
http://mhsbpi.com/1.png
That is what I see.
Also I have like a section of the board (a category/ forum) where I post updates. I was thinking it would be neat if users could choose to enable getting a notification every time a thread is created in that forum. Preferably user-to-user as to not waste my app-to-user notifications.
Oh, it's weird when the Manager lists all of your users. Not sure what's wrong honestly but the connected users are the users who have an associated Facebook userid. That's why when you send notifications, only 6 hundred of your members get the notification
Oh and if you can't do the forum thing can you integrate this mod with on of the many mass pm mods? I noticed that when you send pm's from them they don't send notifications.
Yes, logically, notifications can be sent in that situations but I turned that off. If you want it, I will add a setting in AdminCP in the next version.
:D
redraider
10-23-2009, 06:08 PM
how does the reclamation process work ? Where do I put the reclamation url as described in your steps ?
PS : Forgot to say - great mod!
bgootz
10-23-2009, 11:57 PM
I agree. Theres two things, when I start using PHP5 (throught htaccess) I get the following screenshot when I try to view/change the settings - the page is cut off, I don't see the full settings page. Also, the other thing is that when I'm using PHP5 I am not able to get to the User CP or a users page. Is this an error in my installation? vBulletin should work with PHP5 right?
mrpaint
10-24-2009, 01:49 AM
I agree. Theres two things, when I start using PHP5 (throught htaccess) I get the following screenshot when I try to view/change the settings - the page is cut off, I don't see the full settings page. Also, the other thing is that when I'm using PHP5 I am not able to get to the User CP or a users page. Is this an error in my installation? vBulletin should work with PHP5 right?
vBulletin works well with PHP5 (and from sources that I heard, vBulletin 4 only supports PHP5)
About your error of cut off page, please check the Log Viewer to see if there is anything useful. Thank you
mrpaint
10-24-2009, 01:52 AM
how does the reclamation process work ? Where do I put the reclamation url as described in your steps ?
PS : Forgot to say - great mod!
If you put an URL to the Reclamation URL, everytime member tries to deactivate their account, they will receive an email notifying that they deactivated their Facebook Profile and at the bottom of the email, there will be a list of reclamtion urls from connected applications.
In our case, member will receive a link to our reclamation system. It will then check if it's a valid reclamation request (base on several key/secret/encoding stuff). If it's good, user will be provided with their password to their account on vBulletin (the password is newly generated at the time of reclamation process, which means the user can keep clicking the URL to get new password, in case they forget their password)
I hope this helps
bada_bing
10-24-2009, 02:39 AM
MRPAINT
Wanted to say thank you much for such a great mod....I wanted to ask a question as I dont know if this is a bug or not but wanted to see if there is a way to correct this..
Currently I have enabled that Share It feature which shows up in every post, this is good BUT the issue is that the Share It button show not show up in hidden or restricted forums as that feature should follow the same rules as the other posting options that are restricted in those forums..
I also wanted to see how I can get some intergration with vbportal such as having the login with facebook button show up in the login area on my portal.
Thank for the great work
Matt Lathrop
10-24-2009, 02:10 PM
Oh, it's weird when the Manager lists all of your users. Not sure what's wrong honestly but the connected users are the users who have an associated Facebook userid. That's why when you send notifications, only 6 hundred of your members get the notification
Yes, logically, notifications can be sent in that situations but I turned that off. If you want it, I will add a setting in AdminCP in the next version.
:D
Ok I think maybe I made a mistake in the importing process. What is the default value in the mysql table supposed to be for each user? Oh and I really like how you listen to feedback and improve the mod quickly, this is how all mod developers should work! Thanks For all your hard WORK!!!
Matt Lathrop
10-24-2009, 02:29 PM
Oh, it's weird when the Manager lists all of your users. Not sure what's wrong honestly but the connected users are the users who have an associated Facebook userid. That's why when you send notifications, only 6 hundred of your members get the notification
Yes, logically, notifications can be sent in that situations but I turned that off. If you want it, I will add a setting in AdminCP in the next version.
:D
I think I found the issue the default values for your tables in the database for a user NOT using FB connect are 0:blank:NULL (for fbuid:fbssk:fboptions) I have for all the users I moved over blank:NULL:0. Any chance that is causing the error? If so could you halp me fix it by giving me a query to fix it (I'm REALLY bad with mysql)
minman40324
10-24-2009, 02:39 PM
Does anyone have any idea what can cause this?
Invalid SQL:
SELECT COUNT(*) AS total
FROM fbb_log AS fbb_log;
MySQL Error : Incorrect information in file: './database_name/fbb_log.frm'
Error Number : 1033
Request Date : Saturday, October 24th 2009 @ 10:31:09 AM
Error Date : Saturday, October 24th 2009 @ 10:31:10 AM
Script : http://www.mydomain.com/admincp/fbb_admin.php?do=log
Referrer : http://www.mydomain.com/admincp/index.php?do=nav
IP Address : My Ip Address
Username : mike
Classname : vB_Database
MySQL Version : 5.0.81-community-log
bgootz
10-24-2009, 04:19 PM
vBulletin works well with PHP5 (and from sources that I heard, vBulletin 4 only supports PHP5)
About your error of cut off page, please check the Log Viewer to see if there is anything useful. Thank you
Looking at the error log in my root directory, I get the following memory error:
PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 19456 bytes) in /home/.../public_html/fbb/hook_admin_options_print.php on line 37
Do you know what this means?
mrpaint
10-24-2009, 04:24 PM
MRPAINT
Wanted to say thank you much for such a great mod....I wanted to ask a question as I dont know if this is a bug or not but wanted to see if there is a way to correct this..
Currently I have enabled that Share It feature which shows up in every post, this is good BUT the issue is that the Share It button show not show up in hidden or restricted forums as that feature should follow the same rules as the other posting options that are restricted in those forums..
I also wanted to see how I can get some intergration with vbportal such as having the login with facebook button show up in the login area on my portal.
Thank for the great work
Some guys from previous pages just edit his templates and the button appears. So... member can login when they are viewing the portal page. I think you can do the same way to display the connect button.
Yeah, I will change the code to prevent the share button to be displayed in such cases
I think I found the issue the default values for your tables in the database for a user NOT using FB connect are 0:blank:NULL (for fbuid:fbssk:fboptions) I have for all the users I moved over blank:NULL:0. Any chance that is causing the error? If so could you halp me fix it by giving me a query to fix it (I'm REALLY bad with mysql)
Oh, try this one
UPDATE `[put_your_table_prefix_here]user`
SET fbuid = '0'
WHERE fbuid = ''
Hope this helps :D
mrpaint
10-24-2009, 04:28 PM
Does anyone have any idea what can cause this?
Invalid SQL:
SELECT COUNT(*) AS total
FROM fbb_log AS fbb_log;
MySQL Error : Incorrect information in file: './database_name/fbb_log.frm'
Error Number : 1033
Request Date : Saturday, October 24th 2009 @ 10:31:09 AM
Error Date : Saturday, October 24th 2009 @ 10:31:10 AM
Script : http://www.mydomain.com/admincp/fbb_admin.php?do=log
Referrer : http://www.mydomain.com/admincp/index.php?do=nav
IP Address : My Ip Address
Username : mike
Classname : vB_Database
MySQL Version : 5.0.81-community-log
Hmm, looks like there is something wrong with our log table. please try to repair in via AdminCP > Maintenance > Repair/Optimize Table
Looking at the error log in my root directory, I get the following memory error:
PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 19456 bytes) in /home/.../public_html/fbb/hook_admin_options_print.php on line 37
Do you know what this means?
Your server restricted the allowed memory size too much. Ask your hosting provider to increase the value a little bit (My Blue Host shared hosting has this limit set at 32MB).
bgootz
10-24-2009, 04:45 PM
Do you think that could be causing the problem of not accessing the user cp as well (when using PHP5)? Thanks for the help, I really appreciate it!
mrpaint
10-24-2009, 04:53 PM
Do you think that could be causing the problem of not accessing the user cp as well (when using PHP5)? Thanks for the help, I really appreciate it!
Yes, maybe. As you are looking on the log, you can find out if usercp.php got the error too
bgootz
10-24-2009, 05:11 PM
Yes, maybe. As you are looking on the log, you can find out if usercp.php got the error too
Nothing referring to usercp.php :/ There are a few others referring to functions_editor.php and class_bitfield_builder.php but I don't know enough of vBulletin to know what these scripts are really doing. Can you venture a guess??
minman40324
10-24-2009, 06:00 PM
Hmm, looks like there is something wrong with our log table. please try to repair in via AdminCP > Maintenance > Repair/Optimize Table
Ok now i get this error after i run it.
fbb_log Check Error: Incorrect information in file: './mydatabase/fbb_log.frm'
fbb_log Check Error: Corrupt
Matt Lathrop
10-24-2009, 08:17 PM
Some guys from previous pages just edit his templates and the button appears. So... member can login when they are viewing the portal page. I think you can do the same way to display the connect button.
Yeah, I will change the code to prevent the share button to be displayed in such cases
Oh, try this one
UPDATE `[put_your_table_prefix_here]user`
SET fbuid = '0'
WHERE fbuid = ''
Hope this helps :D
That solved it!
minman40324
10-24-2009, 09:01 PM
Ok now i get this error after i run the table repair.
fbb_log Check Error: Incorrect information in file: './mydatabase/fbb_log.frm'
fbb_log Check Error: Corrupt
Do you have any other ideas on how to fix this? :(
mrpaint
10-25-2009, 03:45 AM
Nothing referring to usercp.php :/ There are a few others referring to functions_editor.php and class_bitfield_builder.php but I don't know enough of vBulletin to know what these scripts are really doing. Can you venture a guess??
File functions_editor is used to render editor (posting thread, replying, sending pm, sending vm,etc). File class_bitfield_builder is used for some AdminCP specific actions which render bitfield values or construct the array.
To solve the problem, just ask your hosting provider to increase the limit for you (to 32MB as I suggested). Or you can open the php.ini and edit it yourself. More information is available on... Google.com
Ok now i get this error after i run it.
fbb_log Check Error: Incorrect information in file: './mydatabase/fbb_log.frm'
fbb_log Check Error: Corrupt
Were you checking or reparing table? According to REPAIR TABLE document from MySQL, it can fix that corrupted file. If it doesn't work. Tell me
mrpaint
10-25-2009, 10:20 AM
Hi mates,
I have just released a minor update (from 2.2 to 2.2.4) with a few improvements in the sharing functionality such as push attachments' thumbnails (only when guest has permission to view thumbnails). Sharing button display more accurate. A little tweak for shared post (you can edit the phrase named "fbb_template_shared_title" to change the title of the shared post). If you are interested in these improvements, grab the upgrade file from the first post and upload overwrite/re-import to your board.
Regards,
minman40324
10-25-2009, 01:01 PM
Were you checking or reparing table? According to REPAIR TABLE document from MySQL, it can fix that corrupted file. If it doesn't work. Tell me
I was repairing the file. It dont matter if i optimize or repair it. It still shows corrupt. :(
bada_bing
10-25-2009, 07:22 PM
Help...
Just upgraded to the latest verion 2.4 from 2.2 now when I try and view a post in a restricted Mod area only I get this error..
Fatal error: Call to undefined function fb_getForumRestrictKey() in C:\Domains\mysite.com\wwwroot\forums\includes\clas s_postbit.php(294) : eval()'d code on line 124
minman40324
10-26-2009, 01:17 AM
I was repairing the file. It dont matter if i optimize or repair it. It still shows corrupt. :(
Any ideas MrPaint? :)
RadioErewan
10-26-2009, 02:37 AM
Help...
Just upgraded to the latest verion 2.4 from 2.2 now when I try and view a post in a restricted Mod area only I get this error..
Fatal error: Call to undefined function fb_getForumRestrictKey() in C:\Domains\mysite.com\wwwroot\forums\includes\clas s_postbit.php(294) : eval()'d code on line 124
Same here, reverted to 2.2.
Regards
kether1
10-26-2009, 03:25 AM
Wonderful mod!!
I installed 2.2 yesterday and it works well in firefox and opera, but the button to connect to facebook doesn't show using internet explorer. Anyone know why that might be?
Thanks,
K
accludetuner
10-26-2009, 03:45 AM
I just noticed that the forum permissions do not always get followed. 80% of the time when I make threads/posts in my admin only forum (no other usergroups can see or use the forum) this mod does as it is supposed to do and DOES NOT add it to my facebook page. About 20% of the time, it ignores the permissions and will post my threads/replies in this restricted forum to facebook. Any ideas of what to try?
linuxututs
10-26-2009, 10:25 AM
Just upgraded, and now I have blank screen when I go to share.
Reverting back to 2.2.
Thanks For a GREAT Mod to,
Update: Reverted and everything works again.
Tom_M
10-26-2009, 01:26 PM
I had the same problem so I also reverted back to 2.2
Tom
forte
10-26-2009, 02:52 PM
To fix 2.2.4 (i hope), edit the "Complete Building Post (includes/class_postbit.php)" plugin and add:
require_once(DIR . '/fbb/functions.php');
at the beginning.
matthewhotdude
10-26-2009, 04:09 PM
The facebook block on the user profiles, has gone! I havent changed anything it has just vanished!
RadioErewan
10-26-2009, 05:48 PM
To fix 2.2.4 (i hope), edit the "Complete Building Post (includes/class_postbit.php)" plugin and add:
require_once(DIR . '/fbb/functions.php');
at the beginning.
It still throws errors on PM.
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/class_postbit.php(265) : eval()'d code on line 45
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/class_postbit.php(265) : eval()'d code on line 54
mrpaint
10-26-2009, 06:35 PM
Hi friends,
Facebook Team has just announced this new feature today (Share Count, http://developers.facebook.com/news.php?blog=1&story=323) so I made some changes to the code and packed into 2.2.5 (which is a minor update and it fixes the issue with 2.2.4). I'm not a designer so the counter looks weird but it's there and you can make change to the template to make yours.
Regards,
mrpaint
10-26-2009, 06:37 PM
The facebook block on the user profiles, has gone! I havent changed anything it has just vanished!
Go the UserCP > Facebook Bridge > Options again to see if the Add to Profile button appears. So you can add it back. Maybe you removed it by an accident? :D
It still throws errors on PM.
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/class_postbit.php(265) : eval()'d code on line 45
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/class_postbit.php(265) : eval()'d code on line 54
Which version of YAFB are you using? Please update the latest version to see if your problem's solved or not. Thank you
linuxututs
10-26-2009, 08:21 PM
Thanks a million "mrpaint" for all this hard work,but I'm still getting blank screen when trying to share.
I've checked and rechecked all settings also. It works perfect as far as I'm concerned with 2.2, but with the new updates from FB, I thought it'd be a good idea to upgrade.
I am working on 1,000 forums in My Board, and when I'm through it will be more like 2,000 forums I'll have on my Board.
I really, really, can't afford to be playing with My system like this at all..
( I have no test board )
And if something where to go wrong, you'd see a grown Man cry like a Baby............hahahaha ( for-real )
Going to try to revert one more time.
Thanks again "mrpaint",
accludetuner
10-26-2009, 09:22 PM
I just noticed that the forum permissions do not always get followed. 80% of the time when I make threads/posts in my admin only forum (no other usergroups can see or use the forum) this mod does as it is supposed to do and DOES NOT add it to my facebook page. About 20% of the time, it ignores the permissions and will post my threads/replies in this restricted forum to facebook. Any ideas of what to try?
Any ideas of what I can look at for this issue?
Updated to the latest version, thanks :)
Previously I was using vB Nexus mod, and then I just uninstalled vB Nexus, removed all files, and installed YAFB. but database tables of vB Nexus mod are still there.
What do you suggest now, should I run Migration Tool to recover old users (just a few) who connected by vB Nexus mod? old facebook app was also deleted, can I still recover old users by using Migration Tool?
Hi friends,
Facebook Team has just announced this new feature today (Share Count, http://developers.facebook.com/news.php?blog=1&story=323) so I made some changes to the code and packed into 2.2.5 (which is a minor update and it fixes the issue with 2.2.4). I'm not a designer so the counter looks weird but it's there and you can make change to the template to make yours.
Regards,
That's really good feature :)
How can I make change to the template to make graphical counter?
mrpaint
10-27-2009, 12:03 AM
Thanks a million "mrpaint" for all this hard work,but I'm still getting blank screen when trying to share.
I've checked and rechecked all settings also. It works perfect as far as I'm concerned with 2.2, but with the new updates from FB, I thought it'd be a good idea to upgrade.
I am working on 1,000 forums in My Board, and when I'm through it will be more like 2,000 forums I'll have on my Board.
I really, really, can't afford to be playing with My system like this at all..
( I have no test board )
And if something where to go wrong, you'd see a grown Man cry like a Baby............hahahaha ( for-real )
Going to try to revert one more time.
Thanks again "mrpaint",
Hi,
Firstly, I'm so sorry that I made you cry that way :( As far as I understand, when you share a post, a new windows will appears, the publisher of Facebook will be populated with post's information. Right? Tell me if I'm wrong but how can the new window be blank? It's generated from Facebook... Hmm
mrpaint
10-27-2009, 12:04 AM
Any ideas of what I can look at for this issue?
Hi,
It's weird. With this kind of bug, I need to test myself. Can you send me your board URL via PM so I can come by and check? Just a guess, maybe you checked some checkboxes?
mrpaint
10-27-2009, 12:06 AM
Updated to the latest version, thanks :)
Previously I was using vB Nexus mod, and then I just uninstalled vB Nexus, removed all files, and installed YAFB. but database tables of vB Nexus mod are still there.
What do you suggest now, should I run Migration Tool to recover old users (just a few) who connected by vB Nexus mod? old facebook app was also deleted, can I still recover old users by using Migration Tool?
Yes, if you keep the old database field, you can use the Migration Tool. But if you uninstalled vB Nexus, I'm afraid that they removed all those fields but it's worth a try ;)
That's really good feature :)
How can I make change to the template to make graphical counter?
You can open the template named "fbb_postbit_controls", you may be interested in the phrase named "fbb_share_statistic_postbit" also :D
Yeah, it worked well :) thanks.
mrpaint
10-27-2009, 12:47 AM
Yeah, it worked well :) thanks.
You are welcome :D
One thing I noticed that Notifications can not be sent to the migrated users, I want to inform them about their account recovery, so how can I contact them now? they have just facebook proxy emails.
RadioErewan
10-27-2009, 01:23 AM
Now everything works perfect. Kudos.
BTW, Have you got idea, how to handle UTF-ISO8859-2 conversion between FB and my forum?
See: http://www.facebook.com/profile.php?id=1669009274&ref=nf Olympusclub block on the left...
Mandar Salvi
10-27-2009, 07:54 AM
Great addon :) Thank you! Looking forward to use it on vB4.
matthewhotdude
10-27-2009, 11:32 AM
Go the UserCP > Facebook Bridge > Options again to see if the Add to Profile button appears. So you can add it back. Maybe you removed it by an accident?
Yes it's set to on, but not showing up. I havent made any changes to my site
mrpaint
10-27-2009, 12:07 PM
Now everything works perfect. Kudos.
BTW, Have you got idea, how to handle UTF-ISO8859-2 conversion between FB and my forum?
See: http://www.facebook.com/profile.php?id=1669009274&ref=nf Olympusclub block on the left...
I can't access your wall but character encoding is the field I really want to test. Can I know which language are you using?
Great addon :) Thank you! Looking forward to use it on vB4.
I'm ready to port to vBulletin 4 but no download available yet so... we can just wait :D
One thing I noticed that Notifications can not be sent to the migrated users, I want to inform them about their account recovery, so how can I contact them now? they have just facebook proxy emails.
In theory, you can send notification via AdminCP if the Facebook UserIDs are stored correctly
Yes it's set to on, but not showing up. I havent made any changes to my site
Did you see this button? (Look in the attachment)
RadioErewan
10-27-2009, 12:20 PM
I can't access your wall but character encoding is the field I really want to test. Can I know which language are you using?
I am using 8859-2 on Polish language forum. (forum.olympusclub.pl).
Forum is running in 8859-2 codepage, and vBS removed UTF compliance from vB4 feature list :-(
Will help you with this issue if needed.
ps. Removed privacy settings from my profile, now all Facebook users can see block.
Regards
bada_bing
10-27-2009, 07:50 PM
mrpaint,
Just wanted to thank you again my friend for a great product and great support. Also the new 2.5 version fixed both issues for me.
mrpaint
10-28-2009, 04:25 AM
I am using 8859-2 on Polish language forum. (forum.olympusclub.pl).
Forum is running in 8859-2 codepage, and vBS removed UTF compliance from vB4 feature list :-(
Will help you with this issue if needed.
ps. Removed privacy settings from my profile, now all Facebook users can see block.
Regards
You got PM :D
mrpaint,
Just wanted to thank you again my friend for a great product and great support. Also the new 2.5 version fixed both issues for me.
You are welcome mate
mrpaint
10-28-2009, 07:10 AM
FYI, for the first time, YAFB got the same votes as Week / Month Topic Nominations in the MOTM for October 2009 nomination :D Thank you all guys for all your votes :D
FYI, for the first time, YAFB got the same votes as Week / Month Topic Nominations in the MOTM for October 2009 nomination :D Thank you all guys for all your votes :D
Great, but I'm not happy with the result, because YAFB is the best Facebook hack ever with quick install, awesome features and great support, So I expect more Installs and more Votes. Good luck mate :)
Do you have any solution for the database tables size, I think the tables are going too heavy..
vb_fbb_links = 5.0 MiB
vb_fbb_log = 7.5 MiB
mrpaint
10-28-2009, 08:14 PM
Do you have any solution for the database tables size, I think the tables are going too heavy..
vb_fbb_links = 5.0 MiB
vb_fbb_log = 7.5 MiB
The links table will slow down it's growing rate soon because old records will be updated instead of inserting. And the logs, only needed information is stored but if your board has a lot of actions, it can grow fast. I think I will add a truncate function, right?
Anyway, I want to let you know that Facebook Team decided to change their policy with application to prevent spam (from games like +++++ Wars and kind of Farms) so... I think we will have some problem in communicating with our users in Facebook soon. As I heard, the notification system will be altered. No official document but you can read the news here: http://www.techcrunch.com/2009/10/28/d-day-for-facebook-app-developers
I will update the product after I have enough information (and ideas also). Cheers
FYI, for the first time, YAFB got the same votes as Week / Month Topic Nominations in the MOTM for October 2009 nomination :D Thank you all guys for all your votes :D
I voted for you yesterday! It was my vote! I noticed the tie also! ;)
OrangeStu
10-28-2009, 09:56 PM
Under the login box I have the https://vborg.vbsupport.ru/ that won't go away.
Also it has overwritten my login button - starkvilleforums.com
Please help :)
Edit: Swapped to another bridge until fixed, but really want to use this Yay! bridge :)
gufgar
10-28-2009, 11:53 PM
I am currently using fb connect user and I like how I can set it up so the only thing fb connect does is user login and 1 news feed when the user is registering to my site.
I don't want my user to post some stuff on my forum and automatically publish it on their facebook wall. Basically I want YAFB to only handle the login process. Is that possible with yafb? I've been reading the last 30 pages of the discussion but I can't really get the answer.
Any known migrating issue problem from fb connect to yafb?
After the migration, the user won't notice a thing right?
Thanks!
gufgar
10-29-2009, 04:54 AM
Okay I just installed the plugin into my forum.
The biggest drawback is having a facebook link on the contact info of the profile page.
How do I remove that?
Also what happen if a user register through facebook and then click the option to disconnect from facebook and then log out from the forum?
It seems that the user won't be able to login again.
I also want to know the code for the "Connect with Facebook" button.
I'd like to put it somewhere else.
Thanks for the plugin mrpaint
gufgar
10-29-2009, 04:56 AM
Under the login box I have the https://vborg.vbsupport.ru/ that won't go away.
Also it has overwritten my login button - starkvilleforums.com
Please help :)
Edit: Swapped to another bridge until fixed, but really want to use this Yay! bridge :)
it's from the old installation of fb connect.
Find the code on your header / navbar template, I can't remember which one.
mrpaint
10-29-2009, 08:27 AM
Under the login box I have the https://vborg.vbsupport.ru/ that won't go away.
Also it has overwritten my login button - starkvilleforums.com
Please help :)
Edit: Swapped to another bridge until fixed, but really want to use this Yay! bridge :)
Hi,
Sound like a javascript confict that prevent the script from loading. It's best if you can turn YAFB on, take screenshot of everything (your forum home page, the Error Console of Firefox, yes, I suggest you to use Firefox, at least this time,etc). And then send me via email daohoangson[at]gmail.com. I will see if I can do anything :D
I am currently using fb connect user and I like how I can set it up so the only thing fb connect does is user login and 1 news feed when the user is registering to my site.
I don't want my user to post some stuff on my forum and automatically publish it on their facebook wall. Basically I want YAFB to only handle the login process. Is that possible with yafb? I've been reading the last 30 pages of the discussion but I can't really get the answer.
Any known migrating issue problem from fb connect to yafb?
After the migration, the user won't notice a thing right?
Thanks!
Okay I just installed the plugin into my forum.
The biggest drawback is having a facebook link on the contact info of the profile page.
How do I remove that?
Also what happen if a user register through facebook and then click the option to disconnect from facebook and then log out from the forum?
It seems that the user won't be able to login again.
I also want to know the code for the "Connect with Facebook" button.
I'd like to put it somewhere else.
Thanks for the plugin mrpaint
Hi gufgar,
To remove the link in the contact info section, please go to AdminCP > Facebook Bridge > Edit Settings. Find and uncheck the box called "IM icon in ContactInfo"
In the case you described, yes, that use won't be able to login unless they contact the Administrator. I have no idea with those users. They decided to disconnect, hmm.. what can we do? Delete that account automatically? Do you have any ideas?
I'm not sure of your purpose using the "Connect with Facebook" button but you can take a look at the templates named "fbb_register" and "fbb_navbar_button".
Please note: if you decide to use FBML (some kind of special mark up from Facebook), you will have to add a plugin in place because I tried to skip the Facebook Javascript library as much as possible to improve users' experiences. So... it's a high chance that your FBML won't work. Okie, if you get confused, send me a PM. I will answer and help you if I can
sailnet
10-29-2009, 07:27 PM
has anyone else had problems with this mod not doing anything at all?
I followed the directions perfectly and nothing happens. My Control Panel does not show any of the Facebook options.
ps: I read in the instructions that some other mods may interfere with this, so I disabled all of the other mods and this mod still does not work for me.
like I said - anyone else have the problem of this not working at all?
mrpaint
10-30-2009, 12:31 AM
has anyone else had problems with this mod not doing anything at all?
I followed the directions perfectly and nothing happens. My Control Panel does not show any of the Facebook options.
ps: I read in the instructions that some other mods may interfere with this, so I disabled all of the other mods and this mod still does not work for me.
like I said - anyone else have the problem of this not working at all?
If no link displayed in your UserCP, please check the Settings page in your AdminCP to see if the templates are populated. It's the easiest way to determine if things are going on the right way or not :D
gufgar
10-30-2009, 03:12 AM
Hi,
Hi gufgar,
To remove the link in the contact info section, please go to AdminCP > Facebook Bridge > Edit Settings. Find and uncheck the box called "IM icon in ContactInfo"
In the case you described, yes, that use won't be able to login unless they contact the Administrator. I have no idea with those users. They decided to disconnect, hmm.. what can we do? Delete that account automatically? Do you have any ideas?
I'm not sure of your purpose using the "Connect with Facebook" button but you can take a look at the templates named "fbb_register" and "fbb_navbar_button".
Please note: if you decide to use FBML (some kind of special mark up from Facebook), you will have to add a plugin in place because I tried to skip the Facebook Javascript library as much as possible to improve users' experiences. So... it's a high chance that your FBML won't work. Okie, if you get confused, send me a PM. I will answer and help you if I can
Mrpaint, I unchecked the show im icon thing, and it eliminates the facebook icon. But if you go to the member profile page, the homepage is pointing to their facebook account. Can we remove that?
Also I would think it would be best to just delete "disconnect link". If there's a link, everyone will try it.
I have one more request, can you change the indicator from "sleeping" and "working" to "off" and "on". It's easier for the user.
kether1
10-30-2009, 02:54 PM
IT works in firefox for me, but not in IE. Cannot see the 'connect to facebook' button on the Facebook Bridge>>options page. All other functions seem to work. ?? confused.
Thanks
K
mrpaint
10-31-2009, 06:07 AM
Mrpaint, I unchecked the show im icon thing, and it eliminates the facebook icon. But if you go to the member profile page, the homepage is pointing to their facebook account. Can we remove that?
Also I would think it would be best to just delete "disconnect link". If there's a link, everyone will try it.
I have one more request, can you change the indicator from "sleeping" and "working" to "off" and "on". It's easier for the user.
The homepage is fetched at the registration. People who don't want that homepage can change it in their profile. FYI, homepage is vBulletin default profile field
You can remove the link by an easy to done template edit but I don't think it's a good idea. Members should always be able to know how to manage their connections, I think
You can change the text to whatever you want by using the Phrase tool in your AdminCP.
Regards, :D
IT works in firefox for me, but not in IE. Cannot see the 'connect to facebook' button on the Facebook Bridge>>options page. All other functions seem to work. ?? confused.
Thanks
K
Which version of IE are you using? The javascript scope is written as simple as possible to work on almost every browsers. I myself tested with Firefox, IE, Chrome, Safari, Opera,.v.v. But if older version of IE (IE6?), maybe the script won't work... Tell me your version so I will try to find an instance of that IE to test (and fix)
Regards :D
sharemee
10-31-2009, 12:20 PM
hello, please can someone tell me where the code for the "connect with facebook" button code is as i need to change the background colour to match my navbar
Thanks in advance
Andy
mrpaint
10-31-2009, 12:51 PM
hello, please can someone tell me where the code for the "connect with facebook" button code is as i need to change the background colour to match my navbar
Thanks in advance
Andy
It's in the template named "fbb_navbar_button".
sharemee
10-31-2009, 01:08 PM
thanks mate your a star
mrpaint
10-31-2009, 01:09 PM
thanks mate your a star
You are welcome :D
Hope your members like it
Calash
11-01-2009, 06:48 PM
Ok now i get this error after i run it.
fbb_log Check Error: Incorrect information in file: './mydatabase/fbb_log.frm'
fbb_log Check Error: Corrupt
I am now getting this error as well. REPAIR does nothing to help it. phpMyAdmin is also showing the error...nothing is correcting it.
I tried this on my Swedish board... i get some errors in the facebook feed with the swedish swedish characters...
IJ det n姯n annan 䮠jag som 嫥r ner med Turkish Airlines fr宠Stockholm till Mumbai den 16 november?
It should be:
?r det n?gon annan ?n jag som ?ker ner med Turkish Airlines fr?n Stockholm till Mumbai den 16 november?
My board runs on charset ISO-8859-1
Also, i cant seem to find all the templates.. id love to help you translate the application to Swedish...
mrpaint
11-02-2009, 02:31 AM
I am now getting this error as well. REPAIR does nothing to help it. phpMyAdmin is also showing the error...nothing is correcting it.
You got PM :D
I tried this on my Swedish board... i get some errors in the facebook feed with the swedish swedish characters...
It should be:
My board runs on charset ISO-8859-1
Also, i cant seem to find all the templates.. id love to help you translate the application to Swedish...
Hi,
I'm experimenting character encoding from diffrent charset to UTF-8 (which works best with Facebook) and I will update to you soon.
About the templates and phrases, as I remember now, everything text is phrases, you can do a search in your Phrase Manager (in AdminCP). Thank you :D
Couldnt you just utf8-encode the strings you send and recieve to/from facebook?
http://php.net/manual/en/function.utf8-encode.php
RadioErewan
11-02-2009, 07:15 AM
Couldnt you just utf8-encode the strings you send and recieve to/from facebook?
http://php.net/manual/en/function.utf8-encode.php
iconv works for me, just tested it on hook_threadratedata_postsave.php
Added $message = iconv('ISO-8859-2','UTF-8',$message); in line 51 and
$notification = iconv('ISO-8859-2','UTF-8',$notification); in 80.
Now rating is properly rendered. Remember, my forum runs ISO-8859-2.
There are 32 hooks only, so doing it on my own every release is not wise solution.
Will wait for author feedback.
Regards
mrpaint
11-02-2009, 09:22 AM
Couldnt you just utf8-encode the strings you send and recieve to/from facebook?
http://php.net/manual/en/function.utf8-encode.php
This function can only convert string from ISO-8859-1, I intended to use mbstring library or iconv
iconv works for me, just tested it on hook_threadratedata_postsave.php
Added $message = iconv('ISO-8859-2','UTF-8',$message); in line 51 and
$notification = iconv('ISO-8859-2','UTF-8',$notification); in 80.
Now rating is properly rendered. Remember, my forum runs ISO-8859-2.
There are 32 hooks only, so doing it on my own every release is not wise solution.
Will wait for author feedback.
Regards
Hi,
If you are a coder and open fbb/functions.php you will find out a function named "fb_encoding_to_Facebook" I intended to use to convert encoding. Hmm, but it give the wrong result so for most of the functions, I commented out the encoding part. But as you confirmed that iconv works, I will provide you with a new functions.php soon. You test it and tell me the result, okie?
Regards,
PS: Yeah, 42 hooks with manual editing is definitely not a wise way to do this :D Let the developer (me, haha) do his work!
RadioErewan
11-02-2009, 10:11 AM
If you are a coder and open fbb/functions.php you will find out a function named "fb_encoding_to_Facebook" I intended to use to convert encoding. Hmm, but it give the wrong result so for most of the functions, I commented out the encoding part. But as you confirmed that iconv works, I will provide you with a new functions.php soon. You test it and tell me the result, okie?
Okie :-) Just uncommented three calls to fb_encoding_to_Facebook (replaced mbconvert with iconv), and nothing changed. Still titles are truncated at first polilsh diacritic mark in shorts sent to wall.
Regards
mrpaint
11-02-2009, 10:22 AM
Okie :-) Just uncommented three calls to fb_encoding_to_Facebook (replaced mbconvert with iconv), and nothing changed. Still titles are truncated at first polilsh diacritic mark in shorts sent to wall.
Regards
Oh oh, I sent you a PM. Did you read it? The new functions.php script is sent
dfc005
11-02-2009, 07:20 PM
What about automatically bringing across some Facebook details? I like to collect users first and last names but don't really want these on the register page. Would you be able to set something up in the admin section so we can link some details from Facebook to specific profile fields.
tldagent
11-03-2009, 11:22 AM
Haven't installed this yet as I was trying your demo board listed in the first post and I like the looks of it so far but I'm running into one issue. I enter my username, password and email to register and I keep getting this error on your demo board:
You must enter at least 5 characters for the intro.
I can't get past this point to see if how it works with facebook and to adjust user settings.
mrpaint
11-03-2009, 11:59 AM
What about automatically bringing across some Facebook details? I like to collect users first and last names but don't really want these on the register page. Would you be able to set something up in the admin section so we can link some details from Facebook to specific profile fields.
Well, this is a feature which exists in other modifications long time ago... I think I will add it soon
Haven't installed this yet as I was trying your demo board listed in the first post and I like the looks of it so far but I'm running into one issue. I enter my username, password and email to register and I keep getting this error on your demo board:
I can't get past this point to see if how it works with facebook and to adjust user settings.
Hi, it's a modification which I installed to demonstrate that YAFB can work with other modification. You should put some dummy value in the Location field (which is placed in Required section) :up:
dfc005
11-03-2009, 08:34 PM
Mate, I'm not sure what I've done wrong but I've broken my test board somehow. Keep getting this error....
Warning: include([path]/fbb/hook_init_startup.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/init.php(301) : eval()'d code on line 43
Any idea how I can fix this problem?
mrpaint
11-04-2009, 12:38 AM
Mate, I'm not sure what I've done wrong but I've broken my test board somehow. Keep getting this error....
Warning: include([path]/fbb/hook_init_startup.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/init.php(301) : eval()'d code on line 43
Any idea how I can fix this problem?
Reason: File missing
Quick fix: Upload all files/directories under "upload" to your forum root :D
dfc005
11-04-2009, 12:44 AM
Tried that though, a couple of times. The file is definitely there.
Thing is my board seems to work, it's just accessing the /admincp/ that has troubles....
mrpaint
11-04-2009, 01:00 AM
Tried that though, a couple of times. The file is definitely there.
Thing is my board seems to work, it's just accessing the /admincp/ that has troubles....
Which part of AdminCP generates that error message?
dfc005
11-04-2009, 01:14 AM
Which part of AdminCP generates that error message?
I can't even get into the /admincp/ otherwise I would uninstall the product and try reinstalling it.
Likewise, I tried disabling plugins in the config.php thinking that would allow me in but that hasn't helped either. Not really sure what I've done to break it....
mrpaint
11-04-2009, 01:24 AM
I can't even get into the /admincp/ otherwise I would uninstall the product and try reinstalling it.
Likewise, I tried disabling plugins in the config.php thinking that would allow me in but that hasn't helped either. Not really sure what I've done to break it....
Huh? Disabling hook in config.php is the ultimate way to prevent hook from running, it works all the time. You can follow this post to disable hook system http://www.vbulletin.com/forum/showthread.php?196688-Disable-the-plugin-hook-system-globally
Anyway, it's really weird since your front-end runs normally while the back-end sucks. If you wouldn't mind, send me your board address with an account information so I can login and see what's going wrong.
Regards,
dfc005
11-04-2009, 01:36 AM
Typical, I try uploading all the files again and disabling hooks again and bingo, it lets me in first time. Reinstalled the product and enabled hooks, and it's all fine. Go figure.
Sorry about that! I swear I'd done the exact same thing 2-3 times before....
mrpaint
11-04-2009, 01:43 AM
Typical, I try uploading all the files again and disabling hooks again and bingo, it lets me in first time. Reinstalled the product and enabled hooks, and it's all fine. Go figure.
Sorry about that! I swear I'd done the exact same thing 2-3 times before....
Software sucks by itself sometimes (or many times? :D). No worries. If you have any further problems, feel free to ask here. Cheers
dfc005
11-04-2009, 02:37 AM
OK, after my earlier dilemma I've come across a new problem. I can't seem to authorise my account to post messages to a Facebook page using the Page Account itself.
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://www.myurl.com/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"
I've got the right PageID and my UserID but whenever I visit http://www.myurl.com/profile.php?do=fbb_pages, nothing changes, I still see....
Facebook Pages
* Page #6340028662 - Not Permitted
Could it be because we have multiple users who can update the page maybe?
dfc005
11-04-2009, 04:28 AM
Also, what about posting Blogs to your Facebook feed?
dfc005
11-04-2009, 09:06 AM
And finally, my last question for now....
What about if we wanted to add custom pushes to a users news feed? For instance my site has quizzes and games etc. Would it be possible for me to push to a users news feed their latest results from a quiz etc?
mrpaint
11-04-2009, 10:08 AM
OK, after my earlier dilemma I've come across a new problem. I can't seem to authorise my account to post messages to a Facebook page using the Page Account itself.
I've got the right PageID and my UserID but whenever I visit http://www.myurl.com/profile.php?do=fbb_pages, nothing changes, I still see....
Could it be because we have multiple users who can update the page maybe?
Consider visiting this URL manually: http://domain.com/forums/profile.php?do=updatefbb&permitted=publish_stream
Also, what about posting Blogs to your Facebook feed?
Well, I have plan to provide plugin to "connect" Blog
And finally, my last question for now....
What about if we wanted to add custom pushes to a users news feed? For instance my site has quizzes and games etc. Would it be possible for me to push to a users news feed their latest results from a quiz etc?
Developers can provide a plugin to do so. YAFB provide open functions to communicate with Facebook easily :D Read my notes on the first post
tldagent
11-04-2009, 10:12 AM
Hi, it's a modification which I installed to demonstrate that YAFB can work with other modification. You should put some dummy value in the Location field (which is placed in Required section) :up:
Thank you for the quick response.
I filled it out completely. You'd better double check it because no matter what's filled out I get the same error. It won't let me past the initial registration page.
joyboy2001
11-04-2009, 05:47 PM
awesome ... this is so much better than the other Facebook connect mod ... nominated for MOTM :)
dfc005
11-05-2009, 12:35 AM
Consider visiting this URL manually: http://domain.com/forums/profile.php...publish_streamt
Tried that and no luck. Still says not permitted.
Installed. Voted for MOTM! :)
pinkcow
11-05-2009, 02:37 AM
hey guys
Say I want to enforce a user profile field at registration, would it work at with this hack and where would it come in?
mrpaint
11-05-2009, 02:50 AM
Thank you for the quick response.
I filled it out completely. You'd better double check it because no matter what's filled out I get the same error. It won't let me past the initial registration page.
Well, please take a screenshot of your entered value and the error message. It's weird since the demo board gets new members everyday. Thank you
awesome ... this is so much better than the other Facebook connect mod ... nominated for MOTM :)
Thank you :D
Tried that and no luck. Still says not permitted.
Hmm, why your url contain and "t" at the end?
Anyway, can you give me your board with the Page Owner connected vBulletin account information? So I will come by and check javascript scope
Installed. Voted for MOTM! :)
Thank you :D
hey guys
Say I want to enforce a user profile field at registration, would it work at with this hack and where would it come in?
Yes, the required fields will be placed in the required section and it won't let new registration go through without filling required information
pinkcow
11-05-2009, 03:56 AM
thanks Mr Paint! :D you made my day
mrpaint
11-05-2009, 04:02 AM
thanks Mr Paint! :D you made my day
You are welcome :D
doubleclick
11-05-2009, 06:26 PM
Hello -
I'm using v2.2.5 with vb 3.7.3
I tried the synchonize Avatar from Facebook option last week, and it worked as expected. Then this morning, I changed my Facebook photo, and expected my avatar to synch automatically that is the way I setup my profile.
When it didn't after 10 hours, I went into my user control panel, selected the "Synchorize Avatar from Facebook" option, and clicked "Save Changes". The result was a vbulletin error page with this message:
Invalid URL
Tried it many times with the same result.
In the "Options" area, where it says I am recognized, my facebook photo thumbnail shows up there.
What now?
dbigras
11-05-2009, 08:56 PM
Hi there,
This is definitely one of my favorite modules for vbulletin. But my board is in french, so I have a lot of trouble when my board is sending to Facebook.
I got around the notifications problem, by translating the phrases to french and converting french characters with &. For example é = é
That was annoying, at best, but I got it to work.
But it's definitely not working when people publish short stories to Facebook, or when Thread titles have french characters. When it encouters a french character, the title is cut, the story is cut, and it looks REALLY bad in Facebook.
My second problem is with Newsfeed. It doesn't write on my friends newsfeed. It only writes on my wall, but unless you visit my wall, you won't see that I wrote something on my board.
It would be nice to have this work, and configurable only to publish new threads AND/OR new replies to the newsfeed, in case people don't want to flood their friends newsfeed with replies, but only new threads.
Thanks for helping out.
Nadeemjp
11-07-2009, 12:36 AM
hey will you be considering to upgrade for vb4? cause i dont wanna loose this mod
KURTZ
11-07-2009, 11:58 AM
Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/fniv/:/tmp:/var/tmp:/usr/local/lib/php/) in [path]/includes/class_upload.php on line 276
Warning: fopen() [function.fopen]: Filename cannot be empty in [path]/includes/class_upload.php on line 282
i've got this error ... :S any fix?
mrpaint
11-08-2009, 04:18 AM
Hello -
I'm using v2.2.5 with vb 3.7.3
I tried the synchonize Avatar from Facebook option last week, and it worked as expected. Then this morning, I changed my Facebook photo, and expected my avatar to synch automatically that is the way I setup my profile.
When it didn't after 10 hours, I went into my user control panel, selected the "Synchorize Avatar from Facebook" option, and clicked "Save Changes". The result was a vbulletin error page with this message:
Invalid URL
Tried it many times with the same result.
In the "Options" area, where it says I am recognized, my facebook photo thumbnail shows up there.
What now?
Sometime it sucks, have you tried again?
Hi there,
This is definitely one of my favorite modules for vbulletin. But my board is in french, so I have a lot of trouble when my board is sending to Facebook.
I got around the notifications problem, by translating the phrases to french and converting french characters with &. For example ? = é
That was annoying, at best, but I got it to work.
But it's definitely not working when people publish short stories to Facebook, or when Thread titles have french characters. When it encouters a french character, the title is cut, the story is cut, and it looks REALLY bad in Facebook.
My second problem is with Newsfeed. It doesn't write on my friends newsfeed. It only writes on my wall, but unless you visit my wall, you won't see that I wrote something on my board.
It would be nice to have this work, and configurable only to publish new threads AND/OR new replies to the newsfeed, in case people don't want to flood their friends newsfeed with replies, but only new threads.
Thanks for helping out.
I sent you a PM about encoding. And about publishing options, they are available in UserCP > Facebook Bridge > Edit Options. Check them out
hey will you be considering to upgrade for vb4? cause i dont wanna loose this mod
Yes, of course :D
Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/fniv/:/tmp:/var/tmp:/usr/local/lib/php/) in [path]/includes/class_upload.php on line 276
Warning: fopen() [function.fopen]: Filename cannot be empty in [path]/includes/class_upload.php on line 282i've got this error ... :S any fix?
Your server is running on Safe Mode with this restriction, maybe you should ask your hosting provider to turn of Safe Mode for you. FYI, Safe Mode is a feature of PHP, which has been planed to be removed soon enough, more information: http://www.php.net/manual/en/features.safe-mode.php
sailnet
11-08-2009, 11:17 AM
is anyone else getting this error message?
Warning: Invalid argument supplied for foreach() in [path]/fbb/hook_postbit_display_complete.php on line 77
I get it on ever thread that's displayed.
kether1
11-08-2009, 06:25 PM
It would be nice to have this work, and configurable only to publish new threads AND/OR new replies to the newsfeed, in case people don't want to flood their friends newsfeed with replies, but only new threads.
Thanks for helping out.
I second this request. Most people that enable this feature, turn it off after they discover it 'spams' their facebook. New threads only with the option of replies if one so desires.
Thanks.
KURTZ
11-08-2009, 08:14 PM
hi MR Paint, i've just asked to my host, and he just told me that my server isn't in 'safe mode' ...
doubleclick
11-08-2009, 08:18 PM
Sometime it sucks, have you tried again?
I've tried everything. In the cp, I tried changing the "Avatar -Source" size.
In FaceBook, I deleted my avatar and selected several different ones as my avatar. Still no change from the time of my last post.
Disabled the whole thing, re-enabled it. What is so perplexing is that as I said before, my FB avatar thumb shows up fine on the Options page.
Also other FB users on my site are displaying their Profile Pic.
Any suggestions for me to try?
Thanks,
dc
sailnet
11-09-2009, 02:56 PM
I'm pulling my hair out with this mod also.
Sometimes it will save the templates in the Facebook Bridge edit settings, but most times no.
It worked this morning and now it does not work. Nothing has changed in the last four hours on my site so I'm at a loss.
KURTZ
11-09-2009, 03:38 PM
this is what i get if i try to read a post of another user ... (after some minutes this error is gone), anyway, the mysql error is only for me (user ID. 1) if i try to view that thread with my test account i haven't that error ...
mrpaint
11-09-2009, 05:52 PM
is anyone else getting this error message?
Warning: Invalid argument supplied for foreach() in [path]/fbb/hook_postbit_display_complete.php on line 77
I get it on ever thread that's displayed.
Most of the time, warning messages are turned off but as your hosting still has this setting on, please replace that file with the one attached on this post to prevent the message to be displayed. Sorry for any inconvenience this made to you
Regards,
mrpaint
11-09-2009, 05:56 PM
I second this request. Most people that enable this feature, turn it off after they discover it 'spams' their facebook. New threads only with the option of replies if one so desires.
Thanks.
Hmm, let me clarify this point
Only new thread has option to publish to news feed (called "Post short story"). New reply has options to post to our owned wall (called "Post one line story") and to add a comment to the appropriated post (called "Post comment (if the appropriate wall post is available)"). Please take a note that, only short stories can be displayed on friends' news feed. All other posts will just remain in the poster wall.
Hmm, is that clear? Or I'm misunderstanding you guys? :D
mrpaint
11-09-2009, 06:06 PM
I've tried everything. In the cp, I tried changing the "Avatar -Source" size.
In FaceBook, I deleted my avatar and selected several different ones as my avatar. Still no change from the time of my last post.
Disabled the whole thing, re-enabled it. What is so perplexing is that as I said before, my FB avatar thumb shows up fine on the Options page.
Also other FB users on my site are displaying their Profile Pic.
Any suggestions for me to try?
Thanks,
dc
You mean, avatar sync works with other members, except you?
I'm pulling my hair out with this mod also.
Sometimes it will save the templates in the Facebook Bridge edit settings, but most times no.
It worked this morning and now it does not work. Nothing has changed in the last four hours on my site so I'm at a loss.
First, give your hair a rest :D
Well, I don't get your idea about "save the templates"? This product will try to register templates on the first time it is initialize (fill in API key and secret). Can you describe more detail about saving templates?
this is what i get if i try to read a post of another user ... (after some minutes this error is gone), anyway, the mysql error is only for me (user ID. 1) if i try to view that thread with my test account i haven't that error ...
Well, this is generated when the product try to update synced avatar. It not really safe mode but it's some kind of restriction from server side. If you can edit your php.ini, consider these 2 options
Remove open_basedir value (or comment that line out by placing a "#" at the beginning
Add a value named "upload_tmp_dir" and point it to one of the directory named in the error message. My personal suggestion is "/var/tmp"
Hope that help. Also, I'm wondering how your site can handle avatar upload with all these settings? Hmm
ScottiG
11-09-2009, 10:26 PM
Not sure this has happened to anyone else, but I have just installed the product including the upgrade, the installation went very smoothly, however, in the admincp my templates are not populating after inputing my API key and application secret as outlined in the installation video.
Is it possible that I have to install the complete 2.2 product first, then set up the API key and application secret, THEN upgrade to 2.5?
I followed the instructions to the letter but cannot get the templates to populate at all.
Thanks for any and all help!
ScottiG
11-09-2009, 10:37 PM
OK, I just tried uninstalling the bridge then installing version 2.2, input the PAI key and application secret in "edit settings" and the templates still do not auto populate, what am i doing wrong?
Anyone?
mrpaint
11-10-2009, 12:17 AM
Not sure this has happened to anyone else, but I have just installed the product including the upgrade, the installation went very smoothly, however, in the admincp my templates are not populating after inputing my API key and application secret as outlined in the installation video.
Is it possible that I have to install the complete 2.2 product first, then set up the API key and application secret, THEN upgrade to 2.5?
I followed the instructions to the letter but cannot get the templates to populate at all.
Thanks for any and all help!
It's not the problem with upgrading or not. Can you access YAFB Log? From AdminCP, I mean. Check it there is something useful from there :D
ScottiG
11-10-2009, 02:33 AM
This is what is shows about the templates in the log.
Apparently the attempt to register the log happened but it did not return a populated template.
Any thoughts?
ADMIN 19:48, 9th Nov 2009 Register Template Bundle Template Bundle ID:
2 ADMIN 19:48, 9th Nov 2009 Register Template Bundle Template Bundle ID:
3 ADMIN 19:48, 9th Nov 2009 Register Template Bundle Template Bundle ID:
ScottiG
11-10-2009, 03:30 AM
Just tried creating another application in Facebook, and still have the same issue...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.