Since the resume portion is pretty important to this module. I'd like to know how would one do the following using CCK group and fields:
Group:
- Education
Fields:
- School Name
- Location
- Certificate/Diploma
- Graduated
Now i'd like the user to be able to add the same group as many times as needed--so to allow posting multiple Education groups...
e.g. i want to put my High School info,
then I want to put my College Info for my certificate of arts,
then i want to put college info for my Bachelors of Science,
and info on my Masters Degree
Comments
Comment #1
duntuk commentedAlso, the same concept would apply for something like "Experience"
Group:
Experience
Fields:
Type of Job
Position Held
Start Date - End Date
I'd like the user to be able to add as many of the Experience groups as needed (on demand)
e.g. I want to add 3 job expriences:
Type of Job: Advertising Position held: Paper Boy Start Date: 02/2000 End Date: 07/2002
Type of Job: Fast food industry Position held: burger flipper Start Date: 02/2005 End Date: 02/2006
Type of Job: Investing Position held: Financial Advisor Start Date: 03/2006 End Date: none
Comment #2
kbahey commentedThis is a CCK question, not a job search module issue.
So, ask it in the forums or the CCK issue queue.
Comment #3
neddim commentedThis is quite possible and workable.
I have done the same thing with drupal for job portal and it works like a charm.
First You need to install module called "Flexi Field".
Then, when You install this module create new "content type" and addd some fields in this content type with cck.
Par example, You create normal content type called: Experience with following fields:
Type of Job
Position Held
Start Date - End Date
Then in Your desired content type par example "Submit job" add cck field "Flexi field" and configure this field and on configuration fpage of the flexi field under segment: "Content types that can be used as field items" select recently created new "content type" - in this example case it would be content type "Experience" and offcourse under "Number of values" segment in FlexiField configuration select "Unlimited".
Be aware that field would work without bugs when you do not use it withing groups or inside groups, but it works.
Hope this explanation helps.