Top "Drupal-7" questions

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

multiple frontpages in multiple languages

I have a Drupal 7 multi-language(3) website. I have installed the Internationalization (7.x-1.0-beta2) module. I have created for each language …

drupal internationalization drupal-modules multilingual drupal-7
Drupal 7 get teaser with field_view_value()

I have an Ajax handler script where I load a $nodeId and output the result in default (full) view: $node = …

php drupal drupal-7 teaser
Drupal 7 load profile2 programmatically

I have two profile2 profiles defined - main and customer_profile. Also, I have a node type called Customer. When …

drupal-7 profile hook-form-alter
How to access form data in hook_form_validate() in drupal 7

I have a form implemented from hook_form called simplequiz_form() I want to access its data after submit below …

drupal drupal-7 drupal-modules
Drupal 7: Rename files on upload (via filefield)

I am looking for a way to rename files that are uploaded by users through a filefield. For example, rename …

file-upload drupal-7 filefield imagefield
Drupal 7: Add Item to Admin Toolbar/Menu Programmatically

I'm building a fairly involved module for my company with a number of different configuration pages. I'd like there to …

drupal drupal-7 drupal-modules hook-menu
Using node summary on custom view

I'm building a custom view ona drupal site and i added all the fields i wanted, but i can't seem …

drupal drupal-views drupal-7
Drupal - alt tags on images

I'm using Drupal 7, notably the Image field and the Media file selector widget to upload images. The biggest problem is …

drupal drupal-7 drupal-theming
Drupal 7 - Insert taxonomy into node object

I have a script which successfully creates new nodes. But I'm having trouble setting the taxonomy before saving. I believe …

drupal drupal-7 drupal-taxonomy
Eclipse syntax highlighting: trying to specify it for a new file extension, and it's not working

I'm working with Eclipse/PHP and just starting with Drupal 7, which needs me to use PHP files of extension .test. …

php eclipse syntax-highlighting drupal-7