Hi all,
I am a newbie and i don't know if I am writing in the correct area; I need a help to configure/build with drupal modules a "Work with us" area of my company's web site.
It must be structured as follows:
Categories list -> Category of jobs with a list of open positions -> open position.
The open position sheet must have the title, the description and some stuff like salary, type of contract and a link to the related form page with interested people data and the CV.
The form data must be sent by email to any addresses.
Finally the backoffice to manage Categories list, Category of jobs with a list of open positions and open position.
Have you got any ideas to help me?
Thanks a lot
P.S.: excuse me for my horrible English.
Comments
It sounds like you need to
It sounds like you need to create and theme a custom content type. You've put Drupal 6 in your tags so for that you will need at least the CCK module. Beyond that, there's a wealth of information out there how to do this. It also sounds like you will need to leverage Taxonomy. (categorization)
For starters see:
http://drupal.org/documentation/modules/cck
http://drupal.org/documentation/modules/taxonomy
High Rock Media | Photography | Twitter | Drupal Bamboo Theme
Flag module might be useful
Flag module might be useful here too!
Thanks a lot :)
Okay, I will try this way!
Good luck, post back with
Good luck, post back with your progress.