DrupalCamp Colorado June 11 & 12, 2011

Anyone else going to DrupalCamp Colorado on June 11 & 12? I'm attending. feel free to tweet or email me: @calwestcultural

Will drupal6 modules work with Drupal7?

I want to use modules which have been released for drupal6 only. Drupal is now at Drupal7. Can drupal7 work with modules that were released for drupal6?

i.e. is Drupal7 backwards compatible?

Views Using Arguments: not working as a block.

hey,

I have created a block filtered by following arguments:
if the taxonomy term is not in the url, don't show the block.

contextual filter: Taxonomy: Term
Provide default value: Content ID from URL

when I preview this in views, its works perfectly. when i create a page with this settings, it works also. but as a block on a page it seem not to get the url.

please help!

Weird Behaviour of Blocks in Regions that Don't Exist?

I'm not sure if I've found a bug here or not. I can't really explain the behaviour I'm seeing, so am calling out for any help figuring this out...

I just installed the pixture_reloaded (and adaptivetheme) theme. I found that the search box wasn't in the list of available blocks (not in any of the installed locations, or the disabled list). It took me a long time to figure this out, but looking directly in the 'block' database table, it said this:

| 113 | search | form | pixture_reloaded | 1 | -10 | dashboard_sidebar | 0 | 0 | | | -1

Only load new content

I am looking to streamline the way my drupal site works. I use to use frames so that when you clicked on another page in the site only the content would load and the header and all that would stay the same making faster load times and save some bandwidth. What is the easiest way to do this in drupal?

Drupal 7 and menu rendering

Hi,

I'm rendering the most commonly used menu - 1 level, no sub levels.

Here's what I need:

1) Main menu, one level of navigation. This is my code for this:

<?php			
     $main_menu = variable_get('menu_main_links_source', 'main-menu');
     $tree = menu_tree($main_menu);
     print drupal_render($tree);
 ?>

My current problem here is that it renders all levels - is there any way of setting the depth on this?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x