Skip to Content Skip to Menu

[SOLVED] Loading single profile-tab to edit data

10 years 5 months ago - 10 years 5 months ago #245314 by avateamcom
Hello,

I want to give the user the possibility to extend his profile-information in a case when he is member of a specific group. example:

I have 2 groups of users: the bosses who are searching for employees and the employees who can offer their professions on the site. when registering as an employee, he can just click on a special link to get a form to enter his professions. these informations are stored in separate tabs on a separate tab-position and should be filled separately from registration.
how can I show these (4) separate tabs for filling with information?
the profile-tab substitution only shows the content if any.

is there any other possibility to solve that problem? maybe I can generate a simple form anyhow?

thanx a lot for your help, this gets me crazy at the moment.. :O)

-Stefan
Last edit: 10 years 5 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
10 years 5 months ago #245369 by krileon
Replied by krileon on topic Loading single profile-tab to edit data
You want a tabs edit display on its own page? CB has no features to do this. It's possible through PHP using custom coding, but it's not going to be simple as our function to output tab content does so for all tabs and not a single tab. You can link to a tab in profile edit through so that tab will be pre-selected. This is done by appending &tab=TAB_TITLE_OR_TAB_ID. Example as follows.

index.php?option=com_comprofiler&task=userdetails&tab=Fields


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.

10 years 5 months ago #245389 by avateamcom
Replied by avateamcom on topic Loading single profile-tab to edit data
Hi Kyle,

thanx, maybe, that would be enough, if I can get what I want through a workaround by calling the profile-edit-mode.
Can I add a button to get to the next (or maybe a specific) tab?
I want to add a sub-registration for a specific group and want to guide the users through 4 needed tabs..

-Stefan

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
10 years 5 months ago #245405 by krileon
Replied by krileon on topic Loading single profile-tab to edit data

Can I add a button to get to the next (or maybe a specific) tab?

In profile edit? Possibly using a delimiter field, some HTML, and some JS to trigger the tab click of the next tab. Probably need to use CB Auto Actions to add the needed JS to the header on profile edit display, but the HTML can be done with a delimiter field (or also added by the JS, up to you).


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.
The following user(s) said Thank You: avateamcom

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

10 years 5 months ago #245437 by avateamcom
Replied by avateamcom on topic [SOLVED] Loading single profile-tab to edit data
Thank you! I'll try.. :)

Best regards,
Stefan

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

Moderators: beatnantkrileon
Powered by Kunena Forum