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

need some help

I want to limitate access of the anonymous user from viewing the full story. To restrict the read more option from them, or to hide some parts of the article.
Is it possible?

(sorry 4 my english, hope u`l understand )

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

Pages

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