Opened 10 years ago
Closed 9 years ago
#1577 closed task (blessed) (fixed)
Favorites
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Plugin Directory | Keywords: | |
| Cc: |
Description (last modified by )
- Allow Favoriting Plugins.
- Profile Integration.
- GlotPress Integration.
Change History (6)
#5
@
10 years ago
A data migration hasn't occurred, but will happen if you favorite/unfavorite a plugin via bbPress. We'll need to run a migration before this can be marked fixed.
A data migration has been done.
All users who previously favourited any plugins now have the plugin_favourites meta key.
Note: See
TracTickets for help on using
tickets.
In [dotorg11868] I've updated the bbPress plugin directory to store the plugin slugs in usermeta in addition to bbPress topic_ids.
get_user_metadata( $user_id, 'plugin_favorites', true )will return an array of plugin slugs which have been marked as favorited in the bbPress directory by the user.A data migration hasn't occurred, but will happen if you favorite/unfavorite a plugin via bbPress. We'll need to run a migration before this can be marked fixed.
Previously the plugin favorites were storing bbPress topic id's in
plugin_favorite, GlotPress would benefit from the new slug storage. The Theme Directory also stores favorites intheme_favoritesas theme slugs.