Closed (fixed)
Project:
Drupal core
Component:
forum.module
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
29 Aug 2004 at 06:50 UTC
Updated:
11 Feb 2005 at 16:15 UTC
Jump to comment: Most recent file
Added admin screens to maintain forums instead of forcing the user to add a taxonomy. In addition the patch hides the forum taxonomy from the categories screen since the forum module does not support all features of taxonomies.
The patch still needs clean up work for comments and the delete function needs to remove forum topics when you remove a forum, but I wanted to get it out for review.
This patch requires the latest forum speed up patch found here http://drupal.org/node/view/10308.
Craig
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | forumadmin6.patch | 20.65 KB | walkah |
| #12 | forumadmin5.patch | 22.5 KB | walkah |
| #11 | forumadmin4.patch | 22.04 KB | walkah |
| #6 | forumadmin3.patch | 22.77 KB | ccourtne |
| #1 | forumadmin2.patch | 22.84 KB | ccourtne |
Comments
Comment #1
ccourtne commentedNew patch that properly deletes forum topics when the forum is deleted, has all code comments, and updates the help text.
Comment #2
ccourtne commentedsome screen shots of the admin screens
http://homepage.mac.com/ccourtne/drupal/forum_add_forum.png
http://homepage.mac.com/ccourtne/drupal/forum_add_forum.png
http://homepage.mac.com/ccourtne/drupal/forum_add_container.png
http://homepage.mac.com/ccourtne/drupal/forum_config.png
Comment #3
ccourtne commentedOne more screenshot.
http://homepage.mac.com/ccourtne/drupal/forum_overview.png
Comment #4
ccourtne commentedupdating to patch status
Comment #5
dries commentedLooks good!
Comment #6
ccourtne commentedScreenshots have a new home.
http://www.dawnsedge.com/ccourtne/drupal/forum_add_forum.png
http://www.dawnsedge.com/ccourtne/drupal/forum_overview.png
http://www.dawnsedge.com/ccourtne/drupal/forum_add_container.png
http://www.dawnsedge.com/ccourtne/drupal/forum_config.png
Also updated the patch for current CVS head.
Comment #7
walkah commentednot only do i think this looks very good, but i also think image.module folks should maybe take notice :) (hint hint).
oh, and weren't we gonna split taxonomy.module into taxonomy.inc + taxonomy.module at one point?
Comment #8
dries commentedI'm going to commit as soon CVS HEAD is opened up for development. In the mean time, keep refining this patch so other modules can learn from it.
Comment #9
boris mann commentedIs this going to get committed? Talk about it on CS developers list.
Also: can this separate multiple forums? Can it be extended to support multiple forums?
Comment #10
dries commentedI'm afraid it does no longer apply. It's probably fairly easy to update though.
Comment #11
walkah commentedupdated patch. now applies to HEAD.
Comment #12
walkah commentedhere's another slight update:
* fixes the updates.inc conflict
* some documentation / help cleanup
* fixed an inconsistency in 'forum' vs. 'forums' for the vocabulary module
* check for an existing forum vocabulary in _forum_get_vid, in case something happens to the variable.
Comment #13
walkah commentedhere we go again. fixing some typos, and help text. and making use of custom block settings and hook_settings.
Comment #14
dries commentedCommitted to HEAD. Thanks.
Comment #15
(not verified) commented