Top "Drupal-7" questions

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

How do I create an image gallery in Drupal 7?

Which is the best way to upload images and show them up in galleries. There are many options out there, …

drupal image-gallery drupal-7
Drupal 7: how to restrict file access to specific user roles

I need to develop a site on Drupal 7. I have some content types with File fields in CCK. And access …

security file drupal drupal-7 cck
Drupal render login form programmatically

I'm trying to display the login form in a basic page. When I'm logged in, this redirects me to the …

forms login drupal-7
How to generate translation file for a custom Drupal 7 module?

I'm using CentOS 5.5 Linux (without X), PHP 5.3 and Drupal 7.0. The core language of my site is Russian (not English)! I've …

drupal localization internationalization gettext drupal-7
Using Hook_form_alter on webform submitted values

Drupal 7. Webforms 3.x. I am trying to modify a webform component value on submit. I made a custom module called …

php drupal drupal-7 drupal-webform hook-form-alter
How to implement hook_theme in drupal 7?

I created a new drupal 7 theme and trying to implement hook_theme at template.php like this: function mytheme_theme($…

php drupal drupal-7 drupal-theming
Drupal 7 Views 3 user:current filter is missing?

I'm trying to filter a view to display only nodes of the current user. Filter by user:current is missing …

drupal-7 drupal-views
How To Create New Content Type Programmatically in Drupal 7?

I'm building a module (my_module) in Drupal 7. It has some functionality and also will create new content type. In …

drupal module drupal-7 content-type
flexslider responsive carousel problems

I need to create a responsive carousel using flexslider. The problem is that one I shrink the browser window below …

javascript css drupal-7 flexslider
How to get the absolute path to the sites/all folder in drupal?

I want to display two different logos on my drupal site: one for the front page and one for the …

drupal drupal-7 relative-path drupal-theming absolute-path