Top "Drupal" questions

Drupal is an open source CMS framework written in PHP.

Drupal 7 How to override page.tpl for specific content type?

I wanted to override page.tpl.php for specific content type. I have tried these thing, nothing works for me. …

drupal drupal-7 drupal-theming
How Drupal works?

Could someone provide a architectural overview of the Drupal 7 control flow? Perhaps in the sense of a flowchart about how …

php drupal drupal-7
drupal - add select/option list to a form

I am a bit confused. I have created a simple form with a one text box and a submit button. …

drupal forms taxonomy
How to redirect user to a specific page after they login if they belong to a certain role?

We have certain users in our member list that have a role "vendor" attached to them. All such members are …

drupal drupal-6 drupal-forms
How to print a custom menu in Drupal 7?

I have created a menu in Drupal 7 and created links to pages under that menu. I named my new menu "…

drupal menu
How to set the base url in drupal

Where I can set the base url for drupal site. Currently when I go to the site in my localhost, …

drupal base-url
How to remove user register/login in Drupal

My website don't need user login function. Only system administrator could post new contents. How to remove user register and …

drupal
Drupal: how to get the modules list

How to get the modules list in Drupal as in admin/build/modules?

php drupal module drupal-modules
How do i push a new key value pair to an array php?

I know there is a lot of documentation around this but this one line of code took me ages to …

php arrays drupal drupal-7 drupal-modules
What's best Drupal deployment strategy?

I am working on my first Drupal project on XAMPP in my MacBook. It's a prototype and receives positive feedback …

deployment drupal vps