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

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

does 4.7 forms support JS to disable/enable fields

Does anyone know if the 4.7 forms api (or antying else) supports generating the JS code to enable/disable select fields based on a radio selection?

form submission to node view self

I have a weird little Drupal-specific problem, which hopefully someone has encountered and solved before.

The view page of a custom node type contains a single drop-down form which servers as a filter for the information being displayed. The form submits to itself via post. When the view page displays for the first time everything works as expected, but on submit the default page (i.e. root of the site) is displayed instead of the node even though the URL is exactly the same.

Help with node attachment module

I'm working on my first module, which will allow the attachment of nodes to other nodes. We'll be using it to allow pulling content from the site into simplenews nodes. Anyway, I've got almost everything worked out, but I'm setting up the _form section, and I'm not sure how to code the form so there's a widget with all nodes in my "attach node" form. Can someone help me with this?

Thanks

Pages

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