Top "Drupal-7" questions

Drupal 7 is the Drupal version that was officially released on January 5, 2011.

How to import a view in Drupal?

How I can Import a view to Drupal. I have an exported view that I need to import in a …

drupal import drupal-7 drupal-views
How to theme a menu block in Drupal?

This should really be a basic question but I simply don't get it after hours of searching. The question is, …

drupal-7 drupal-theming drupal-navigation
Adding attribute to option element using forms api : drupal 7

I want to add title="icons/icon_cart.gif" for each of the below options in my select list which …

drupal drupal-7 drupal-modules drupal-fapi
How to throw 404 error in Drupal module?

I need to throw 404 error in module. Or may be there are any possibility to set required option for menu …

drupal drupal-7 drupal-8
Get current page/url in a hook

In hook_css_alter, I want to disable style-sheets on specific pages. Was ok for the front page requirement with …

drupal drupal-modules drupal-7
403 error with message:Access Not Configured. Please use Google Developers Console to activate the API for your project

Can't overcome this situation: created a project in the Google developers console they created "Client ID for web application" and "…

php drupal-7 oauth-2.0 google-api google-calendar-api
Menu path in Pathauto

How do I get pathauto under Drupal 7 to generate a URL alias by the full menu path?

drupal drupal-7 pathauto url-design
EntityFieldQuery multiple alternative conditions

Is there more optimal and shorter way to get nodes with certain conditions? $query = new EntityFieldQuery; $result = $query ->…

drupal-7
How to theme views fields in Drupal 7 correctly

I need to theme views in Drupal 7. There is a content type 'Book' and I need to list 5 books and …

performance drupal view drupal-7 drupal-theming
Custom Taxonomy Term page in Drupal 7

I'm trying to make a custom Taxonomy Term page in Drupal 7. I've created a page--taxonomy.tpl.php file in my …

php drupal drupal-7 drupal-taxonomy