Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm trying to use the Views module and hitting a roadblock.
I have a website dedicated to old magazines. I have two Contextual Filters, Title and Publisher. Title is first and Publisher is second. So at the bottom of the Views page, where it says "Preview with contextual filters", I can input the Title, say
Showgirls
and that works just fine. However, when I put in the Title/Publisher, it shows nothing. For example, I put in
Showgirls/Your Guide Publications
and nothing is showing up under Content. I'm sure of the following things:
After upgrading to drupal 7 I get the following error on my recent log messages:
Notice: Undefined variable: node in eval() (line 24 of /home/scode/public_html/modules/php/php.module(74) : eval()'d code).
Notice: Trying to get property of non-object in eval() (line 24 of /home/scode/public_html/modules/php/php.module(74) : eval()'d code).
The user accessing the page is "Anonymous (not verified)"
Hi all,
I'm new to Drupal and CMS. So far I'm liking the concept to put a site together fairly quickly with blocks, nodes, etc... I'm having some structure problems with my menus. I've been spinning my wheels for a while and feel like I should now ask for help. To condense the issue, how can I get my navigation menu block to the top of my site?
Using the block region demo, it shows the navigation block under my content section.