Nesting Content on Drupal 7 at creation time or Associating multiple fields to another field

Hi! I want to know if its possible to nest 2 contents at the content creation phase. Or maybe another way to implement it.
Example: I have a content called Places and another called Items.

When the user create a new Places entry, each place has unique fields:
Name, Description, Size, Color, etc. and user should also be able to add multiple (infinite) Items to the Place.
Each Item should have its own fields (ie. Name , Description, Weight, etc) available for input at the same page.

How to "Link this field to the original piece of content" in views for fields other than title ?

In views,the default "title" field has an option "Link this field to the original piece of content " so that it links to the original node but it is not present for other fields.How to link these to original node?
A list of fields is being displayed but they are not linked to their respective nodes.
Are there any replacement patterns that can be used in the "rewrite results > Output this field as a link " ?
Or is there any other way?

I need help printing the search_form in a horizontal navigation bar [Drupal 7]

I know this is a dumb question but, I need to ask it because I haven't found an example of how to do it...

I am creating a theme that has a horizontal navigation bar between the header and the content (like a million other sites). I have this code, that prints the navigation bar and attempts to print the search form:

   <div id="nav" class="container_12">
     <?php if ($page['navigation'] || $main_menu): ?>
      <div id="navigation" class="grid_8 alpha">

        <?php print theme('links__system_main_menu', array(
          'links' => $main_menu,
          'attributes' => array(
            'id' => 'main-menu',
            'class' => array('links', 'inline', 'clearfix'),
          ),
          'heading' => array(
            'text' => t('Main menu'),
            'level' => 'h2',
            'class' => array('element-invisible'),
          ),
        )); ?>

        <?php print render($page['navigation']); ?>

      </div><!-- /#navigation -->
    <?php endif; ?>
      <div id="search" class="grid_4 omega">
         <?php print $search_form; ?> <!-- I also tried "<?php print render($search_form); ?>", with no luck -->
      </div>
   </div>

advanced search page

I want to create an advanced search page trough taxonomy. Something like the page that You can search in drupal.org for modules.
I want to have multi select lists(one for every vocabulary). And the result that ll gives i want to be the combination of the terms.

do you know any module for d7 that provides that i am searching for?
maybe there is an example?

thanks in advance
Kostas

Failure with Update to Adaptivetheme 7.x-1.2 also using a premium adaptivetheme at_timeout

Hallo,

just have updated Adaptivetheme 7.x-1.2 for Drupal 7 on my website: test.omdao.de

Also I use premium adaptivetheme at_timeout.

I got the following failure when I want to adress my updated page externally:

Notice: Undefined variable: linked_site_logo in include() (Zeile 11 von /usr/www/users/omdaoa/omdao_test/sites/all/themes/at_timeout/templates/page.tpl.php).

Comment: "Zeile" means "line" in English.

What is the problem? What needs to be fixed?

Thanks for help

Ruedi, Germany

Anonymous create content but login on submission D7

Hey,

As per the title, has anyone set Drupal (7) up to allow anonymous users to create content but create an account before submission?

It seems fairly common on other sites and would be a great way to increase uptake on certain websites.

I'm looking into it at the moment but if anyone has any pointers, examples I'd be grateful if you could pass them on.

S

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x