Please Log in or Create an account to join the conversation.
Within CB Connect > Parameters > Facebook > Registration you can customize the username format. Start typing and the available social site substitutions will display (this will be fixed in next release to just always show).1- How can i set a username format? because if i let empty it creates the username like this: FirstName LastName. (with space)
What's moving slow? When clicking the button or when returning from Facebook? or while at Facebook? The HTTP request and the code to process it into a registered user may take a short amount of time, but shouldn't take any longer than a normal registration unless Facebooks API endpoint is going slow.2- I see that it takes some time until he connects to fb some time i get a request timeout. I know that is possible to increase the time in php.ini... but dont know why it's moving so slow.
That was an old video for an older release. Those don't exist anymore. You'd need to add those using a Custom HTML field by copying the social plugin embed code supplied by Facebook.3- i watched the clip with cb connect and at a moment i have seen that it's possible to add fields like: facebook social plugin. How can i have fields like this ?
Currently you can't as it's bugged. Facebook is forcing migration to v2 API, which is breaking profile images when using v1 API. I've created a bug ticket for this to fix in next release.4 -How can i take profile image from fb and set it as profile image in cb? i dont have no image downloaded in images/comprofiler
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Strange, could just be your server unable to keep up with the demand. Can't see any reason a simple HTTP request would cause that though. I suggest contacting your host and having them check error log to see if maybe something is failing as well as check performance to see if your servers CPU and memory are spiking.i click on sign with fb and sometimes i receive :
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.
and sometimes is moving normal
Because i use the same account for test fb doesnt ask me about the permissions. so just click to sign with fb and account is created. As i said sometimes after i click ... waiting for site.. and request time out.
Is happening not only at first register .. the same if i log out and login with a account created.
That's a part of CBs normal login behavior. You'd need to translate the LOGIN_SUCCESS language string to an empty string to suppress its display.By the way .. how can i remove this after users login :
success
You have successfully logged in
?
I'm not sure why. It displays a users profile perfectly fine for me when I click it. That's also the URL Facebook uses to link to profiles by ID, which Facebook it self also uses.1- if i click on it i am redirected to fb and there they say that the profile is not available
The url looks like : www.facebook.com/profile.php?id=210297 ....
You can set the field to not display on profile within CB > Field Management if you want.2- i dont know how get it there. how can be removed?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Not likely. The error implies PHP is taking too long and hitting its timeout limit. You can try increasing the timeout within php.ini by adjusting max_execution_time.1- i will contact my host. hope is from them and will be fixed.
a question.. could be from the joomla template ?
Edit your user within CB > User Management and see what the Facebook ID field value is. That's where it gets its value for the URL. That is the ID Facebook API gave CB Connect. They may have changed how this works with v2 API as CB Connect is using v1 still; so it's possible there's a bug present.2 - about that facebook id:
Please Log in or Create an account to join the conversation.