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)

zombietom 01-22-2010 03:36 PM

Has anyone tested this latest version (3.2.3) on a 3.7 version of VB?
I tried to upgrade to 3.0 verison of Yay! Another Facebook Bridge but it killed my site ..so i went back to 2.2 version...would love to updated the newest version.
I will check for a replay later as i have to go to a funeral today.

thanks
and a special Thanks to Mr.paint for making and maintaining this MOD

Megatr0n 01-22-2010 03:49 PM

mrpaint, please check your e-mail. :D

dangerin 01-22-2010 04:28 PM

Hey i'm new on Vbulletin World but i see that mrpaint is a guru with Vbulletin and i say thanks to him.
Now i'll try to install this mod and i hope ti do not have problems about it also why i read that mrpaint for all february there is not reachable.
I download the file and i do all how instructions? Correct?
i use VB 4.0.1 with simpleblach template.
Thanks to all

ScottiG 01-22-2010 05:10 PM

OK MrPaint... Job VERY WELL DONE!

Your update installed very easily, and the update went very smooth. This update did several positive things for me... For starters, I like that the Facebook Connect popup now refreshes and reloads my forums after a member connects to Facebook - THIS IS A HUGE IMPROVEMENT! - Thanks for getting that to work!

Also, I absolutely love the feature of comments posting back to my forums FROM Facebook! - AWESOME!

As I have mentioned before... This MOD is my overall favortie for VBulletin! - Great work!

For those wondering... I am running VB 3.8.4

I'd like to extend my highest recommendation for this mod - Not only is the MOD a great addition to the forum, but the support from MrPaint is definitely at a higher level than many of the coders here. He listens, then he acts on the input.

Without question MrPaint gets an A+ from me!

BBR-APBT 01-22-2010 05:19 PM

Wonderful seems to be working as expected.
Not one error so far.

Veer 01-22-2010 06:32 PM

Quote:

Originally Posted by ScottiG (Post 1963610)
I'd like to extend my highest recommendation for this mod - Not only is the MOD a great addition to the forum, but the support from MrPaint is definitely at a higher level than many of the coders here. He listens, then he acts on the input.

Without question MrPaint gets an A+ from me!

True, the best coder with great support :)

BBR-APBT 01-22-2010 06:37 PM

Found a little bug:
VBulletin 4.0.1

When trying to edit Avatar in the settings you get this error.

Code:

Parse error: syntax error, unexpected '.' in /path/to/forums/includes/class_core.php(4029) : eval()'d code on line 150
Narrowed it to this file: hook_profile_complete.php

Ok it is this line causing the error.
Code:

                $vbulletin->templatecache['modifyavatar'] .= ' . "' . addslashes($templater->render()) . '"';


And here is the fix:
In (hook_profile_complete.php)
Find the following:
Code:

        if ($vbulletin->fbb['runtime']['vb4']) {
                $templater = vB_Template::create('fbb_vb4_modifyavatar');
                        $templater->register('avatarchecked', $avatarchecked);
                $vbulletin->templatecache['modifyavatar'] .= ' . "' . addslashes($templater->render()) . '"';
        } else {
                eval('$maxnote .= "' . fetch_template('fbb_modifyavatar') . '";');
        }

Replace with:
Code:

        if ($vbulletin->fbb['runtime']['vb4']) {
                $templater = vB_Template::create('fbb_vb4_modifyavatar');
                $templater->register('avatarchecked', $avatarchecked);
                $facebook_avatar = $templater->render();
                $find = '<div id="avatar_yes_deps">';
                $vbulletin->templatecache['modifyavatar'] = str_replace($find, $facebook_avatar.$find, $vbulletin->templatecache['modifyavatar']);
        } else {
                eval('$maxnote .= "' . fetch_template('fbb_modifyavatar') . '";');
        }


dangerin 01-22-2010 07:27 PM

Good evening ,
I've installed all but i do not see the icons to connect in my site.
i do not have any error messages.

Why when i conect to the product by clicking tne product in prdouct manager i link to a page with smiles :
https://vborg.vbsupport.ru/misc.php?...ucthelppid=fbb

excuse me but i'm not expert and so i ask a lot of things perhaps stupid

when i lcick in the acp facebook bridge --> edit settings it appear the options menu classical of Vb4 and nothing og this wonderful priduct

BBR-APBT 01-22-2010 07:29 PM

Quote:

Originally Posted by dangerin (Post 1963714)
Good evening ,
I've installed all but i do not see the icons to connect in my site.
i do not have any error messages

I only shows if you are not logged in.

Go to settings -> left menu at the bottom FaceBook Bridge -> Click options.

dangerin 01-22-2010 07:49 PM

if i go in settings facebook bridge on the acp it appear nothing but the menu slecetion of classical options of Vb4.


All times are GMT. The time now is 03:01 PM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01858 seconds
  • Memory Usage 1,746KB
  • 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
  • (4)bbcode_code_printable
  • (2)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