vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Integration with vBulletin - YAFB - Yay! Another Facebook Bridge (https://vborg.vbsupport.ru/showthread.php?t=232457)

Zaiaku 01-31-2010 12:18 AM

Recap for people who aren't searching through the thread.

Before posting problems make sure you are using the latest version. Version 3.2.1

Everyone concerned about Runbox
Just incase everyone starts wondering about this runbox thing. Don't worry your members aren't being signed up to anything else. As going through the code the plugin doesn't seem to be active. Possible something for future use. BBR-APBT has already stated that the plugin can be deactivate without hurting anything. Just go to your plugins page in your Admin CP, CTRL+F runbox, deactive the 1 plugin, save and your done.

Everyone who's not seeing buttons and the auto template edits
If you not aware auto-template edits usually depend on something that is already present in the target template. If you have altered a template there is a chance that you made have remove something so that the auto-template edit doesn't take place. Always try in a default template to make sure.

Everyone with errors in Edit Avatar page
BBR-APBT posted the fix here.

Different email address issues
I have members that are different email address and has not been a problem. If you did a test account try clearing cache/cookies. Remember to do a total uninstall of the app on facebook. Please remember facebook changes coding like the weather.

Connection/Notification Issues
OK this seems to be a browser issue. As I've tried the mod in many browsers. Remember facebook isn't too found of firefox many times. Google chrome works great but sometimes doesn't get sent to facebook. Any problems I have had in this area has been on the facebook site.

Auto changes in settings
I have one member that avatar gets sync when she decides not to have it sync. She'll turn off the feature and about a week later it turns itself bacc on. I have no being able to reproduce this but I think this issue comes up with 2 or more people using the same computer. So say PersonA has their own account on your forum and facebook and then Person be has their own accout on your forum and facebook, and they using the same computer account this problem can arise.

Rob F 01-31-2010 01:04 AM

Excellent post Zaiaku :D

Currently playing about with this on my test site and was getting some strange errors and actions ... thanks to your post I now realise this was because I was using Firefox at the time. Have now tried doing the same actions in IE and its working exactly as it should :D

RedTrinity 01-31-2010 02:15 AM

Quote:

Originally Posted by Zaiaku (Post 1970462)
Try turning all all your mods except for this one and see if the problem is still there.

That was the first thing I did, to work out if it was a mod causing it... and sure enough with the plugins disabled, the forum worked fine. Turned them on, the problem was back again. So I started trying to narrow it down to the problem one.

Turning off just the Facebook mod alone fixed it in the end.

BBR-APBT 01-31-2010 02:49 AM

Quote:

Originally Posted by RedTrinity (Post 1970943)
That was the first thing I did, to work out if it was a mod causing it... and sure enough with the plugins disabled, the forum worked fine. Turned them on, the problem was back again. So I started trying to narrow it down to the problem one.

Turning off just the Facebook mod alone fixed it in the end.

What they meant was to turn off all plugins and leave only the facebook modification active.
Then see if you have the problem. If you do not have the issue with only facebook modification active, Then it is another mod interfering and not the facebook modification.



P.S. Great post Zaiaku

RedTrinity 01-31-2010 09:05 AM

Quote:

Originally Posted by BBR-APBT (Post 1970953)
What they meant was to turn off all plugins and leave only the facebook modification active.
Then see if you have the problem. If you do not have the issue with only facebook modification active, Then it is another mod interfering and not the facebook modification.

Ahhh..... gotcha ;) Thanks for that suggestion. I'll try it tomorrow (about to head to bed lol) and let you know how I go!

Nadeemjp 01-31-2010 10:00 AM

hey mrpaint, i am having errors, alot of errors whenever someone accesses the albums.
i am posting one of the errors as below:

Code:

Database error in vBulletin 4.0.1:

Invalid SQL:

                        SELECT
                                a.userid, a.attachmentid, a.state, a.contentid, a.filename, fd.userid as uploader, fd.extension, fd.filedataid, fd.thumbnail_dateline AS dateline, fd.thumbnail_filesize AS filesize, at.extension, at.mimetype, album.state AS albumstate, album.albumid, album.userid AS albumuserid, pbp.requirement AS privacy_requirement, a.fbbypass, a.fbpid
                               
                        FROM attachment AS a
                        INNER JOIN filedata AS fd ON (a.filedataid = fd.filedataid) LEFT JOIN attachmenttype AS at ON (at.extension = fd.extension) LEFT JOIN album AS album ON (album.albumid = a.contentid) LEFT JOIN profileblockprivacy AS pbp ON (pbp.userid = a.userid AND pbp.blockid = 'albums')
                       
                        WHERE a.attachmentid = 282 AND a.contenttypeid = 8;

