Closed (fixed)
Project:
Drupal core
Component:
forum.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2005 at 20:24 UTC
Updated:
10 Apr 2005 at 23:15 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | forum_11.patch | 438 bytes | Steve Dondley |
| #4 | forum_10.patch | 0 bytes | Steve Dondley |
| forum_patch.patch | 412 bytes | Steve Dondley |
Comments
Comment #1
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?
Comment #2
Steven commentedNot to mention missing t()'s...
Comment #3
dries commentedWaiting for a new patch. Marking this 'active'.
Comment #4
Steve Dondley commentedRevised patch attached. It addresses problems noted by others in my original patch. However, this patch revision does not address drumm's recommendation to hide the message from anauthorized users. Unless I'm mistaken, users without the permission to administer forums will receive an "Access denied" message and would not see the help message anyway.
Please correct me if I'm wrong on this.
Comment #5
Steve Dondley commentedPatch showed up as zero bytes. I think my Linux box crashed in the middle of tranferring the file. I'll reupload when I get it back up.
Comment #6
Steve Dondley commentedOK, let's try uploding this patch again. On the old clunker machine I have, even Debian crashes from time to time.
Comment #7
Steve Dondley commentednew patch uploaded
Comment #8
Steven commentedI commited a modified patch:
- The br doesn't belong there. It is layout, not semantics.
- You should avoid telling people to click somewhere. Just provide a link directly.
Before
After
Comment #9
(not verified) commented