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 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.
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:
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?