I wanted to add icons to block display of taxonomy that dhtml helper provides. You can see SoftwareDevelopment block on left side of this site.
Hack is realy simple. Here is body of whole function (for simplicity) that needs to be changed in order for this to work. Function can be found in taxonomy_dhtml.module.
I was wondering if you guys can help me figure out a way to set guestbook module by hba (Henrik) as a front page. Changing the default front page under general settings to ?q=guestbook
didn't work. I tried to figure it out myself to no avail. Any help will be appreciated thanks in advance.
Is it possible for me to define the XML within my module?
Atm, $node->body is defined as the body and also the XML body. My "bodies" have HTML within them and so I want to define a different body for XML (without HTML).
Hi,
I would like to add a new page to the user profil section (Or a new section/module to my drupal installation).
I want the users to be able to enter numeric information.
At the end, I need to display a result.
Info and result need to be kept in the DB since they can come back to change their data.
I'm a newbie to drupal, with a small php background.
Where should I start? Is there any module I can tweak to do that?
I want to use Drupal to manage a set of print tasks, so I am using action and workflow modules which are great. Now I want to expand my Drupal configuration to have consumables, so I wish to create a consumable module such that each task node can have (be linked to) many consumable nodes.
For example, a print run (task) requires 1000 sheets of paper (consumable), 1 gallon of black ink (consumable).