Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
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
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.
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?