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

Posting a rotating banner in a block

I am currently using the Fancy theme in Drupal 4.7.4 and was wondering if anyone else has had issues with images in a rotating banner in blocks not showing? I am able to see the image change on my computer when I refresh the page (using Firefox and Explorer) but when I am at home or elsewhere the image will only show one time on each page and then the block shows as empty when the page(s) refreshed.

how to stop newly added node for a module from being published in home page

Hi,

How can I stop newly added node for a module from being listed in the home page. I tried settings->content type->module config->workflow and un-checked everything. It didn't worked, is it the right way or I have to do something else?
Please help...

Regards.

Problems with drop down menu

Hey, guys I am developing a new module, what i want to do is to create a drop down menu, if certain value of the option is chosen, then a text form is activated.
currently, i can only achieve that using a button and write code in the hook_form_submit to generate a new text box. apparently, it is very unuser friendly, so I tried to use javascritp

hook_menu()
{
form[]=definition

$output.=drupal_get_form()
$output.=render_page()
return $output;
}

render_page()
{
$output.= javascript and html;
return $output;
}

Eurobill.com - Ecommerce plugin

Eurobill's payment method has an major advantage compared to the existing payment methods. It supports Direct Debit functionalty.

Developers:
Eurobill has an IPN (Instant Payment Notification) System which should make it easy to integrate into drupal.

Technical Information
Info on basic module: http://www.eurobill.com/setup/setup_basic_en.pdf
Info on password module: http://www.eurobill.com/setup/setup_passwords_en.pdf
Info on IPN module: http://www.eurobill.com/setup/setup_events_en.pdf
Info on Interface/API module: http://www.eurobill.com/setup/setup_api_en.pdf

Checkout the paypal.module and other gateway modules that already exist for the ecommerce suite (http://drupal.org/project/ecommerce).
It should not be a huge problem to integrate eurobill with its IPN, should it?

I would want to use that Eurobill plugin with the drupal ecommerce subscription gateway (e.g. an existing user pays via the eurobill plugin for a role subscription; the username and the password of that user should be passed to eurobill's gateway via IPN; after payment successfully proceeded, user's role[usergroup] should change).

Important:
- Support of recurring payments
- Support of Direct Debit payments

This module should be developed for drupal 4.7 and as soon as 5.0 comes out it should be also available for 5.0.

Associate FlexiNode with a Menu Item

I am trying to the best way to do the following:

I have created a flexinode content type. When a user creates a nodes of this flexinode type, I want it to automatically get assigned to a menuitem AND for some flexinode types the users should be presented a specific set of menuitems, which the users can choose from and the content should be associated with the chosen menuitem.

What is the best way to do this? This is what I have already tried.

Pages

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