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

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?

node_example.module

Has any one had any luck in getting

http://drupaldocs.org/api/4.6/file/contributions/docs/developer/examples...

to function in 4.7

the node appears on the navigation but not in the create content in the main page (creating the database is that essential)

Any input guys, any extra hints that might be useful

tks
M

Golf handicap calculator

Hello,
I'm a web programer but totally new to drupal.
I'm looking for the quickest way (i'm lazy) to develop a golf handicap calculator.

I want to be able to keep each users 10 latest round + calculated results on a page.

here's a javascript example:
http://www.csgnetwork.com/golfhcapcalc.html

Is there a module I can use to create this?

Many thanks!
Philippe

hook_menu and hook_link..help?

Hello everyone,

I am still working in Drupal 4.6 (*gasp*) and am relatively new to the whole concept, but wanted to create a module that I think will be useful for me, and hopefully others. However, I am having trouble getting the links to call the proper functions. Instead of calling the functions within "hook_menu", the hook_link entries are attempting to load the url specified. I may be wrong in my assumption of hook_menu, and hopefully someone can set me on the right path.

hook_menu code:

Pages

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