Skip to Content Skip to Menu

[SOLVED] How to let user making a working experiences list

9 years 9 months ago - 9 years 8 months ago #257891 by angela impiego24
Hello,
I'm building a website on Joomla! 3.3.6 with 2.0.5 CB and I would like to let user to build a résumé section on their profile.

So they should be able to select their "Jobs/Projects" tab in their Profile Edit panel, and add new voices (each with 3 or more fields). After saving a voice, it will be saved in a list with all their experiences, visible in their profile and editable in the future.

In short I need to give the user the possibility to create groups of fields to add to their profile. Is that possible?
Thanks in advance.
Last edit: 9 years 8 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
9 years 9 months ago #257912 by krileon

In short I need to give the user the possibility to create groups of fields to add to their profile. Is that possible?

No, you'd need to create the field groups within CB > Field Management. They will not be able to add groups. A feature like this is planned for frontend once we refactor our fields code. You can see it working in backend with out repeat usage (the +/- usage), which we'd like to bring to frontend at some point. However for resumes I recommend using a File field and just let them upload their resume.


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 8 months ago - 9 years 8 months ago #259555 by angela impiego24
Replied by angela impiego24 on topic How to let user making a working experiences list
Just in case someone else needs this information, I solved it making an external PHP page with a form in which users can put as many working experience as they need. When they submit their information, PHP makes an array with all the working experience, serializes it and send to the Joomla! DB in the users row under the "works" column. Hope this could help someone.

Thanks anyway Krileon, you're always very quick and exhaustive in your answers!
Last edit: 9 years 8 months ago by angela impiego24.

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

Moderators: beatnantkrileon
Powered by Kunena Forum