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 am having trouble setting up the Wiki Module.I have enabled the module in the settings,but I still cant see Wiki in the menu.It was shown before once when I first installed it,but after that it just disappeared.I tried installing it back again and again but still no success.
So, when is it a good idea NOT to create a new node type? I'm working on a small project again with drupal and I am starting to wonder why it's such a great idea to make everything a node, especially since the entries in the node table could possibly end up with empty values for both title and description.
I am just insatalled the banner module. I can add/edit the banners and is listed as well. Also view link is working fine. But it is not seeing in the front page. I had set the status as enabled. But the result is the same.
I am using hook_form_alter() to modify the form to create/edit/delete a form. I wish to modify the taxonomy select boxes that appear on this form in the "Categories" section. Specifically, I want to either hide 1 or more of the select boxes or add a link next to certain select boxes.
The trouble is that none of these taxonomy form elements appears in the $form variable that is passed to mymodule_form_alter().
How can I modify the taxonomy form elements in the node form?