Hi All,
I run a local nonprofit community website... www.Goenkar.com. It is currently mostly static html with a few PHP scripts running including phpbb. There are a few problems, the main being the complexity of updatign data and the next being the case of needing to signup separately to use each of teh installed scripts.
So I'm gonna shift the whole site to a CMS and after reviweing about 12 different cms softwares my heart is set on drupal caz it seems to have most of what I need.
There is another complexity in shifting to a cms.
1) The search engines (other than google) do not spider dynamic content. So my search engine ranking would go down eventually.
2) There are a lot of mini sites on the website. Goa is a small state but has plenty of villages. So I will be assigning subdomains for each village. I need this content monitored by pre-designated people from those villages. I need to have a sub-portal kind of system as well as have the headlines, posts, etc. show up on the parent website homepage.
Each sub-portal will have their own theme. Each sub-portal could also have sub-sub-portals and they too with their own theme and layout.
I am on a LAMP, virtual host, 250MB, 1 database, unlimited sub-domains and no root/telnet/ssh access.
The main things needed are the sub-portal functionality and assigning administrators for every sub-portal.
I am pretty good at PHP but your advice on a path to achive the above using drupal would be appreciated. This would save me a lot of time writing my own cms from scratch.