I am new to Drupal I use it since November 7.
I am relatively new to PHP I have created some working code.
I have a multilingual site for renting a house.
how to ensure anonymous users can view my main component type (renting object) with all available fields. If I use http://localhost:8082 nothing is displayed. If I use the language data is displayed but only as a hyperlink. I want the content to show all the available text fields.
anonymous users must not be possible to edit the content
I have the following content type:
renting object with a lot of text items (this must be displayed in the language of the guest user). If I have more than one renting object the usage must be by URL like:
localhost:8082/villax
a week content type having price,data, occupied and reserved item. The contetn type holds 53 records per calendar year (all Saturday dates)
a booking content type with all the personal fields of the renter (name, address, birthdate, bank account etc). Maximum 6 renters where one is the main renter.
I think underwater the renting object (house), the begin and end week and the booking must be glued together. How to do this? Using hidden fields and usage of PHP?
How do I glue this to an application like this one http://members.chello.nl/jophof (safari/chrome and use the botton bar to book the house)
The site is multi lingual and I want to make it appear as a mobile web app for usage on the iPad. For this I want to use the query mobile module. Any advice on this is welcome.
The status so far is I have the component types defined. The language selector with country flags at the top. When I visit localhost:8082 no content is displayed.
John
Comments
If you want any help I would
If you want any help I would suggest breaking these into more than one question. Its overwhelming and your paragraphs/information do not make much sense. More visual aid and clarification people will be more willing to respond.
Not only strike while the iron is hot, but make it hot by striking.
Before you go too far, also
Before you go too far, also note that there are also a few existing drupal modules for rentals e.g.
http://drupal.org/project/uc_hotel
http://drupal.org/project/agreservations
http://drupal.org/project/merci
http://drupal.org/project/rooms