-
Author
Tagged: buddypress, media stream, rtmedia
-
September 24, 2014 at 06:37 #29481
andrta
ParticipantWhen a user uploads a music media file via rtMedia, the activity stream says: “(user) added a music”
“A music” is not correct English. Where can I find the file to change this to something like: “a music file” or “a music track”? I have looked everywhere.
Thank you!
September 24, 2014 at 11:59 #29489Catalin
ModeratorHello,
Welcome to our forum. Please send me a link to a profile link on your site with a music media uploaded and I will give you the solution.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 27, 2014 at 23:42 #29982andrta
ParticipantHi there Catalin, thanks for your reply.
Here is a link to a profile with a music media uploaded:
http://ritym.com/members/tony-andrade/
You may have to create an account to see the uploaded media. Thank you for showing me where to change the “a music” text!
October 2, 2014 at 20:41 #30478andrta
ParticipantHello, any update on this? I saw that someone visited the site and uploaded music to test this last week, but I have not received any reply on this. thanks
October 5, 2014 at 23:23 #30702sharmstr
ModeratorShoot. I had a long response to this but the forum was down when I posted it and it lost it all. Anyhow, short version. That message is controlled by rtMedia so its best to ask over in their forum. Kleo doesn’t do anything with that message. But, you can try this which will probably get you close
COPY CODEfunction rtmedia_change_added_text( $action, $username, $count, $user_nicename, $media_type ) { $action = sprintf( __( '%s added %d %s', 'rtmedia' ), $username, $count, RTMEDIA_MEDIA_SLUG ); return $action; } add_filter('rtmedia_buddypress_action_text_fitler', 'rtmedia_change_added_text', 10, 5);Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘… added "a music" = improper language – where is file located?’ is closed to new replies.