Skip to Content Skip to Menu

[SOLVED] CB New User Confirmation Error

  • sentix
  • sentix
  • OFFLINE
  • Posts: 106
  • Thanks: 7
  • Karma: 0
10 years 2 months ago - 10 years 2 months ago #247704 by sentix
Hi,
after a user registers with CB Registration, the correct language setting is stored in com_profiler.

As soon as the new user confirms his account with the link in the confirmation email, the language setting is overriden with the "not set" option.

I have no clue why the confirmation of a new user changes something in the user object!

COuld you please give advice?

Regards,
Manfred

Versions: Joomla 1.5.26
CB 1.9.1
CBSubs 2.0.2

Versions: CB 2.7.2, J 3.10.6
Last edit: 10 years 2 months ago by krileon.

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

  • sentix
  • sentix
  • OFFLINE
  • Posts: 106
  • Thanks: 7
  • Karma: 0
10 years 2 months ago #247705 by sentix
Replied by sentix on topic CB New User Confirmation Error
I have to add that I prepare the registration form a CB Auto Action to hide some fields and to set a default language setting. The Auto Action works as the language is set in the Users params field correctly but through the confirmation of the user the language param got deleted!


$("#cbfr_userparam_0").hide();
$("#cbfr_userparam_2").hide();
$("#cbfr_userparam_3").hide();

$("#paramslanguage option:first").remove();

var itext=$("#cbfr_intro > p").text();

if (itext.indexOf("With this form")>-1) {
$("#paramslanguage option[value='en-GB']").attr('selected',true);
} else {
$("#paramslanguage option[value='de-DE']").attr('selected',true);
}

Versions: CB 2.7.2, J 3.10.6

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

  • sentix
  • sentix
  • OFFLINE
  • Posts: 106
  • Thanks: 7
  • Karma: 0
10 years 2 months ago #247743 by sentix
Replied by sentix on topic CB New User Confirmation Error
One additional information:

when a user de-subscribes or subscribes to a plan, the language setting got changed to "undefined" :-(

Versions: CB 2.7.2, J 3.10.6

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
10 years 2 months ago #247783 by krileon
Replied by krileon on topic CB New User Confirmation Error

after a user registers with CB Registration, the correct language setting is stored in com_profiler.

As soon as the new user confirms his account with the link in the confirmation email, the language setting is overriden with the "not set" option.

I have no clue why the confirmation of a new user changes something in the user object!

COuld you please give advice?

Known issue fixed in CB 2.0 already.

I have to add that I prepare the registration form a CB Auto Action to hide some fields and to set a default language setting. The Auto Action works as the language is set in the Users params field correctly but through the confirmation of the user the language param got deleted!

Won't be needed with CB 2.0 as you can select what user parameters are available within the fields parameters.

when a user de-subscribes or subscribes to a plan, the language setting got changed to "undefined"

Same issue as your first post. It's due to Joomla user params being lost on CB user store. This is fixed in CB 2.0 though.


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.

  • sentix
  • sentix
  • OFFLINE
  • Posts: 106
  • Thanks: 7
  • Karma: 0
10 years 2 months ago - 10 years 2 months ago #247798 by sentix
Replied by sentix on topic CB New User Confirmation Error
@krileon: Thanks for reply.

Since what version is the bug known? At this example you might see that very long update cycles are a problem. How long do we wait for CB2.0? Didn't you consider a bug fix update for the 1.9 series?

As far as I know, CB2.0 will not work with J1.5 anymore, right? Is the a migration tool or will it work by a database copy?

Versions: CB 2.7.2, J 3.10.6
Last edit: 10 years 2 months ago by sentix.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
10 years 2 months ago #247843 by krileon
Replied by krileon on topic CB New User Confirmation Error

Since what version is the bug known?

It's fixed in RC1.

How long do we wait for CB2.0?

When it's done.

Didn't you consider a bug fix update for the 1.9 series?

1.9.1 was it. It fixed a major password issue with J3.x. There will be no further releases unless a Joomla release cripples CB 1.x before we get CB 2.0 Stable out.

As far as I know, CB2.0 will not work with J1.5 anymore, right?

Correct.

Is the a migration tool or will it work by a database copy?

We do not provide Joomla migration. You should look into migration extensions on JED.


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