I have a form with a jquery link that add field to form, but when I do the subbmit there aren't, in the $node, the values of the fieds added with javascript function. How can I sent this fields to the hook_insert()?
I read in the forum that you could easily just move a site. But, I moved my installation from a drupal folder to the root folder, and now nothing works but the first page. The forum entry I read said:
1) move your files system to the webroot.
2) make any adjustments to $base_url in settings.php (if you have set anything there relating to where the home page of your website is)
3) you're done.
You shouldn't have to do anything else, in most cases.
If you want to run multisites off one code base, where do you need to have your extra domains pointed to for the domains that have their drupal settings placed in the sites folder:
a) to the drupal directory
b) to the directory containing the drupal directory
c) to the sites directory inside the drupal directory
d) to the directory of the domain inside sites at sites/domainname
Additionally, is it best to have drupal's installation all in a folder of its own, or just have it loose in your host root folder?
I have created the "files" directory and set it's permissions to 777 but Drupal is still telling me that the directory is not writeable. Any ideas what's going on?
We have created an easy to use installer for Drupal that also installs and configures Apache, MySQL and PHP. The idea is to have everything up and running by the time you click 'finish' so that you don't have to do any manual configuration. Currently we have Windows and Linux versions, with OS X and Solaris planned.
Our goal is to make open source applications as easy to use as possible (we have installers for other projects as well).