Skip to Content Skip to Menu

CONGRATULATIONS FOR CB CONNECT 7 BETA 1

9 years 6 months ago #263742 by giorgionasis
CONGRATULATIONS FOR CB CONNECT 7 BETA 1 was created by giorgionasis
hallo team!

i want to thank you for your effort to rewrite cb connect!

It is working now almost like a charm!

One thing i have noticed is that sometimes when the user has sign in maybe the pages should be reloaded in order to to be synchronized.

As concern twitter i have some questions:
1. The twitter app is redirecting the user to the cb to fill his email?is this the right process?
2. Also, when the user has signed up then his photo and username are filled by the photo and the name of the app..strange..
3. If the user sign out and then he wants to sign in again he has actually to sign up again!and when he goes for it (to fill the email again) then obviously it returns that the email is already existing.

As concern facebook:
in the configuration i have set from Field = Photo Url to Field = Profile Image but when user has logged in it is blank..

thank you very much

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8281
  • Karma: 1443
9 years 6 months ago #263744 by krileon
Replied by krileon on topic CONGRATULATIONS FOR CB CONNECT 7 BETA 1

1. The twitter app is redirecting the user to the cb to fill his email?is this the right process?

Yes, this is correct. Twitter doesn't provide an email address and one is needed for a valid Joomla user object.

2. Also, when the user has signed up then his photo and username are filled by the photo and the name of the app..strange..

Huh? Please be more specific or provide a screenshot of the issue. Username format is configurable within CB Connect > Parameters > SOCIAL_SITE > Registration.

3. If the user sign out and then he wants to sign in again he has actually to sign up again!and when he goes for it (to fill the email again) then obviously it returns that the email is already existing.

He shouldn't have to. It links the users together using the social sites ID. Check their newly registered user within CB > User Management and ensure the respective social id field is filled out. What social site is doing this specifically?

in the configuration i have set from Field = Photo Url to Field = Profile Image but when user has logged in it is blank..

Do not configure this. Core fields are already mapped (name, username, avatar, or email). That is the Photo URL. It is not the Photo it self.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

9 years 6 months ago - 9 years 6 months ago #263749 by giorgionasis
Replied by giorgionasis on topic CONGRATULATIONS FOR CB CONNECT 7 BETA 1
hallo kyle!

everything with twitter works great now!

you are correct about facebook!

after i have sign in with facebook i am redirecting to this:

www.example.gr/index.php#_=_

and with twitter to this

www.example.gr/index.php

how can i avoid them and have the home page clear without the index.php and index.php#_=_ ???

and something last

i use autoactions when the user is registerd then to be assing to the register group of k2.

but after a successful login i need to ctrl+f5 the site to apply that.. if i do not, the user is not registered..

thank you
Last edit: 9 years 6 months ago by giorgionasis.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8281
  • Karma: 1443
9 years 6 months ago #263756 by krileon
Replied by krileon on topic CONGRATULATIONS FOR CB CONNECT 7 BETA 1
You can't, that's the homepage endpoint when redirecting in Joomla. Facebook adds the #_=_, which can't be removed as it's added from Facebooks end (I've no idea why). You can also specify a custom registration redirect URL within CB Connect > Parameters > SOCIAL_SITE > Registration (same for login redirect under Login parameters).

but after a successful login i need to ctrl+f5 the site to apply that.. if i do not, the user is not registered..

Depends on what trigger you're using. CB Connect fires the normal registration and login triggers. My guess is something is wrong with the action usage.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

9 years 6 months ago #263758 by giorgionasis
Replied by giorgionasis on topic CONGRATULATIONS FOR CB CONNECT 7 BETA 1
i use the trigger "after user confirm". i guess this works for user when is registering manually but not for social registering. should i add more triggers?

also in parameters there is option reload user. should i better enable it?

thank you

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8281
  • Karma: 1443
9 years 5 months ago #263790 by krileon
Replied by krileon on topic CONGRATULATIONS FOR CB CONNECT 7 BETA 1
You'd need to use the after registration trigger. The confirmation trigger only fires when a user is confirming. In the case of CB Connect by default they're already confirmed (as if confirmation was disabled). You can enable confirmation for them within CB Connect > Parameters > SOCIAL_SITE > Registration if you want.

also in parameters there is option reload user. should i better enable it?

No, that's mainly used when multiple actions are being chained together and each one modifies the user group. In order for the second action to be aware of the first actions changes reload user would be used. In the majority of cases it doesn't need to be used.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum