I've been dipping my toe into web development technologies for fun (ya, i should get out more), and am a
In standard php or source code based projects we easily keep all of the code in SVN and each developer can che
The whole problem is following: Lets say we have Items, Items can have Bids, Items can have Questions and Que
I'm writing my own Drupal 7 module, and like to use JQuery in it. $('#field').toggle(); But
what is the difference between $_SERVER['REQUEST_URI'] and $_GET['q'] (which is used in Dr
How can I modify or pre-process the <body> tag to add the class body? I don't want to create a whol
I'm trying to style some Drupal output. In particular, I'm trying to reference a class with a super
Is it possible to create your own hook in a Drupal module for other Drupal modules to consume? If not, is the
I've tried a veriety of jQuery plugins recently and I keep getting this error … (source: shaunbellis.c
I have several .tpl.php files for nodes, CCK fields, and Views theming. These template files have a lot of log
In Drupal 6, it was easy to insert a block into a template with the following code: $block = module_invoke(&a
What is the drush command to change a theme in Drupal 7? drush theme disable theme_name drush theme enable th
How to log our own error messages(for ex: error due to invalid user date entry) which is generated in php prog
How can I tell whether a (Drupal 7) web app was built using Angular by looking at the page source, and not hav
I would like to display a Drupal view without the page template that normally surrounds it - I want just the p
Goal: To send an email with a list of URLs generated from nodes. In my custom module I have managed to get th
I was wondering how teams that develop sites using Drupal (or any other CMS) integrate version control, subver
I have recently migrated my module to Drupal7 (on PHP Version 5.3.1) and now I am getting following errors:
Is it possible to add an image to a node programmatically?
How can I check Drupal log files? I'm using Ubuntu 10.10 + Apache2 + PHP 5.33 + MySQL and Drupal 7.