I'm curious to know if is there any module that creates an email account on a MySQL database holding the accounts of a sendmail server (or postfix or other MTA) at the user registration.
The idea is to create a new account "danny@example.com" when user "danny" registers for the site "example.com". Is there any?
Hi, I've made a custom node type for keeping track of movie reviews and have a Free Tagging taxonomy called "Movie Cast" where the names of actors are placed. The default 'maxlength' is 100 (not 128 as stated in the form api's reference) but it is too short for a list of cast members. I want to change the 'maxlength' to 1024.
This is probably something very easy to do, but I've searched high and low for it, and I can't find it.
I need to be able to display the TEXT (in a non-editable format) of an entire PHP file, and I need to be able to do it with multiple pages (so basically, a dynamic function, based on whatever file I request).
I'm trying to develop a module that will also need to present some data in the user's profile. I think I've figured out that I need to use the _user hook, but I cant find anything explaining the variables to be input.
Can someone point me to the tutorial or explain these to me?