Hi, I just installed Drupal. I've been coding webpages and software from scratch for 5 years now. I've just recently stumbled upon CMS's - which apparently allow developers to create web pages extremely fast without needing to code anything. I've installed Joomla and Wordpress in addition to Drupal, and I must say - THIS IS SOME COMPLEX STUFF! I am still shocked because I thought it would be easier. Perhaps it is and I just haven't grasped it yet, coming from a background where web design was manual...
I've ran into a plethora of kinks, some of which were so simple once resolved, but took soooooo many days to find the answers to. So far, Drupal seems to be the most interesting, I've seen some AMAZING sites built using it. However, it also appears to be the most complex/difficult to achieve building just a simple 3-page test site so that I can test/see how Drupal works.
My main problem is that whenever I make a change, such as disabling a link here:
http://localhost/drupal/?q=admin/build/menu-customize/navigation
It actually deletes the link from the administration page that Drupal uses. I'm assuming Drupal thinks it's own administration page is the default website project... That is alarming. To think, if I deleted all the links I'd probably destroy my installation of Drupal entirely... It seems like a really fragile system.