vb.org Archive

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

redlabour 09-24-2009 05:51 PM

Quote:

Originally Posted by bada_bing (Post 1890067)
I have upgraded to 1.9 and I dont see the facebook block on my vb profile page even though I have enabled it in the facebook controls in usercp

1.8.2 Allow member to display a block contain their recent posts from Facebook

Same for me.

Quote:

Originally Posted by bada_bing (Post 1890076)
Also can someone explain who the fan list works ? where is it grabbing this information from?

I guess Friendlist? :confused:

bada_bing 09-24-2009 06:26 PM

Quote:

Originally Posted by bada_bing View Post

Also can someone explain who the fan list works ? where is it grabbing this information from?

I guess Friendlist?
No some of these are not on my friends list in VB thats why I ask where is this plugin getting the fans list from

mrpaint 09-24-2009 09:04 PM

1 Attachment(s)
Quote:

Originally Posted by m03 (Post 1889941)
Attached.. Hopefully this will better explain the changes made and what I'd like to do.

Hmm, I'm not sure what you changed in your template but from your screenshot, I think you expect to display a "Recent Facebook" tab in the left column (and in your case, it's the only column). I have just edit the MEMBERINFO template and put $template_hook[profile_right_last] right below $template_hook[profile_left_last] then... bump... The tab appeared! (You can see there is another block on the right as I just copied the hook, you should moved it instead to prevent duplication)

Live demo: http://daohoangson.com/vb38/member.php?u=1

mrpaint 09-24-2009 09:05 PM

Quote:

Originally Posted by malfuncion (Post 1889944)
Solved my own issue. Upgraded to php5.2.6, and the syntax errors seem to have been resolved.

You may want to list php5 as a prerequisite for this mod, in case there are others having similar syntax issues.

Well, I will build up a PHP4 server and test on it. Thank you

mrpaint 09-24-2009 09:10 PM

1 Attachment(s)
Quote:

Originally Posted by redlabour (Post 1890031)
And this is what does not work and what i am telling you now the third Time! :p

This is so strange :( Can you give me your forum URL via PM so I can come by and check it out?

Quote:

Originally Posted by redlabour (Post 1890031)
No - there is only Edit and Delete.

Hehe, I will put an Add link soon but if you need that functionality right now, feel free to put this into your address bar http://domain.com/forums/admincp/fbb...emplate_update

Quote:

Originally Posted by redlabour (Post 1890031)
"Thank you for logging in, xxxx.
Note: The system logged you in automatically with your Facebook Session."


Is not phrased! ;)

Hmm, it's varname is fbb_redirect_login, check it out ;)

mrpaint 09-24-2009 09:15 PM

Quote:

Originally Posted by redlabour (Post 1890054)
BTW - if i want to edit the Templatebundle it every Time says:


And in fact - a Template for new Threads is missing. At this Time there is only one for a new Post. :(

And i think the way the Templates are used in ACP are confusing. Maybe you can make it more clear for us?

At this Time i cant find out what "Blank" and "Testing" Templates are for. And i miss the Templates for all other Facebookmessages.

Oops, by default, the product share the same template bundle for posting reply and posting thread (the posting reply only use the one-line template while the posting thread use both of them, config via UserCP)

What really makes you confused? Tell me so I will explain to you ;)

About "Blank": it's the template used when something called the new stream publish API but failed (usually because of missing publish_stream extend permission). In that case, the product will automatically fallback to display a feed form to let our members publish the feed manually. Because the new stream publish API doesn't use template bundles but the display feed form procedure need one so the product need a "Blank" to fill it on

About "Testing": You can see a link in the UserCP where member can test the connection. That's where this template bundle is used

mrpaint 09-24-2009 09:18 PM

Quote:

Originally Posted by bada_bing (Post 1890067)
I have upgraded to 1.9 and I dont see the facebook block on my vb profile page even though I have enabled it in the facebook controls in usercp

1.8.2 Allow member to display a block contain their recent posts from Facebook

Quote:

Originally Posted by bada_bing (Post 1890076)
Also can someone explain who the fan list works ? where is it grabbing this information from?

Quote:

Originally Posted by redlabour (Post 1890077)
Same for me.



I guess Friendlist? :confused:

Quote:

Originally Posted by bada_bing (Post 1890106)
No some of these are not on my friends list in VB thats why I ask where is this plugin getting the fans list from

The Fans List actually contains your fans because they are the people who most reply to your threads ;) And yeah, it's not that simple Friend list at all :D

About the profile block. It's highly chance that privacy settings prevented us to fetch information. Try using another Facebook account and tell me the result, okie? In case it still doesn't work, you can turn on the DEBUG mode and... Well, if it doesn't work, give me your forum URL and I will come by and check it out ;)

m03 09-24-2009 11:44 PM

Thanks for looking into the profile problem for me, I had tried duplicating the hook you were using as well as changing the hook_location just incase it was being used in multiple places but it still didn't show up..

but..

I've realised why, it shows the recent wall posts you've made and just that, it doesn't show the wall posts from apps and that others have left on your wall, if you get a lot of app wall posts and don't have a recent wall post you've made yourself then the tab will not show, so really it was just a misunderstanding about how the profileblock was working causing it to vanish on me.

Would it be possible for app wall posts to also be shown?

---

Also testing the 1.9 landing page (facebook.php) on my admin account that I connected to my facebook account, it works great when you click login, but if you click register it wants me to register again it should give an already registered warning, or maybe login with a notice that you are already registered so don't need to do so again ;)

---

Thanks for the work, support.. once payday comes round at the end of the month I'll be donating :)

mrpaint 09-25-2009 01:06 AM

Quote:

Originally Posted by m03 (Post 1890239)
Thanks for looking into the profile problem for me, I had tried duplicating the hook you were using as well as changing the hook_location just incase it was being used in multiple places but it still didn't show up..

but..

I've realised why, it shows the recent wall posts you've made and just that, it doesn't show the wall posts from apps and that others have left on your wall, if you get a lot of app wall posts and don't have a recent wall post you've made yourself then the tab will not show, so really it was just a misunderstanding about how the profileblock was working causing it to vanish on me.

Would it be possible for app wall posts to also be shown?

---

Also testing the 1.9 landing page (facebook.php) on my admin account that I connected to my facebook account, it works great when you click login, but if you click register it wants me to register again it should give an already registered warning, or maybe login with a notice that you are already registered so don't need to do so again ;)

---

Thanks for the work, support.. once payday comes round at the end of the month I'll be donating :)

Oh, it's me who decided not to show other posts into tho block... But from what you said, I will add one more setting/option :D

Hmm... I'm checking the register page

m03 09-25-2009 01:35 AM

Quote:

Originally Posted by mrpaint (Post 1890252)
Oh, it's me who decided not to show other posts into tho block... But from what you said, I will add one more setting/option :D

Hmm... I'm checking the register page

Well you are the boss, just a bit weird having the tab coming and going when the users wall gets flooded with app posts, maybe a "no recent wall posts" notice so the tab always has some content and doesn't vanish? or an option for what is shown from the wall in the facebook tab would be even better :)


All times are GMT. The time now is 05:59 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.01859 seconds
  • Memory Usage 1,766KB
  • 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
  • (15)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