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

have basic user level permissions per node module... what next?

I finished the basics for a module that gives user level permissions to nodes. I would like to give it to someone more experienced that can finish it or, at least, get it into the public so others can contribute.

future of Mail module (and patch process)?

The documentation for the Mail module says that the module was going to be dropped after 4.6.x but due to requests, it was ported to 4.7.x.

Why would Mail be dropped? (it seems like the best way for admins to send out emails to their users) And will it be ported to 5.x?

how can I use form validation with javascript?

hi,

How can i do form validation using javascript. For example I need to allow only numbers to be entered in a phone number field, but no characters. Where should I add the javascript code within the drupal forms so that on keypress it is checked for validation.
I have asked the same query before but no results.
hope some results turn out now.
drupal_india

Use FCKeditor in a form

Hi,

I use form API in a module, using textarea fields :

$form['news_add']['content'] = array(
			'#type'          => 'textarea',
			'#title'         => t('content'),
		  );

Il there an easy way to edit texarea using FCKeditor?

Thanks for your support.

I need help-- forum module??

hi,

I need a modification in the forum module. I need to add one more field to be entered while creating a forum topic.Other than the Subject, Forums(Select), and the body of the forum. The field will be for the contact number of the user who is submitting the forum. I had created the field by adding to the forum_form hook of the forum module the following code fragment.

not able to add module in drupal 5.0

hi to all...
now only..i installed...drupal 5.0....its...really..good..and also..thnx to the developers..
i have one pbm in that .....
i download...tinuymce modules....and i add that modules in module folder....in...admin/module.........
i didn't see that...tinymce...modules...also..i tried with some other...module....but not working...
so wht....can i do...
any help plzzzzzzzzzzzz...
i saw..forum...but...i didn't got solution....
how to add....module in...drupal5.0
Thnx in advance

Pages

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