Top "Drupal" questions

Drupal is an open source CMS framework written in PHP.

How to create a custom filter for the Drupal View's Module?

I have the Profile, CCK, and Views2 modules installed on a Drupal 6 site. I added a string field to the …

php drupal drupal-6 drupal-views
Fatal Error: Maximum execution time of 30 seconds exceeded in c:\wamp\www\drupal2\includes\common.inc on line 551

when I go to admin option in drupal 6. I get following error on my Browser Fatal Error: Maximum execution time …

php drupal configuration ini
Drupal: Views: how to group fields

I've created a views of node and I've selected the "fields" option in order to select which fields to display …

drupal drupal-6
Can I put associative arrays in form inputs to be processed in PHP?

I know I can do things like <input name="foo[]">, but is it possible to do things like &…

php html arrays drupal forms
Drupal create a page that outputs JSON

I would like to ask can one create a page that outputs JSON data as a response to Jquery Ajax …

json drupal
How to programmatically create a node in Drupal 8?

I'm designing a new module in Drupal 8. It's a long-term project that won't be going public for a few months …

php drupal drupal-8
Drupal 7 - How to load a template file from a module?

I am trying to build my own module in Drupal 7. So I have created a simple module called 'moon' function …

drupal drupal-theming
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
Why are the text-align buttons not appearing in my CK Editor in Drupal 7?

Essentially, I've been back and forth through settings and configuration for using the CK Editor as well as re-installing it …

drupal ckeditor wysiwyg