[buddypress-trac] [BuddyPress] #4677: Option to disable Group avatars
buddypress-trac
noreply at wordpress.org
Tue May 28 02:05:27 UTC 2013
#4677: Option to disable Group avatars
------------------------------------+------------------
Reporter: sooskriszta | Owner:
Type: enhancement | Status: new
Priority: low | Milestone: 1.8
Component: Groups | Version:
Severity: minor | Resolution:
Keywords: has-patch dev-feedback |
------------------------------------+------------------
Changes (by boonebgorges):
* keywords: => has-patch dev-feedback
Comment:
4677.patch is a bare-bones pass at implementing a toggle. To toggle, put
the following in bp-custom.php:
{{{
add_filter( 'bp_enable_group_avatars', '__return_false' );
}}}
As you see, it requires some template-level changes. Not ideal, but it's
the only way to do it.
Styling probably also needs some tweaks when avatars are absent,
especially in the groups directory. Could put in a no-avatar class or
something along those lines, or could try reworking the way that the
markup and styling works so that the spacing naturally readjusts.
Anyone have thoughts?
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4677#comment:7>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list