From: Austin Einter
I wanted to design/implement similar to monester, where I can handle large number of users.
But can I have those many users or not, not sure as of now, however it is good to have a scalable design as a starting point.
Last few months, I have been looking at Drupal, have gone through number of books.
I am comfortable with Drupal to some extent. Now I want to learn and implement how to store and retreive data, and what is the best efficient way when we need to deal with large amount of data.
I just created pages using webform and CCK.
With CCK I see
1. Number of extra field are shown up (like Title, menu settings, input format etc) and I do not want these fields. Please let me know how can I stop these fields appearing.
2. I wanted to have a field for resume upload, could not find the FILE field using CCK.
Then I enabled fileupload module, with this I can see a file upload field in page. Probably I can look at installing file field.
3. There is a fieldset field in webform to group similar fields under one group. I am not aware of module which can do this if using CCK. Appreciate if you can suggest how to keep similar fields in one group.
If I can overcome these issues I am pro for CCK.
Assuming I am going to use CCK, as you mentioned skillset can be indexed (using custom module), can you kindly provide more information how it can be done atleast from logic perspective.