Top "Drupal-7" questions

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

Upload multiple files in Drupal 7

The Image Field only allows one file at a time to be uploaded. Is there a module that enables multi-upload …

drupal-7 multi-upload
Drupal: How to Rebuild Menu Navigation

In Drupal 7.0, when I change a routing path/menu from the type MENU_NORMAL_ITEM to the type MENU_CALLBACK, …

drupal drupal-7 drupal-routes
how do I call my theme preprocess function for a specific field?

i'm on Drupal 7 and i have aspecific tpl.php file for a content field_image: "field--field_image.tpl.php". I …

drupal drupal-7 task-parallel-library
Drupal 7 views filter by node's taxonomy term

I have a similar question to my previous one (Drupal 7 views filter by dynamic taxonomy term), it's only the other …

drupal-7 drupal-views drupal-taxonomy
ckeditor strips <span> and style attributes

I have a Drupal 7 site using ckeditor 4.2. I've created a basic page node and put a span inside an h2 …

drupal-7 ckeditor drupal-modules
Drupal 7: Access custom node field in page.tpl.php

I added a new field "mood" (image) to the page content type. Is there any way to access the image …

drupal drupal-theming drupal-7
Why aren't my drupal 7 submenu's showing?

I can't seem to get my sub-menus to display. I've gone to: Home » Administration » Structure » Menus Then, I've edited the …

drupal drupal-7 drupal-theming drupal-navigation
drupal 7 programmatically log user in

After having just registered a new account and created a profile how would I log a user in? I have …

php login drupal-7
Post-save callback?

How do I execute a function every time a node is being updated? I tried to use hook_nodeapi, but …

drupal hook drupal-7
Programmatically getting nodes by title in Drupal 7

I have a module that programmatically adds a whole lot of nodes to my Drupal 7 site. To prevent duplicates I …

drupal drupal-7 drupal-modules