[SOLVED] Parse error when installing Drupal 7 about /includes/database/query.inc

Hello everyone, and thks for reading my message !

When installing Drupal 7 on a mutualized server at 1&1 (French hoster, don't know if it exists somewhere else...), I face a problem. It first appeared after having entered the database logs (which are corrects), but then it makes it even after choosing the language of the "installer".

Here it is :
Parse error: syntax error, unexpected $end in /blablabla/includes/database/query.inc on line 578

Master/Detail forms for Drupal 7

Hope this is the right place to post this question. I have not found an answer anywhere else, after much searching.

Basically, I would like to implement a master-detail form, and would like to know if there are plugins that will support this, or whether I need to do some coding.

Each master form (a content type) may have one or more detail forms (presumably another content type). I would like the user to be able to manage the detail records in the same screen, or on the same page at the very least. The user would be adding, modifying and deleting the detail records.

A detail record would not exist by itself - each would have exactly one parent or master record.

By way of a more concrete example, suppose the master content type is "adult" and the detail content type is "child". For each "adult" there could be some "child" records. Each child would have a number of fields: name, sex, age. A child in this case could not be added to the system without an adult parent being added first.

There appear to be older plugins for Drupal 5 and 6 that do this type of thing, but they are all well deprecated. I just cannot see a way to do it in Drupal 7 using plugins.

Thanks,

-- Jason

2 Level Tabs in Drupal 7

Does anyone know how to do 2 level tabs in Drupal 7 without hacking any code because this can easily be accomplished in Drupal 6.

Taxonomy browser

Hello Everyone,

i would like to find a module where u can click on taxonomy terms (checkboxes) and after having a page with only the terms selected. for example if i click eggs and ham i will only have the recipes with that two ingrédients (ingredients equals terms here) in drupal 6 there was the taxonomy browser module but its not ported on drupal 7...Does anyone knows a module in D7 that can do that ? or maybe another way to do that ?

Thanks a lot to everyone,

Yoann (paris France)

Drupal 7 carousel / slideshow module

Hi Guys,
This is a generic query rather than a specific query about a particular module, but you might be able to help or point me in the right direction.

I am looking for a Drupal 7 slideshow/carousel module that has two main pieces of functionality.

The first is the ability for a user to upload pictures to the carousel or slideshow and the second is to allow the user to click on the picture in the slideshow / carousel whereby the news story behind the picture would be displayed.

hook_form_alter doesn't seem to work

Hi everybody,

I just tried to use hook_form_alter in drupal 7 and it doesn't seem to work.

My piece of code is:

function additionaltools_form_alter(&$form, $form_state, $form_id){
  drupal_set_message("Form ID is : " . $form_id);
}

actually I want to alter node edit form, but when I browse node edit form nothing happens. I also tried

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x