and submitting them to drupal database.
I want to know if this is possible.?If for example i have a car content type an insurance content type and a member-owner content type and i want to build a later submit form in order to have the owner connected with an insurance company and the car content type how can i do something like this with drupal?
If i build a custom php code page and include it in a custom drupal noed page?
A lot of web sites require content to be in multiple languages. Some of these carry identical content just in different languages, for which translation seems to be an issue for potential automation. Other sites require multiple language content, but not identical.
For those of us web designers who only want to create a Drupal site with the following structure:
mysite.com/default-language/
mysite.com/language-2
mysite.com/language-3 etc. with each of these subdirectories the root for each consecutive language how do we create such a site using Drupal?
i am working in language module drupal5 i want to remove "en" prefix for english i want like drupal6. how to change the script in i18n module my site in drupal5 so i was not able to use drupal 6 module.
I'm used to work with drupal in english but now I need to install it in other languages. I've seen the screencast from lullabot.com (http://www.lullabot.com/files/i18nInstall.mp4) which is really helpful but I still have some questions.
If I install drupal (from the beginning) in another language rather than in english what happen if i need a contributed module that has no translation in the language I've installed?It will appear in English?It will work?