This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Define XML body.

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).

Any ideas?

Adding a new profile tab

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?

Many thanks for your help!

4.7 module advice, how to do a decent user interface for a one to many node relationship

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).

E-commerce - give variables to a product

I use Drupal 4.6.5 with the latest e-commerce module. What I would need is to add a list of values to some products, which could be cosen by the user. Example: Waist sizes in a dropdown list for a belt, or color options bo chhose from. I don't find it to be convenient to create diffeent product for a different waist size.

Thanky You in avance for the support.

Szilu

Where is flexinode for 4.7

Is there no flexinode for 4.7? If so then down with 4.7, just kidding. Has someone updated flexinode for 4.7 yet?

How do I give a user access to a specific settings page instead of all of the admin settings pages?

I would like to give my customer access to one of the settings pages for a custom module I created (called mlsfeed). Even if I remove if (!user_access('access administration pages')) {return message_access(); } from the settings page, however, it still will not give access to anyone but an administrator. I've tried creating my own permission string and checking against that instead of "access administration pages" but it doesn't work. How can I make this work?

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions