Hello,
I'm new to drupal, and I'm considering using it for a website I'm building, and I have a few questions.
First of all, I'm coming from the world of programming with .NET, so PHP is pretty new to me and is completley diffrent from what I'm used to.
I want to build a website that will be a core for other multiple websites.
Basically, I will bring a website up for all sorts of clients with my designs, and I want them to get a website which is solely for them, but I want them to be on the same database all together and recieve data from the same files, and all data a "website" will get will be only relevant to itself.
So my questions are:
1.
I understand Drupal has a multisite capability, but I didn't really get how it works, will this be appropriate for what I'm planning?
2.
I want to have an administration panel which is not attached to the website, unlike Drupal's default settings.
I also need the panel to be restricted to each user so he only edits what's related to his website, so that also takes some good restriction control.
Can anyone recommend ways of doing this?
3.
I need to know how I can manipulate the code for services I will need for my websites, such as getting specification of what buttons and links should be displayed on a website in XML so a flash application I build can read it.