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

E-commerce inventory management with CCK nodes

Hi!

I want to build a module to extend e-commerce inventory management with waybill processing: registering incoming waybill increases correspondent products stock amount. I want it be available for any CCK product type.

I have a question about existing inventory management in e-commerce. As I understand it is available only as an option of tangible product and can not be used in other product types, like products built on CCK nodes, right?

Gallery2 Module Question

Our site is using the Gallery2 module.

1) I'm embeding images using the image filter [g2:term_id], works great -- I would like to make it so these just show as images on the page, are not hot links into the gallery. How to turn off image linking?

2) I'm using the image grid on our homepage, points to an album id, and grabs 3 images. I'd like to set it so when a user clicks the image they go to the nid of the story, rather than to the gallery image. How is this accomplished?

Thanks!

Is this possible.. happy new year /events showup based on time zones

Hi All,

I want to show some greetings/events content say for example.. happy new year 2007. But I want the users to see only if their timezone hits that time. So users in Japan will see it first then Europe and then US !!

Any ideas on how to do this?

Much thanks

How to get the correct Node ID Every Time

I'm working on a project that requires me to get the correct node id in order to determine the group id.

In searching the forums, I found this:

if (arg(0) == 'node' && is_numeric(arg(1)) && is_null(arg(2))) {
  $nodeID = (int)arg(1);
}

But this only works if 'node' is in the url. It doesn't work if the url is something like this:

Blogging with Drupal

I need to configured my site with drupal, now I am Blogging with Drupal but I use WORDPRESS. How I can interlace tables (drupal-users and wordpress-user).

Variables disappearing -- maybe I'm doing this wrong?

Okay, I've just now gotten around to messing around with 4.7... and I've been doing a lot of work in 4.6 the past few months so I'm still trying to get used to this new form api.

I have a report generator that has a form at the top of the page, and the results show up below... (basically like administer->content) When the form gets submitted, it generates the report and returns it. In 4.6 I just did:

return form($form,'post').$report_output;

Pages

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