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

EC Mail Triggers?

There were docs on email templates but there seems to be no automatic triggering of these templates based on events... am i missing something?

i've got the mime and smtp email mods installed if this helps.

Fivestar "Current User Has Voted" filter

Using Fivestar 5.x-1.3.

I have a set of nodes (images, in my case) on which users can vote. That works fine.

I have a view that displays these nodes, along with the average vote. That works fine.

Moneris Payment module

Hi we have a canadian customer who wants to use e-commerce with Moneris. I haven't been able to locate a payment module for Moneris. Does anyone know of such a module? if not, what does it take to develop such a beast?

A speed test module for Drupal 5.x

I am looking for a speed module that I can put on my site. If one does not exist somewhere does anyone know of a website that allows you to integrate their speed tester into one's site?

Thanks!

hook_form_alter to set username = email

Hi all

I'm trying to make a module that alters the registrationproces so the username is the same as the users email. To stop the namefield from showing up I inserted this into my custom modules
hook_form_alter

if($form_id == 'user_register') {
	
		unset($form['account']['name']);
  }

and the to avoid that the validation reports that the username is empty, I inserted this into hook_user

Adsense not displaying

I've recently upgraded to drupal 5.1 and installed the latest adsense module. I believe I followed the instructions exactly however I cannot get my site to display the ads.

The site I'm playing with is:

http://highat.com

Can anyone please help me? I never had this problem in drupal 4.7. What am I doing wrong?

Please let me know if you require and additional information.

Thanks,

Willy

Pages

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