rtCamp / rtMedia

rtMedia (formerly Buddypress Media) adds advanced multimedia functionality to WordPress, BuddyPress and bbPress
https://rtmedia.io/
122 stars 111 forks source link

Group media page issue #2035

Closed pavanpatil1 closed 6 months ago

pavanpatil1 commented 6 months ago

Media files uploaded on group activity page are not visible on group media page. It should be visible.

Steps to follow:

  1. Create a group and upload the image on the group activity page.
  2. Observe the media page.

group.webm

Utsav-Ladani commented 6 months ago

@pavanpatil1 issue is resolved, and PR is merged into pre-release. Please check and let me know if there is still something missing.

Dev note

[!Important]

  • If newly added media are visible on the group media page but older ones are not, then we need to add migration with this plugin.
  • In migration, we have to change groups into group in the context column of table wp_rt_rtm_media.
  • The alternative way it to support both values in custom SQL query in code, but which increases the database query load.
pavanpatil1 commented 6 months ago

It is fixed, Hence closing this issue