Changes between Initial Version and Version 3 of Ticket #6026
- Timestamp:
- 11/19/2014 03:32:12 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6026 – Description
initial v3 71 71 1. {{{bp_nav}}} / {{{bp_options_nav}}} should be restricted to Members component navigation. In the plugin, to avoid slugs collisions (#5103), i’ve copy pasted these two navs and tried to init some “container” component nav (groups,blogs?).. See the navbar.php file of the plugin. 72 72 2. Groups custom front feature should be improved (not by using widgets), but by avoiding disabling the activity tabs if a group has a custom front. 73 3. Point 1 of WCSF14 notes : “Blogs you’re a part of”. Actually, so far it’s “Blogs you’re an admin of” The plugin is suggesting a way to really have “you’re a part of”.73 3. Point 1 of WCSF14 notes : “Blogs you’re a part of”. Actually, so far it’s “Blogs you’re an ~~admin~~ {{{bp_blogs_get_allowed_roles()}}} of” The plugin is suggesting a way to really have “you’re a part of”. But i guess it's easier to filter {{{bp_blogs_get_allowed_roles()}}} to also include subscribers. 74 74 4. The {{{bp_get_blog_avatar}}} filter is happening once the admin’s avatar was fetched, it could be interesting to have a {{{bp_pre_get_blog_avatar}}} before this avatar is fetched to allow plugins such as the one i’ve described in this ticket to fetch the blavatar and directly returns it. 75 75 5. Custom updates, the filter could be improved : #6021