Skip to Content Skip to Menu

2 issues with registration

  • KatoKalin
  • KatoKalin
  • OFFLINE
  • Posts: 265
  • Thanks: 11
  • Karma: -5
  • Add-ons
10 years 9 months ago #239912 by KatoKalin
2 issues with registration was created by KatoKalin
I am having 2 issues with registration/profile. The first one is that one field requires a special css styling. This is already set up and working. However now it shows the same styling on registration page as well. I beleive I can solve this with css if I would know which specific id or class I need to attach the css to for profile only.

The other thing is that I am using step by step registration and due to the specific css profile styling of the field it has to reside on a tab on his own. However for registration this turns out to look weird having a registation step which consists of only one field.
So basically my question is if there is a way to put several fields from different tabs into one registration step.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
10 years 9 months ago #239951 by krileon
Replied by krileon on topic 2 issues with registration

I am having 2 issues with registration/profile. The first one is that one field requires a special css styling. This is already set up and working. However now it shows the same styling on registration page as well. I beleive I can solve this with css if I would know which specific id or class I need to attach the css to for profile only.

Prefix your selector with .cbProfile to specifically target profile view. All locations have a similar unique class, inspect the DOM by pressing F12 to bring up the developer console.

So basically my question is if there is a way to put several fields from different tabs into one registration step.

No, you should actually do the reverse. Have your various fields on the same tab as needed then use a delimiter field and substitution in your fields for profile view and set the delimiter field to not show on registration.


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.

  • KatoKalin
  • KatoKalin
  • OFFLINE
  • Posts: 265
  • Thanks: 11
  • Karma: -5
  • Add-ons
10 years 9 months ago - 10 years 9 months ago #239969 by KatoKalin
Replied by KatoKalin on topic 2 issues with registration

So basically my question is if there is a way to put several fields from different tabs into one registration step.

No, you should actually do the reverse. Have your various fields on the same tab as needed then use a delimiter field and substitution in your fields for profile view and set the delimiter field to not show on registration.

I was thinking about that but then it came into my mind that there might be an issue then with profile edit. The field in question is Ajax Text field. So the user will be able to change it without reloading the profile page. Now if that field is set to be a delimiter field I beleive the user is not able to change it?
Last edit: 10 years 9 months ago by KatoKalin.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
10 years 9 months ago #239997 by krileon
Replied by krileon on topic 2 issues with registration

Now if that field is set to be a delimiter field I beleive the user is not able to change it?

They should still be able to edit it if it's rendered with formatting. Example as follows.

[cb:userfield field="FIELD_NAME" formatting="div" /]

Please see the below tutorial for further substitution usage information.

www.joomlapolis.com/support/tutorials/107-use-cases/18353-using-substitutions-throughout-cb


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