Top "Drupal" questions

Drupal is an open source CMS framework written in PHP.

How to Encode an <input file> to base64 in AngularJs?

I need to save an image into Drupal, through the drupal service/file. For what i understand i need to …

javascript drupal
What is Drupal's default password encryption method?

I am trying to figure out what is the security that Drupal 6/7 uses by default to store passwords. Is it …

php mysql drupal
How to log error message in drupal

How to log our own error messages(for ex: error due to invalid user date entry) which is generated in …

php drupal error-logging
How do I get the path of the current drupal theme?

The Drupal API has drupal_get_path($type, $name) which will give the path of any particular theme or module. …

drupal drupal-6 drupal-theming
displaying a Drupal view without a page template around it

I would like to display a Drupal view without the page template that normally surrounds it - I want just …

php drupal drupal-views
Drupal 7 Get image field path

I would like to get the image path of a field. I'm in a node and I need the Url …

drupal drupal-7
Drupal: Best Forum Module?

What is the best forum module to use for Drupal? The core is a bit lacking. I'm thining of investigating: …

drupal module forum
How do I output a drupal image field?

It is quite possible that I'm just looking for help finding the name of a function that already exists within …

drupal drupal-7 drupal-theming drupal-themes
how to get absolute path for a image in drupal?

I have some images in drupal/sites/default/files/images/. How can I get the absolute path for an image …

drupal absolute-path
How to install PHP extensions on nginx?

I recently discovered NginX, and decided to try it out on my server. I have NginX running and able to …

php drupal nginx php-gd