Drupal for Firebug module:
This module is a helper module for a customized Firefox plugin that displays Drupal debugging and SQL query information. Very Useful module, to checkout the node contents you don't need to put node_load or some functions like this module will load and display all the Node properties and Values through Firebug.
You can find the module at : http://drupal.org/project/drupalforfirebug.
Subscribe to:
Post Comments (Atom)
Customizing the Search form - Drupal
To change the label text and text inside the search box and the text on the submit and changing the Submit button image, you can use the fo...
-
Query from the DB to retrieve the contents. $query = "SELECT title, link, description, pubDate FROM articles LIMIT 10" ; $re...
-
To change the label text and text inside the search box and the text on the submit and changing the Submit button image, you can use the fo...
-
This module allow you to enable and change following settings in database: - SQL_BIG_SELECTS - MAX_JOIN_SIZE - MAX_ALLOWED_PACKET - WAIT...
No comments:
Post a Comment