Hi!
I'm quite a newbie when it comes to Drupal, but are getting more and more familiar with it. All CMS parts fort alright and it's a great plattform for building my site.
But, I got one problem where I can't seem to find the right modules (after some extensive searching). What I need is really two parts:
1) A personal "notebook" for the user where they can enter information as time goes by, in a dairy form and then save this in the database for later reading. Preferably with date and some sort of category.
2) a feature for e-learning where the user to start with has access to Step 1 in a flow of event, but after entering the appropriate information in a form gets access to Step 2. Step 3 and others will follow.
Is there modules ready for this or do I need to develop some of my own!
Best regards
Mikael
Comments
Notebook
Well, with notebook it's must be easy. You need to create new content type "notebook", you can asign permisions like 'create notebook content type' / 'edit notebook' / 'edit own notebook' and stuff from access control in admin panel.
Well, there should be a module that lets you specify view notebook content types and view own notebook content types. Install it and you're done with first one. If everything else fails you can easily create a notebook module (since your requirements are not complicated), just look into module creation tutorials.
-------------------------------
Sites for uzbeks and Uzbekistan:
Uzbek Lyrics Database
Uzbekistan Forum
e-Learning
I manage the website and e-Learning for an English Secondary School. We use Drupal for the website and Moodle (Open Source, moodle.org) for the e-Learning side of things. Moodle would be able to do what you have described above and if necessary the two systems can be linked. We haven't linked the two yet but there is detailed tutorials on Drupal / Moodle integration on the Moodle website.