Active
Project:
Drupal Commons
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2011 at 17:02 UTC
Updated:
3 Mar 2015 at 18:49 UTC
Jump to comment: Most recent
Goto /groups/mine and apply a filter that returns no groups.
The message "You haven't joined any groups yet" could be confusing.
Comments
Comment #1
lightsurge commentedI changed the empty text of this view to php format with:
Comment #2
lightsurge commentedOkay it looks like the empty text for all the views with exposed filters displays an inaccurate message along the lines of 'There are no [blogs,discussions,documents etc] in this group yet.' Not just the group directory.
Adjusting the title of this as I guess there's more work to do.
Comment #3
lightsurge commentedI would be tempted to change all the group content views empty text to something like "No content found" in the case of a search, and "There is no blog content in this group" in the case of it being empty without a search.
Except for the case of the group directory (see #1).
Otherwise in the empty text we'd have to run an unfiltered query to check whether or not there would've been content if the user hadn't used a filter, in order to compare the two cases of 'empty'...
This seems too much messing about.
So I would just do this for each group content-type view:
Comment #4
ezra-g commentedI think this is active, since we need to suggest better empty text and then provide a patch to implement it.
Comment #5
mstef commentedI agree - I think they should all be changed.
Suggestions?
Comment #6
lsolesen commentedComment #7
lsolesen commentedClosed by mistake. This might still be a valid issue. Please close it with the solution, if you already solved it.