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

Subscription Module email notifications on changes not working

I have finally gotten the subscription module to alert on new posts.

However, when the post is changed OR deleted, a notification is not sent.

How can this be done?

Incentivising blog commenters with a link - top commenters plugin for Drupal ?

Hi there,

there's an interesting WP plugin that should encourage more discussion from your readers,
by displaying their names (linked to their website if desired) and number of comments they have made recently to your sidebar.

http://www.pfadvice.com/wordpress-plugins/show-top-commentators/

Is something like that available for Drupal?

anyone interesting in helping fund a port of this code?

best,christoph

Adding new user preferences...

Hi there drupal people:

I am wondering if there is a tutorial or something on the topic of adding new user preferences to the drupal user management screen.

Essentially, I need to add a setting called "Expert Mode" which will prevent annoying informative boxes from constantly popping up on screen for advanced users. It would be a boolean value, and toggled on and off with a checkbox.

This should be easy, and i am new to drupal, so sorry for my naivety.

Thanks,
C

hunting down ec_mail for Ecommerce

Hello there,

I am looking for the most stable version of ec_mail at this time for Ecommerce. Could someone tell me where to download this module please?

renaming Buddylist to Contact-list

Is it just me or did something terrible happen to Buddylist module?

I remember I changed every "Buddy" word to "Contact"
Buddylist --> Contact-list
Byddy --> Contact
Buddy of --> Contact of

And it worked.

How to insert

Hi,
I want to execute this query:

for ($i = 1; $i <= 10; $i++){
    db_query("INSERT INTO {test} (test_value) VALUES ('%s')", '$node->test'.$i); 
    } 

but it seems not to be the same with this query:

Pages

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