Hey everyone,
I've looked into Drupal in the past and to be honest always failed to get my head round some of the most basic aspects of Drupal's structure and to be honest what I wanted to use it for was so basic I didn't think it warranted the time. But I have a new project I'd like to work on and it really requires a CMS of some sort, whether that's an existing CMS with custom modules or plugins or a custom CMS using an existing php framework I'm not sure.
Essentially I want a way to easily create mini web sites, which are embedded in programs, that the user can access "About the Program", "Terms & Conditions", "Privacy Policy" etc.
In my mind the CMS would allow a user to:
Log-in
View their programs
View/Edit some pre-defined fields which are required or optional for a program
View/Edit pages which are displayed for that program
Then I would need drupal to include endpoints which the users programs could be pointed to which would display the general information and links to the pages.
One of the things which always puts me off with drupal is the fact it already has some pre-defined node types, which lead me to think I should be using them and is simply something I need to get my head around.