MySQL Error  : Unknown column 'a.fbbypass' in 'field list'
Error Number  : 1054
Request Date  : Sunday, January 31st 2010 @ 04:56:15 AM
Error Date    : Sunday, January 31st 2010 @ 04:56:15 AM
Script        : http://www.familybunker.com/forums/attachment.php?albumid=150&attachmentid=282t&thumb=1&dl=
Referrer      : http://www.familybunker.com/forums/members/aamir.html
IP Address    : xxxx
Username      : xxx
Classname    : vB_Database_MySQLi
MySQL Version : 5.1.30

with 3.8.4 there wasnt such error.
cna you cure it?

Zaiaku 01-31-2010 12:44 PM

Quote:

Originally Posted by Nadeemjp (Post 1971127)
hey mrpaint, i am having errors, alot of errors whenever someone accesses the albums.
i am posting one of the errors as below:

Code:

Database error in vBulletin 4.0.1:

Invalid SQL:

                        SELECT
                                a.userid, a.attachmentid, a.state, a.contentid, a.filename, fd.userid as uploader, fd.extension, fd.filedataid, fd.thumbnail_dateline AS dateline, fd.thumbnail_filesize AS filesize, at.extension, at.mimetype, album.state AS albumstate, album.albumid, album.userid AS albumuserid, pbp.requirement AS privacy_requirement, a.fbbypass, a.fbpid
                               
                        FROM attachment AS a
                        INNER JOIN filedata AS fd ON (a.filedataid = fd.filedataid) LEFT JOIN attachmenttype AS at ON (at.extension = fd.extension) LEFT JOIN album AS album ON (album.albumid = a.contentid) LEFT JOIN profileblockprivacy AS pbp ON (pbp.userid = a.userid AND pbp.blockid = 'albums')
                       
                        WHERE a.attachmentid = 282 AND a.contenttypeid = 8;

MySQL Error  : Unknown column 'a.fbbypass' in 'field list'
Error Number  : 1054
Request Date  : Sunday, January 31st 2010 @ 04:56:15 AM
Error Date    : Sunday, January 31st 2010 @ 04:56:15 AM
Script        : http://www.familybunker.com/forums/attachment.php?albumid=150&attachmentid=282t&thumb=1&dl=
Referrer      : http://www.familybunker.com/forums/members/aamir.html
IP Address    : xxxx
Username      : xxx
Classname    : vB_Database_MySQLi
MySQL Version : 5.1.30

with 3.8.4 there wasnt such error.
cna you cure it?

What version of the mod are you using?
Can you verify in myphpadmin there's that column is in your db?

vexvegaz 01-31-2010 02:54 PM

quick question guys... in the forum manager option where "Page ID to publish feed when new thread posted", how do i set it up so it posts to a group page wall or application page wall instead of the owner wall?

tnks in advance

BBR-APBT 01-31-2010 02:59 PM

Quote:

Originally Posted by vexvegaz (Post 1971322)
quick question guys... in the forum manager option where "Page ID to publish feed when new thread posted", how do i set it up so it posts to a group page wall instead of the group owner wall?


tnks in advance

I was wanting to publish it to a Facebook Page instead of my profile. But that will inquire a bit more coding. I did not suggest it yet because it is best to have 100% working code before adding more features to the code. More features = more bugs to iron out.

How ever I am looking at writing a addon to this modification to do just that. Since Mrpaint gave permission to write addons for anyone. I figured I would take that up.

vexvegaz 01-31-2010 03:27 PM

hey BBR, glad to hear that its not a setting i missed somewhere. and thank you for adding to this addon. since your thinking of doing a addon can you also add an option to post in group page too? that would be great.

thanks again BBR


All times are GMT. The time now is 05:51 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01931 seconds
  • Memory Usage 1,762KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete