Issue status update for http://drupal.org/node/18795 Project: Drupal Version: cvs Component: forum.module Category: feature requests Priority: normal Assigned to: Anonymous Reported by: nysus Updated by: Steven Status: patch Not to mention missing t()'s... Steven Previous comments: ------------------------------------------------------------------------ March 12, 2005 - 21:24 : nysus Attachment: http://drupal.org/files/issues/forum_patch.patch (412 bytes) Here's another usability improvement to the forum. Rather than return no table when no containers or forums exist, a message is displayed inside the table telling the user that no containers or forums exist and how to create a new one. ------------------------------------------------------------------------ March 17, 2005 - 19:10 : drumm +1 for the functionality. -1 for the specific implementation. Other places in the code use em rather than strong. The colspan attribute should be used to stretch this row across the whole table. The instructions on the second line could be a good idea, but should be hidden if the user does not have permissions to do that action. Do we want to update other places to do the same thing?