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 using Drupal 4.6.0, when i enable the forum, and accident delete the vocabulary in Adminstrator->taxonomy.
After that, I define the forum in Administrator->forum, but the forum container and forum didn't appear in the taxonomy, and when I post a new forum topic, I can't select a forum. So the topic I posted didn't show in the forum.
Using Drupal4.6.
When I found that I create a forum topic but it didn't display in the forum, I check MySQL database, I got this warning:
===========================================
Problems with indexes of table `node`
Warning More than one INDEX key was created for column `status`
Problems with indexes of table `term_node`
Warning PRIMARY and INDEX keys should not both be set for column `tid`
============================================
I want to search for the answer, but don't know the keyword i need.
Let me say what I want to do and please tell me how can I do it in Drupal!
1. I want a block that has 10 latest links.
2. I want people to be able to add a new link either from the menu or by typing in the details in the block itself (preferred).
3. I want the following fields for the link: name for the link, url, small description and category optionally.
4. I want people to be able to comment on the links.
5. Finally, but this is optional, I want to be able to organize the submitted links into categories, like a book.