rtMedia for WordPress, BuddyPress and bbPress - Version 3.10.8

Version Description

Requires BuddyPress 1.7 or higher, if using BuddyPress. Fixed database error when deleting comment, changed price for add-ons.

=

Download this release

Release Info

Developer rtcamp
Plugin Icon 128x128 rtMedia for WordPress, BuddyPress and bbPress
Version 3.10.8
Comparing to
See all releases

Code changes from version 3.10.7 to 3.10.8

app/helper/RTMediaAddon.php CHANGED
@@ -105,15 +105,16 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
105
  */
106
  public function plugins_content( $args = '' ) {
107
  $img_src = RTMEDIA_URL . 'app/assets/admin/img/';
108
- $rtcamp_upload_url = 'https://rtcamp-481283.c.cdn77.org/wp-content/uploads/';
 
109
  $addons = array(
110
  array(
111
  'title' => __( 'SEO', 'buddypress-media' ),
112
  'img_src' => $rtcamp_upload_url . 'edd/2015/08/seo-xml.png',
113
  'product_link' => 'https://rtmedia.io/products/rtmedia-seo/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
114
  'desc' => '<p>' . __( 'Generate an XML sitemap for all the public media files uploaded via rtMedia plugin. These sitemaps can be useful to index search engine to improve website SEO.', 'buddypress-media' ) . '</p>',
115
- 'price' => '$29',
116
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
117
  'buy_now' => 'https://rtmedia.io/products/rtmedia-seo/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
118
  'category' => 'general',
119
  'purchased' => ( defined( 'RTMEDIA_SEO_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-seo/index.php' ) ) ? true : false,
@@ -122,8 +123,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
122
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-moderation.jpg',
123
  'product_link' => 'https://rtmedia.io/products/rtmedia-moderation/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
124
  'desc' => '<p>' . __( 'Report media if they find offensive. Set number of reports to automatically take down media from site.', 'buddypress-media' ) . '</p>',
125
- 'price' => '$49',
126
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
127
  'buy_now' => 'https://rtmedia.io/products/rtmedia-moderation/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
128
  'category' => 'general',
129
  'purchased' => ( defined( 'RTMEDIA_MODERATION_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-moderation/index.php' ) ) ? true : false,
@@ -133,8 +134,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
133
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-custom-attributes.jpg',
134
  'product_link' => 'https://rtmedia.io/products/rtmedia-custom-attributes/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
135
  'desc' => '<p>' . __( 'Categories media based on attributes. Site owner need to create attributes. When user upload a media, can select in which attribute that media can add.', 'buddypress-media' ) . '</p>',
136
- 'price' => '$29',
137
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
138
  'buy_now' => 'https://rtmedia.io/products/rtmedia-custom-attributes/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
139
  'category' => 'general',
140
  'purchased' => ( defined( 'RTMEDIA_ATTRIBUTES_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-custom-attributes/index.php' ) ) ? true : false,
@@ -144,8 +145,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
144
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-docs-files.jpg',
145
  'product_link' => 'https://rtmedia.io/products/rtmedia-docs-files/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
146
  'desc' => '<p>' . __( 'Allow users to upload documents and other file type using rtMedia upload box. This addon support all the file extensions which WordPress allows.', 'buddypress-media' ) . '</p>',
147
- 'price' => '$29',
148
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
149
  'buy_now' => 'https://rtmedia.io/products/rtmedia-docs-files/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
150
  'category' => 'general',
151
  'purchased' => ( defined( 'RTMEDIA_OTHER_FILES_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-docs-files/index.php' ) ) ? true : false,
@@ -155,8 +156,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
155
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-default-albums.jpg',
156
  'product_link' => 'https://rtmedia.io/products/rtmedia-default-albums/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
157
  'desc' => '<p>' . __( 'This plugin allows the creation of multiple default albums for rtMedia uploads. One of these albums can be set as the default global album.', 'buddypress-media' ) . '</p>',
158
- 'price' => '$19',
159
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
160
  'buy_now' => 'https://rtmedia.io/products/rtmedia-default-albums/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
161
  'category' => 'general',
162
  'purchased' => ( defined( 'RTMEDIA_DEFAULT_ALBUMS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-default-albums/index.php' ) ) ? true : false,
@@ -166,8 +167,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
166
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-podcast-feed.jpg',
167
  'product_link' => 'https://rtmedia.io/products/rtmedia-podcast-feed/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
168
  'desc' => '<p>' . __( 'Read rtMedia uploads from iTunes as well as any RSS feed-reader/podcasting software.', 'buddypress-media' ) . '</p>',
169
- 'price' => '$29',
170
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
171
  'buy_now' => 'https://rtmedia.io/products/rtmedia-podcast-feed/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
172
  'category' => 'general',
173
  'purchased' => ( defined( 'RTMEDIA_RSS_ATOM_FEED_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-podcast-feed/index.php' ) ) ? true : false,
@@ -177,8 +178,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
177
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-playlists.jpg',
178
  'product_link' => 'https://rtmedia.io/products/rtmedia-playlists/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
179
  'desc' => '<p>' . __( 'Audio can be grouped into playlists. Once the user upload any audio file, can create a playlist or use existing one to manage audio files.', 'buddypress-media' ) . '</p>',
180
- 'price' => '$29',
181
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
182
  'buy_now' => 'https://rtmedia.io/products/rtmedia-playlists/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
183
  'category' => 'general',
184
  'purchased' => ( defined( 'RTMEDIA_PLAYLIST_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-playlists/index.php' ) ) ? true : false,
@@ -188,8 +189,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
188
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-favorites.jpg',
189
  'product_link' => 'https://rtmedia.io/products/rtmedia-favorites/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
190
  'desc' => '<p>' . __( 'Users can create their list of favorite media in which they can add media previously uploaded by any user.', 'buddypress-media' ) . '</p>',
191
- 'price' => '$29',
192
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
193
  'buy_now' => 'https://rtmedia.io/products/rtmedia-favorites/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
194
  'category' => 'general',
195
  'purchased' => ( defined( 'RTMEDIA_FAVORITES_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-favorites/index.php' ) ) ? true : false,
@@ -199,8 +200,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
199
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-restrictions.jpg',
200
  'product_link' => 'https://rtmedia.io/products/rtmedia-restrictions/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
201
  'desc' => '<p>' . __( 'Site admin can set an upload limit on the basis of time span, file size (MB) and number of files user can upload.', 'buddypress-media' ) . '</p>',
202
- 'price' => '$19',
203
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
204
  'buy_now' => 'https://rtmedia.io/products/rtmedia-restrictions/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
205
  'category' => 'general',
206
  'purchased' => ( defined( 'RTMEDIA_RSS_ATOM_FEED_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-podcast-feed/index.php' ) ) ? true : false,
@@ -210,8 +211,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
210
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-bbpress-attachments.jpg',
211
  'product_link' => 'https://rtmedia.io/products/rtmedia-bbpress-attachments/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
212
  'desc' => '<p>' . __( 'Attach media files to bbPress forum topics and replies.', 'buddypress-media' ) . '</p>',
213
- 'price' => '$19',
214
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
215
  'buy_now' => 'https://rtmedia.io/products/rtmedia-bbpress-attachments/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
216
  'category' => 'general',
217
  'purchased' => ( defined( 'RTMEDIA_BBPRESS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-bbpress-attachments/index.php' ) ) ? true : false,
@@ -221,8 +222,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
221
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-wordpress-sitewide-gallery.jpg',
222
  'product_link' => 'https://rtmedia.io/products/rtmedia-wordpress-sitewide-gallery/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
223
  'desc' => '<p>' . __( 'Site admin can create and upload media into WordPress album. Create album without being dependent on BuddyPress.', 'buddypress-media' ) . '</p>',
224
- 'price' => '$19',
225
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
226
  'buy_now' => 'https://rtmedia.io/products/rtmedia-wordpress-sitewide-gallery/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
227
  'category' => 'general',
228
  'purchased' => ( defined( 'RTMEDIA_WORDPRESS_SITEWIDE_GALLERY_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-wordpress-sitewide-gallery/index.php' ) ) ? true : false,
@@ -232,8 +233,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
232
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-wordpress-comment-attachments.jpg',
233
  'product_link' => 'https://rtmedia.io/products/rtmedia-wordpress-comment-attachments/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
234
  'desc' => '<p>' . __( 'Allow users to upload a media file in WordPress comment attachment box. It will display a thumbnail of attached file.', 'buddypress-media' ) . '</p>',
235
- 'price' => '$19',
236
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
237
  'buy_now' => 'https://rtmedia.io/products/rtmedia-wordpress-comment-attachments/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
238
  'category' => 'general',
239
  'purchased' => ( defined( 'RTMEDIA_WORDPRESS_COMMENT_ATTACHMENT_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-wordpress-comment-attachments/index.php' ) ) ? true : false,
@@ -243,8 +244,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
243
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-social-sharing.jpg',
244
  'product_link' => 'https://rtmedia.io/products/rtmedia-social-sharing/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
245
  'desc' => '<p>' . __( 'Share uploaded media on social network sites like Facebook, twitter, linkedin, Google +. This addon integrate with rtSocial plugin.', 'buddypress-media' ) . '</p>',
246
- 'price' => '$19',
247
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
248
  'buy_now' => 'https://rtmedia.io/products/rtmedia-social-sharing/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
249
  'category' => 'general',
250
  'purchased' => ( defined( 'RTMEDIA_SOCIAL_SHARING_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-social-sharing/index.php' ) ) ? true : false,
@@ -254,8 +255,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
254
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-sidebar-widgets.jpg',
255
  'product_link' => 'https://rtmedia.io/products/rtmedia-sidebar-widgets/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
256
  'desc' => '<p>' . __( 'This addon provide widgets to upload media and display gallery for rtMedia plugin.', 'buddypress-media' ) . '</p>',
257
- 'price' => '$19',
258
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
259
  'buy_now' => 'https://rtmedia.io/products/rtmedia-sidebar-widgets/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
260
  'category' => 'general',
261
  'purchased' => ( defined( 'RTMEDIA_WIDGETS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-sidebar-widgets/index.php' ) ) ? true : false,
@@ -265,8 +266,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
265
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-ratings.jpg',
266
  'product_link' => 'https://rtmedia.io/products/rtmedia-star-ratings/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
267
  'desc' => '<p>' . __( 'Display 5 star rating for all the uploaded media. User can rate the media files from 1 to 5 star.', 'buddypress-media' ) . '</p>',
268
- 'price' => '$19',
269
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
270
  'buy_now' => 'https://rtmedia.io/products/rtmedia-star-ratings/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
271
  'category' => 'general',
272
  'purchased' => ( defined( 'RTMEDIA_RATINGS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-ratings/index.php' ) ) ? true : false,
@@ -276,8 +277,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
276
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-edit-mp3-info.jpg',
277
  'product_link' => 'https://rtmedia.io/products/rtmedia-edit-mp3-info/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
278
  'desc' => '<p>' . __( 'Allow user to edit MP3 FIle Audio tags (ID 3 tags).', 'buddypress-media' ) . '</p>',
279
- 'price' => '$19',
280
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
281
  'buy_now' => 'https://rtmedia.io/products/rtmedia-edit-mp3-info/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
282
  'category' => 'general',
283
  'purchased' => ( defined( 'RTMEDIA_AUDIO_TAGS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-edit-mp3-info/index.php' ) ) ? true : false,
@@ -287,8 +288,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
287
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-sorting.jpg',
288
  'product_link' => 'https://rtmedia.io/products/rtmedia-sorting/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
289
  'desc' => '<p>' . __( 'Sort uploaded media based on file size, ascending/descending title, upload date of media.', 'buddypress-media' ) . '</p>',
290
- 'price' => '$19',
291
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
292
  'buy_now' => 'https://rtmedia.io/products/rtmedia-sorting/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
293
  'category' => 'general',
294
  'purchased' => ( defined( 'RTMEDIA_SORTING_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-sorting/index.php' ) ) ? true : false,
@@ -298,8 +299,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
298
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-bulk-edit.jpg',
299
  'product_link' => 'https://rtmedia.io/products/rtmedia-bulk-edit/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
300
  'desc' => '<p>' . __( 'Bulk edit option will allow user to quickly select media files and do required actions like move files from one album to another, change attributes, change privacy, delete files.', 'buddypress-media' ) . '</p>',
301
- 'price' => '$19',
302
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
303
  'buy_now' => 'https://rtmedia.io/products/rtmedia-bulk-edit/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
304
  'category' => 'general',
305
  'purchased' => ( defined( 'RTMEDIA_BULK_EDIT_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-bulk-edit/index.php' ) ) ? true : false,
@@ -309,8 +310,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
309
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-buddypress-profile-picture.jpg',
310
  'product_link' => 'https://rtmedia.io/products/rtmedia-buddypress-profile-picture/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
311
  'desc' => '<p>' . __( 'User can easily set his/her profile picture from media uploaded via rtMedia.', 'buddypress-media' ) . '</p>',
312
- 'price' => '$19',
313
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
314
  'buy_now' => 'https://rtmedia.io/products/rtmedia-buddypress-profile-picture/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
315
  'category' => 'general',
316
  'purchased' => ( defined( 'RTMEDIA_BUDDYPRESS_PROFILE_PICTURE_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-buddypress-profile-picture/index.php' ) ) ? true : false,
@@ -320,8 +321,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
320
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-album-cover-art.jpg',
321
  'product_link' => 'https://rtmedia.io/products/rtmedia-album-cover-art/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
322
  'desc' => '<p>' . __( 'User can easily set any of the image of the album as album cover photo', 'buddypress-media' ) . '</p>',
323
- 'price' => '$19',
324
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
325
  'buy_now' => 'https://rtmedia.io/products/rtmedia-album-cover-art/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
326
  'category' => 'general',
327
  'purchased' => ( defined( 'RTMEDIA_ALBUM_COVER_ART_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-album-cover-art/index.php' ) ) ? true : false,
@@ -331,8 +332,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
331
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-direct-download-link.jpg',
332
  'product_link' => 'https://rtmedia.io/products/rtmedia-direct-download-link/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
333
  'desc' => '<p>' . __( 'User can download media from website. Site owner can restrict which media type can be allowed to download.', 'buddypress-media' ) . '</p>',
334
- 'price' => '$19',
335
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
336
  'buy_now' => 'https://rtmedia.io/products/rtmedia-direct-download-link/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
337
  'category' => 'general',
338
  'purchased' => ( defined( 'RTMEDIA_DOWNLOADS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-direct-download-link/index.php' ) ) ? true : false,
@@ -342,8 +343,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
342
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-upload-by-url.jpg',
343
  'product_link' => 'https://rtmedia.io/products/rtmedia-upload-by-url/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
344
  'desc' => '<p>' . __( 'Users do not need to download media files from a URL and then upload it with rtMedia. Just provide the absolute URL for the media and it will upload on site.', 'buddypress-media' ) . '</p>',
345
- 'price' => '$19',
346
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
347
  'buy_now' => 'https://rtmedia.io/products/rtmedia-upload-by-url/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
348
  'category' => 'general',
349
  'purchased' => ( defined( 'RTMEDIA_DOWNLOADS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-upload-by-url/index.php' ) ) ? true : false,
@@ -353,8 +354,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
353
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-likes.jpg',
354
  'product_link' => 'https://rtmedia.io/products/rtmedia-likes/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
355
  'desc' => '<p>' . __( 'This add-on let you know who liked the media. User can also see which media they liked under their profile.', 'buddypress-media' ) . '</p>',
356
- 'price' => '$19',
357
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
358
  'buy_now' => 'https://rtmedia.io/products/rtmedia-likes/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
359
  'category' => 'general',
360
  'purchased' => ( defined( 'RTMEDIA_LIKES_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-likes/index.php' ) ) ? true : false,
@@ -364,8 +365,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
364
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-activity-url-preview.jpg',
365
  'product_link' => 'https://rtmedia.io/products/rtmedia-activity-url-preview/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
366
  'desc' => '<p>' . __( 'This addon provides a preview of the URL that is shared in BuddyPress activity. Just enter the URL you want to share on your site and see a preview of it before it is shared.', 'buddypress-media' ) . '</p>',
367
- 'price' => '$19',
368
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
369
  'buy_now' => 'https://rtmedia.io/products/rtmedia-activity-url-preview/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
370
  'category' => 'general',
371
  'purchased' => ( defined( 'RTMEDIA_ACTIVITY_URL_PREVIEW_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-activity-url-preview/index.php' ) ) ? true : false,
@@ -375,8 +376,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
375
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-view-counter.jpg',
376
  'product_link' => 'https://rtmedia.io/products/rtmedia-view-counter/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
377
  'desc' => '<p>' . __( 'Enable view count for all the uploaded media. Whenever user open that media file in lightbox or in single media view, that view count will be calculated and display next to media file.', 'buddypress-media' ) . '</p>',
378
- 'price' => '$19',
379
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
380
  'buy_now' => 'https://rtmedia.io/products/rtmedia-view-counter/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
381
  'category' => 'general',
382
  'purchased' => ( defined( 'RTMEDIA_VIEW_COUNT_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-view-counter/index.php' ) ) ? true : false,
@@ -386,8 +387,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
386
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-shortcode-generator.jpg',
387
  'product_link' => 'https://rtmedia.io/products/rtmedia-shortcode-generator/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
388
  'desc' => '<p>' . __( 'This add-on will add shortcode generator button in WordPress post and page editor for all the rtMedia shortcodes.', 'buddypress-media' ) . '</p>',
389
- 'price' => '$19',
390
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
391
  'buy_now' => 'https://rtmedia.io/products/rtmedia-shortcode-generator/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
392
  'category' => 'general',
393
  'purchased' => ( defined( 'RTMEDIA_SHORTCODE_GENERATOR_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-shortcode-generator/index.php' ) ) ? true : false,
@@ -397,8 +398,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
397
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-album-privacy.jpg',
398
  'product_link' => 'https://rtmedia.io/products/rtmedia-album-privacy/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
399
  'desc' => '<p>' . __( 'Set album privacy when user create an album or change album privacy when editing existing albums. The privacy levels are Public, Logged in user, Friends and Private.', 'buddypress-media' ) . '</p>',
400
- 'price' => '$29',
401
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
402
  'buy_now' => 'https://rtmedia.io/products/rtmedia-album-privacy/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
403
  'category' => 'general',
404
  'purchased' => ( defined( 'RTMEDIA_ALBUM_PRIVACY_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-album-privacy/index.php' ) ) ? true : false,
@@ -408,8 +409,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
408
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-buddypress-group-media-control.jpg',
409
  'product_link' => 'https://rtmedia.io/products/rtmedia-buddypress-group-media-control/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
410
  'desc' => '<p>' . __( 'This add-on allows group owner to manage media upload feature group wise.', 'buddypress-media' ) . '</p>',
411
- 'price' => '$19',
412
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
413
  'buy_now' => 'https://rtmedia.io/products/rtmedia-buddypress-group-media-control/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
414
  'category' => 'general',
415
  'purchased' => ( defined( 'RTMEDIA_GROUP_MEDIA_CONTROL_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-buddypress-group-media-control/index.php' ) ) ? true : false,
@@ -419,8 +420,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
419
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-set-custom-thumbnail.jpg',
420
  'product_link' => 'https://rtmedia.io/products/rtmedia-set-custom-thumbnail-for-audiovideo/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
421
  'desc' => '<p>' . __( 'Allow media owner to change the thumbnail of uploaded audio/video files. The File Upload box will be provided to change media thumbnail.', 'buddypress-media' ) . '</p>',
422
- 'price' => '$29',
423
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
424
  'buy_now' => 'https://rtmedia.io/products/rtmedia-set-custom-thumbnail-for-audiovideo/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
425
  'category' => 'general',
426
  'purchased' => ( defined( 'RTMEDIA_MEDIA_CUSTOM_THUMBNAIL_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-set-custom-thumbnail/index.php' ) ) ? true : false,
@@ -430,19 +431,19 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
430
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-mycred.jpg',
431
  'product_link' => 'https://rtmedia.io/products/rtmedia-mycred/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
432
  'desc' => '<p>' . __( 'This plugin integrates rtMedia and myCRED plugin, users can be can award virtual points for various rtMedia activities, like media upload, likes, deleted etc.', 'buddypress-media' ) . '</p>',
433
- 'price' => '$19',
434
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
435
  'buy_now' => 'https://rtmedia.io/products/rtmedia-mycred/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
436
  'category' => 'general',
437
  'purchased' => ( defined( 'RTMEDIA_MYCRED_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-mycred/index.php' ) ) ? true : false,
438
  ),
439
  array(
440
- 'title' => __( 'Upload terms', 'buddypress-media' ),
441
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-upload-terms.jpg',
442
  'product_link' => 'https://rtmedia.io/products/rtmedia-upload-terms/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
443
  'desc' => '<p>' . __( 'User must have to check the terms and conditions checkbox before uploading the media.', 'buddypress-media' ) . '</p>',
444
- 'price' => '$19',
445
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
446
  'buy_now' => 'https://rtmedia.io/products/rtmedia-upload-terms/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
447
  'category' => 'general',
448
  'purchased' => ( defined( 'RTMEDIA_UPLOAD_TERMS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-upload-terms/index.php' ) ) ? true : false,
@@ -452,8 +453,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
452
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-cubepoints.jpg',
453
  'product_link' => 'https://rtmedia.io/products/rtmedia-cubepoints/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
454
  'desc' => '<p>' . __( 'If you are using CubePoints plugin on your website than rtMedia CubePoint add-on can be integrate with that plugin to setup point management system for rtMedia related activities.', 'buddypress-media' ) . '</p>',
455
- 'price' => '$19',
456
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
457
  'buy_now' => 'https://rtmedia.io/products/rtmedia-cubepoints/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
458
  'category' => 'general',
459
  'purchased' => ( defined( 'RTMEDIA_CUBEPOINTS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-cubepoints/index.php' ) ) ? true : false,
@@ -463,8 +464,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
463
  'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Social-Sync.png',
464
  'product_link' => 'https://rtmedia.io/products/rtmedia-social-sync/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
465
  'desc' => '<p>' . __( 'rtMedia Social Sync allows you to import media from your Facebook account.', 'buddypress-media' ) . '</p>',
466
- 'price' => '$49',
467
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
468
  'buy_now' => 'https://rtmedia.io/products/rtmedia-social-sync/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
469
  'category' => 'general',
470
  'purchased' => ( defined( 'RTMEDIA_SOCIAL_SYNC_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-social-sync/index.php' ) ) ? true : false,
@@ -474,8 +475,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
474
  'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Photo-Watermark.png',
475
  'product_link' => 'https://rtmedia.io/products/rtmedia-photo-watermark/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
476
  'desc' => '<p>' . __( 'rtMedia Photo Watermark let you add watermark on your images uploaded using rtMedia.', 'buddypress-media' ) . '</p>',
477
- 'price' => '$49',
478
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
479
  'buy_now' => 'https://rtmedia.io/products/rtmedia-photo-watermark/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
480
  'category' => 'photo',
481
  'purchased' => ( defined( 'RTMEDIA_WATERMARK_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-photo-watermak/index.php' ) ) ? true : false,
@@ -485,8 +486,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
485
  'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Photo-Tagging.png',
486
  'product_link' => 'https://rtmedia.io/products/rtmedia-photo-tagging/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
487
  'desc' => '<p>' . __( 'rtMedia Photo Tagging enable users to tag their friends on photos uploaded using rtMedia.', 'buddypress-media' ) . '</p>',
488
- 'price' => '$49',
489
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
490
  'buy_now' => 'https://rtmedia.io/products/rtmedia-photo-tagging/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
491
  'category' => 'photo',
492
  'purchased' => ( defined( 'RTMEDIA_PHOTO_TAGGING_URL' ) || file_exists( WP_PLUGIN_DIR . '/bpm-photo-tag/index.php' ) ) ? true : false,
@@ -496,8 +497,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
496
  'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Photo-Filters.png',
497
  'product_link' => 'https://rtmedia.io/products/rtmedia-photo-filters/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
498
  'desc' => '<p>' . __( 'rtMedia Photo Filters adds Instagram like filters to images uploaded with rtMedia.', 'buddypress-media' ) . '</p>',
499
- 'price' => '$49',
500
- 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
501
  'buy_now' => 'https://rtmedia.io/products/rtmedia-photo-filters/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
502
  'category' => 'photo',
503
  'purchased' => ( defined( 'RTMEDIA_INSTAGRAM_URL' ) || file_exists( WP_PLUGIN_DIR . '/bpm-instagram/index.php' ) || defined( 'RTMEDIA_PHOTO_FILTERS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-photo-filters/index.php' ) ) ? true : false,
@@ -507,8 +508,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
507
  'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Kaltura-Add-on.png',
508
  'product_link' => 'https://rtmedia.io/products/rtmedia-kaltura-add-on/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
509
  'desc' => '<p>' . __( 'Add support for more video formats using Kaltura video solution. It works with Kaltura.com, self-hosted Kaltura-CE and Kaltura-on-premise.', 'buddypress-media' ) . '</p>',
510
- 'price' => '$199',
511
- 'demo_link' => 'http://demo.rtcamp.com/bpm-kaltura/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
512
  'buy_now' => 'https://rtmedia.io/products/rtmedia-kaltura-add-on/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
513
  'category' => 'video',
514
  'purchased' => ( defined( 'RTMEDIA_KALTURA_PATH' ) || file_exists( WP_PLUGIN_DIR . '/bpm-kaltura/index.php' ) ) ? true : false,
@@ -518,8 +519,8 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
518
  'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-FFMPEG-Addon.png',
519
  'product_link' => 'https://rtmedia.io/products/rtmedia-ffmpeg-addon/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
520
  'desc' => '<p>' . __( 'Add supports for more audio & video formats using open-source media-node. Media node comes with automated setup script for Ubuntu/Debian.', 'buddypress-media' ) . '</p>',
521
- 'price' => '$199',
522
- 'demo_link' => 'http://demo.rtcamp.com/bpm-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
523
  'buy_now' => 'https://rtmedia.io/products/rtmedia-ffmpeg-addon/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
524
  'category' => 'video',
525
  'purchased' => ( defined( 'RTMEDIA_FFMPEG_URL' ) || file_exists( WP_PLUGIN_DIR . '/bpm-ffmpeg/index.php' ) ) ? true : false,
105
  */
106
  public function plugins_content( $args = '' ) {
107
  $img_src = RTMEDIA_URL . 'app/assets/admin/img/';
108
+ $rtcamp_upload_url = 'https://cdn.rtmedia.io/wp-content/uploads/';
109
+ $rtmedia_demo_url = 'http://demo.rtmedia.io/';
110
  $addons = array(
111
  array(
112
  'title' => __( 'SEO', 'buddypress-media' ),
113
  'img_src' => $rtcamp_upload_url . 'edd/2015/08/seo-xml.png',
114
  'product_link' => 'https://rtmedia.io/products/rtmedia-seo/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
115
  'desc' => '<p>' . __( 'Generate an XML sitemap for all the public media files uploaded via rtMedia plugin. These sitemaps can be useful to index search engine to improve website SEO.', 'buddypress-media' ) . '</p>',
116
+ 'price' => '$49',
117
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
118
  'buy_now' => 'https://rtmedia.io/products/rtmedia-seo/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
119
  'category' => 'general',
120
  'purchased' => ( defined( 'RTMEDIA_SEO_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-seo/index.php' ) ) ? true : false,
123
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-moderation.jpg',
124
  'product_link' => 'https://rtmedia.io/products/rtmedia-moderation/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
125
  'desc' => '<p>' . __( 'Report media if they find offensive. Set number of reports to automatically take down media from site.', 'buddypress-media' ) . '</p>',
126
+ 'price' => '$99',
127
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
128
  'buy_now' => 'https://rtmedia.io/products/rtmedia-moderation/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
129
  'category' => 'general',
130
  'purchased' => ( defined( 'RTMEDIA_MODERATION_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-moderation/index.php' ) ) ? true : false,
134
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-custom-attributes.jpg',
135
  'product_link' => 'https://rtmedia.io/products/rtmedia-custom-attributes/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
136
  'desc' => '<p>' . __( 'Categories media based on attributes. Site owner need to create attributes. When user upload a media, can select in which attribute that media can add.', 'buddypress-media' ) . '</p>',
137
+ 'price' => '$99',
138
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
139
  'buy_now' => 'https://rtmedia.io/products/rtmedia-custom-attributes/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
140
  'category' => 'general',
141
  'purchased' => ( defined( 'RTMEDIA_ATTRIBUTES_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-custom-attributes/index.php' ) ) ? true : false,
145
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-docs-files.jpg',
146
  'product_link' => 'https://rtmedia.io/products/rtmedia-docs-files/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
147
  'desc' => '<p>' . __( 'Allow users to upload documents and other file type using rtMedia upload box. This addon support all the file extensions which WordPress allows.', 'buddypress-media' ) . '</p>',
148
+ 'price' => '$99',
149
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
150
  'buy_now' => 'https://rtmedia.io/products/rtmedia-docs-files/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
151
  'category' => 'general',
152
  'purchased' => ( defined( 'RTMEDIA_OTHER_FILES_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-docs-files/index.php' ) ) ? true : false,
156
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-default-albums.jpg',
157
  'product_link' => 'https://rtmedia.io/products/rtmedia-default-albums/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
158
  'desc' => '<p>' . __( 'This plugin allows the creation of multiple default albums for rtMedia uploads. One of these albums can be set as the default global album.', 'buddypress-media' ) . '</p>',
159
+ 'price' => '$49',
160
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
161
  'buy_now' => 'https://rtmedia.io/products/rtmedia-default-albums/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
162
  'category' => 'general',
163
  'purchased' => ( defined( 'RTMEDIA_DEFAULT_ALBUMS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-default-albums/index.php' ) ) ? true : false,
167
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-podcast-feed.jpg',
168
  'product_link' => 'https://rtmedia.io/products/rtmedia-podcast-feed/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
169
  'desc' => '<p>' . __( 'Read rtMedia uploads from iTunes as well as any RSS feed-reader/podcasting software.', 'buddypress-media' ) . '</p>',
170
+ 'price' => '$49',
171
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
172
  'buy_now' => 'https://rtmedia.io/products/rtmedia-podcast-feed/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
173
  'category' => 'general',
174
  'purchased' => ( defined( 'RTMEDIA_RSS_ATOM_FEED_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-podcast-feed/index.php' ) ) ? true : false,
178
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-playlists.jpg',
179
  'product_link' => 'https://rtmedia.io/products/rtmedia-playlists/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
180
  'desc' => '<p>' . __( 'Audio can be grouped into playlists. Once the user upload any audio file, can create a playlist or use existing one to manage audio files.', 'buddypress-media' ) . '</p>',
181
+ 'price' => '$49',
182
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
183
  'buy_now' => 'https://rtmedia.io/products/rtmedia-playlists/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
184
  'category' => 'general',
185
  'purchased' => ( defined( 'RTMEDIA_PLAYLIST_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-playlists/index.php' ) ) ? true : false,
189
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-favorites.jpg',
190
  'product_link' => 'https://rtmedia.io/products/rtmedia-favorites/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
191
  'desc' => '<p>' . __( 'Users can create their list of favorite media in which they can add media previously uploaded by any user.', 'buddypress-media' ) . '</p>',
192
+ 'price' => '$49',
193
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
194
  'buy_now' => 'https://rtmedia.io/products/rtmedia-favorites/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
195
  'category' => 'general',
196
  'purchased' => ( defined( 'RTMEDIA_FAVORITES_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-favorites/index.php' ) ) ? true : false,
200
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-restrictions.jpg',
201
  'product_link' => 'https://rtmedia.io/products/rtmedia-restrictions/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
202
  'desc' => '<p>' . __( 'Site admin can set an upload limit on the basis of time span, file size (MB) and number of files user can upload.', 'buddypress-media' ) . '</p>',
203
+ 'price' => '$99',
204
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
205
  'buy_now' => 'https://rtmedia.io/products/rtmedia-restrictions/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
206
  'category' => 'general',
207
  'purchased' => ( defined( 'RTMEDIA_RSS_ATOM_FEED_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-podcast-feed/index.php' ) ) ? true : false,
211
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-bbpress-attachments.jpg',
212
  'product_link' => 'https://rtmedia.io/products/rtmedia-bbpress-attachments/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
213
  'desc' => '<p>' . __( 'Attach media files to bbPress forum topics and replies.', 'buddypress-media' ) . '</p>',
214
+ 'price' => '$49',
215
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
216
  'buy_now' => 'https://rtmedia.io/products/rtmedia-bbpress-attachments/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
217
  'category' => 'general',
218
  'purchased' => ( defined( 'RTMEDIA_BBPRESS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-bbpress-attachments/index.php' ) ) ? true : false,
222
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-wordpress-sitewide-gallery.jpg',
223
  'product_link' => 'https://rtmedia.io/products/rtmedia-wordpress-sitewide-gallery/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
224
  'desc' => '<p>' . __( 'Site admin can create and upload media into WordPress album. Create album without being dependent on BuddyPress.', 'buddypress-media' ) . '</p>',
225
+ 'price' => '$99',
226
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
227
  'buy_now' => 'https://rtmedia.io/products/rtmedia-wordpress-sitewide-gallery/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
228
  'category' => 'general',
229
  'purchased' => ( defined( 'RTMEDIA_WORDPRESS_SITEWIDE_GALLERY_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-wordpress-sitewide-gallery/index.php' ) ) ? true : false,
233
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-wordpress-comment-attachments.jpg',
234
  'product_link' => 'https://rtmedia.io/products/rtmedia-wordpress-comment-attachments/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
235
  'desc' => '<p>' . __( 'Allow users to upload a media file in WordPress comment attachment box. It will display a thumbnail of attached file.', 'buddypress-media' ) . '</p>',
236
+ 'price' => '$49',
237
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
238
  'buy_now' => 'https://rtmedia.io/products/rtmedia-wordpress-comment-attachments/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
239
  'category' => 'general',
240
  'purchased' => ( defined( 'RTMEDIA_WORDPRESS_COMMENT_ATTACHMENT_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-wordpress-comment-attachments/index.php' ) ) ? true : false,
244
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-social-sharing.jpg',
245
  'product_link' => 'https://rtmedia.io/products/rtmedia-social-sharing/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
246
  'desc' => '<p>' . __( 'Share uploaded media on social network sites like Facebook, twitter, linkedin, Google +. This addon integrate with rtSocial plugin.', 'buddypress-media' ) . '</p>',
247
+ 'price' => '$49',
248
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
249
  'buy_now' => 'https://rtmedia.io/products/rtmedia-social-sharing/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
250
  'category' => 'general',
251
  'purchased' => ( defined( 'RTMEDIA_SOCIAL_SHARING_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-social-sharing/index.php' ) ) ? true : false,
255
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-sidebar-widgets.jpg',
256
  'product_link' => 'https://rtmedia.io/products/rtmedia-sidebar-widgets/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
257
  'desc' => '<p>' . __( 'This addon provide widgets to upload media and display gallery for rtMedia plugin.', 'buddypress-media' ) . '</p>',
258
+ 'price' => '$49',
259
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
260
  'buy_now' => 'https://rtmedia.io/products/rtmedia-sidebar-widgets/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
261
  'category' => 'general',
262
  'purchased' => ( defined( 'RTMEDIA_WIDGETS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-sidebar-widgets/index.php' ) ) ? true : false,
266
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-ratings.jpg',
267
  'product_link' => 'https://rtmedia.io/products/rtmedia-star-ratings/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
268
  'desc' => '<p>' . __( 'Display 5 star rating for all the uploaded media. User can rate the media files from 1 to 5 star.', 'buddypress-media' ) . '</p>',
269
+ 'price' => '$49',
270
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
271
  'buy_now' => 'https://rtmedia.io/products/rtmedia-star-ratings/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
272
  'category' => 'general',
273
  'purchased' => ( defined( 'RTMEDIA_RATINGS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-ratings/index.php' ) ) ? true : false,
277
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-edit-mp3-info.jpg',
278
  'product_link' => 'https://rtmedia.io/products/rtmedia-edit-mp3-info/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
279
  'desc' => '<p>' . __( 'Allow user to edit MP3 FIle Audio tags (ID 3 tags).', 'buddypress-media' ) . '</p>',
280
+ 'price' => '$49',
281
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
282
  'buy_now' => 'https://rtmedia.io/products/rtmedia-edit-mp3-info/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
283
  'category' => 'general',
284
  'purchased' => ( defined( 'RTMEDIA_AUDIO_TAGS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-edit-mp3-info/index.php' ) ) ? true : false,
288
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-sorting.jpg',
289
  'product_link' => 'https://rtmedia.io/products/rtmedia-sorting/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
290
  'desc' => '<p>' . __( 'Sort uploaded media based on file size, ascending/descending title, upload date of media.', 'buddypress-media' ) . '</p>',
291
+ 'price' => '$49',
292
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
293
  'buy_now' => 'https://rtmedia.io/products/rtmedia-sorting/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
294
  'category' => 'general',
295
  'purchased' => ( defined( 'RTMEDIA_SORTING_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-sorting/index.php' ) ) ? true : false,
299
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-bulk-edit.jpg',
300
  'product_link' => 'https://rtmedia.io/products/rtmedia-bulk-edit/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
301
  'desc' => '<p>' . __( 'Bulk edit option will allow user to quickly select media files and do required actions like move files from one album to another, change attributes, change privacy, delete files.', 'buddypress-media' ) . '</p>',
302
+ 'price' => '$99',
303
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
304
  'buy_now' => 'https://rtmedia.io/products/rtmedia-bulk-edit/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
305
  'category' => 'general',
306
  'purchased' => ( defined( 'RTMEDIA_BULK_EDIT_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-bulk-edit/index.php' ) ) ? true : false,
310
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-buddypress-profile-picture.jpg',
311
  'product_link' => 'https://rtmedia.io/products/rtmedia-buddypress-profile-picture/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
312
  'desc' => '<p>' . __( 'User can easily set his/her profile picture from media uploaded via rtMedia.', 'buddypress-media' ) . '</p>',
313
+ 'price' => '$49',
314
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
315
  'buy_now' => 'https://rtmedia.io/products/rtmedia-buddypress-profile-picture/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
316
  'category' => 'general',
317
  'purchased' => ( defined( 'RTMEDIA_BUDDYPRESS_PROFILE_PICTURE_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-buddypress-profile-picture/index.php' ) ) ? true : false,
321
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-album-cover-art.jpg',
322
  'product_link' => 'https://rtmedia.io/products/rtmedia-album-cover-art/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
323
  'desc' => '<p>' . __( 'User can easily set any of the image of the album as album cover photo', 'buddypress-media' ) . '</p>',
324
+ 'price' => '$49',
325
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
326
  'buy_now' => 'https://rtmedia.io/products/rtmedia-album-cover-art/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
327
  'category' => 'general',
328
  'purchased' => ( defined( 'RTMEDIA_ALBUM_COVER_ART_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-album-cover-art/index.php' ) ) ? true : false,
332
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-direct-download-link.jpg',
333
  'product_link' => 'https://rtmedia.io/products/rtmedia-direct-download-link/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
334
  'desc' => '<p>' . __( 'User can download media from website. Site owner can restrict which media type can be allowed to download.', 'buddypress-media' ) . '</p>',
335
+ 'price' => '$49',
336
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
337
  'buy_now' => 'https://rtmedia.io/products/rtmedia-direct-download-link/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
338
  'category' => 'general',
339
  'purchased' => ( defined( 'RTMEDIA_DOWNLOADS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-direct-download-link/index.php' ) ) ? true : false,
343
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-upload-by-url.jpg',
344
  'product_link' => 'https://rtmedia.io/products/rtmedia-upload-by-url/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
345
  'desc' => '<p>' . __( 'Users do not need to download media files from a URL and then upload it with rtMedia. Just provide the absolute URL for the media and it will upload on site.', 'buddypress-media' ) . '</p>',
346
+ 'price' => '$49',
347
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
348
  'buy_now' => 'https://rtmedia.io/products/rtmedia-upload-by-url/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
349
  'category' => 'general',
350
  'purchased' => ( defined( 'RTMEDIA_DOWNLOADS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-upload-by-url/index.php' ) ) ? true : false,
354
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-likes.jpg',
355
  'product_link' => 'https://rtmedia.io/products/rtmedia-likes/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
356
  'desc' => '<p>' . __( 'This add-on let you know who liked the media. User can also see which media they liked under their profile.', 'buddypress-media' ) . '</p>',
357
+ 'price' => '$49',
358
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
359
  'buy_now' => 'https://rtmedia.io/products/rtmedia-likes/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
360
  'category' => 'general',
361
  'purchased' => ( defined( 'RTMEDIA_LIKES_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-likes/index.php' ) ) ? true : false,
365
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-activity-url-preview.jpg',
366
  'product_link' => 'https://rtmedia.io/products/rtmedia-activity-url-preview/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
367
  'desc' => '<p>' . __( 'This addon provides a preview of the URL that is shared in BuddyPress activity. Just enter the URL you want to share on your site and see a preview of it before it is shared.', 'buddypress-media' ) . '</p>',
368
+ 'price' => '$49',
369
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
370
  'buy_now' => 'https://rtmedia.io/products/rtmedia-activity-url-preview/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
371
  'category' => 'general',
372
  'purchased' => ( defined( 'RTMEDIA_ACTIVITY_URL_PREVIEW_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-activity-url-preview/index.php' ) ) ? true : false,
376
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-view-counter.jpg',
377
  'product_link' => 'https://rtmedia.io/products/rtmedia-view-counter/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
378
  'desc' => '<p>' . __( 'Enable view count for all the uploaded media. Whenever user open that media file in lightbox or in single media view, that view count will be calculated and display next to media file.', 'buddypress-media' ) . '</p>',
379
+ 'price' => '$49',
380
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
381
  'buy_now' => 'https://rtmedia.io/products/rtmedia-view-counter/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
382
  'category' => 'general',
383
  'purchased' => ( defined( 'RTMEDIA_VIEW_COUNT_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-view-counter/index.php' ) ) ? true : false,
387
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-shortcode-generator.jpg',
388
  'product_link' => 'https://rtmedia.io/products/rtmedia-shortcode-generator/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
389
  'desc' => '<p>' . __( 'This add-on will add shortcode generator button in WordPress post and page editor for all the rtMedia shortcodes.', 'buddypress-media' ) . '</p>',
390
+ 'price' => '$49',
391
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
392
  'buy_now' => 'https://rtmedia.io/products/rtmedia-shortcode-generator/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
393
  'category' => 'general',
394
  'purchased' => ( defined( 'RTMEDIA_SHORTCODE_GENERATOR_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-shortcode-generator/index.php' ) ) ? true : false,
398
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-album-privacy.jpg',
399
  'product_link' => 'https://rtmedia.io/products/rtmedia-album-privacy/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
400
  'desc' => '<p>' . __( 'Set album privacy when user create an album or change album privacy when editing existing albums. The privacy levels are Public, Logged in user, Friends and Private.', 'buddypress-media' ) . '</p>',
401
+ 'price' => '$49',
402
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
403
  'buy_now' => 'https://rtmedia.io/products/rtmedia-album-privacy/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
404
  'category' => 'general',
405
  'purchased' => ( defined( 'RTMEDIA_ALBUM_PRIVACY_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-album-privacy/index.php' ) ) ? true : false,
409
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-buddypress-group-media-control.jpg',
410
  'product_link' => 'https://rtmedia.io/products/rtmedia-buddypress-group-media-control/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
411
  'desc' => '<p>' . __( 'This add-on allows group owner to manage media upload feature group wise.', 'buddypress-media' ) . '</p>',
412
+ 'price' => '$49',
413
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
414
  'buy_now' => 'https://rtmedia.io/products/rtmedia-buddypress-group-media-control/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
415
  'category' => 'general',
416
  'purchased' => ( defined( 'RTMEDIA_GROUP_MEDIA_CONTROL_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-buddypress-group-media-control/index.php' ) ) ? true : false,
420
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-set-custom-thumbnail.jpg',
421
  'product_link' => 'https://rtmedia.io/products/rtmedia-set-custom-thumbnail-for-audiovideo/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
422
  'desc' => '<p>' . __( 'Allow media owner to change the thumbnail of uploaded audio/video files. The File Upload box will be provided to change media thumbnail.', 'buddypress-media' ) . '</p>',
423
+ 'price' => '$49',
424
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
425
  'buy_now' => 'https://rtmedia.io/products/rtmedia-set-custom-thumbnail-for-audiovideo/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
426
  'category' => 'general',
427
  'purchased' => ( defined( 'RTMEDIA_MEDIA_CUSTOM_THUMBNAIL_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-set-custom-thumbnail/index.php' ) ) ? true : false,
431
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-mycred.jpg',
432
  'product_link' => 'https://rtmedia.io/products/rtmedia-mycred/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
433
  'desc' => '<p>' . __( 'This plugin integrates rtMedia and myCRED plugin, users can be can award virtual points for various rtMedia activities, like media upload, likes, deleted etc.', 'buddypress-media' ) . '</p>',
434
+ 'price' => '$49',
435
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
436
  'buy_now' => 'https://rtmedia.io/products/rtmedia-mycred/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
437
  'category' => 'general',
438
  'purchased' => ( defined( 'RTMEDIA_MYCRED_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-mycred/index.php' ) ) ? true : false,
439
  ),
440
  array(
441
+ 'title' => __( 'Upload Terms', 'buddypress-media' ),
442
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-upload-terms.jpg',
443
  'product_link' => 'https://rtmedia.io/products/rtmedia-upload-terms/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
444
  'desc' => '<p>' . __( 'User must have to check the terms and conditions checkbox before uploading the media.', 'buddypress-media' ) . '</p>',
445
+ 'price' => '$49',
446
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
447
  'buy_now' => 'https://rtmedia.io/products/rtmedia-upload-terms/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
448
  'category' => 'general',
449
  'purchased' => ( defined( 'RTMEDIA_UPLOAD_TERMS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-upload-terms/index.php' ) ) ? true : false,
453
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-cubepoints.jpg',
454
  'product_link' => 'https://rtmedia.io/products/rtmedia-cubepoints/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
455
  'desc' => '<p>' . __( 'If you are using CubePoints plugin on your website than rtMedia CubePoint add-on can be integrate with that plugin to setup point management system for rtMedia related activities.', 'buddypress-media' ) . '</p>',
456
+ 'price' => '$49',
457
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
458
  'buy_now' => 'https://rtmedia.io/products/rtmedia-cubepoints/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
459
  'category' => 'general',
460
  'purchased' => ( defined( 'RTMEDIA_CUBEPOINTS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-cubepoints/index.php' ) ) ? true : false,
464
  'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Social-Sync.png',
465
  'product_link' => 'https://rtmedia.io/products/rtmedia-social-sync/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
466
  'desc' => '<p>' . __( 'rtMedia Social Sync allows you to import media from your Facebook account.', 'buddypress-media' ) . '</p>',
467
+ 'price' => '$99',
468
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
469
  'buy_now' => 'https://rtmedia.io/products/rtmedia-social-sync/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
470
  'category' => 'general',
471
  'purchased' => ( defined( 'RTMEDIA_SOCIAL_SYNC_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-social-sync/index.php' ) ) ? true : false,
475
  'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Photo-Watermark.png',
476
  'product_link' => 'https://rtmedia.io/products/rtmedia-photo-watermark/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
477
  'desc' => '<p>' . __( 'rtMedia Photo Watermark let you add watermark on your images uploaded using rtMedia.', 'buddypress-media' ) . '</p>',
478
+ 'price' => '$99',
479
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
480
  'buy_now' => 'https://rtmedia.io/products/rtmedia-photo-watermark/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
481
  'category' => 'photo',
482
  'purchased' => ( defined( 'RTMEDIA_WATERMARK_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-photo-watermak/index.php' ) ) ? true : false,
486
  'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Photo-Tagging.png',
487
  'product_link' => 'https://rtmedia.io/products/rtmedia-photo-tagging/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
488
  'desc' => '<p>' . __( 'rtMedia Photo Tagging enable users to tag their friends on photos uploaded using rtMedia.', 'buddypress-media' ) . '</p>',
489
+ 'price' => '$99',
490
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
491
  'buy_now' => 'https://rtmedia.io/products/rtmedia-photo-tagging/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
492
  'category' => 'photo',
493
  'purchased' => ( defined( 'RTMEDIA_PHOTO_TAGGING_URL' ) || file_exists( WP_PLUGIN_DIR . '/bpm-photo-tag/index.php' ) ) ? true : false,
497
  'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Photo-Filters.png',
498
  'product_link' => 'https://rtmedia.io/products/rtmedia-photo-filters/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
499
  'desc' => '<p>' . __( 'rtMedia Photo Filters adds Instagram like filters to images uploaded with rtMedia.', 'buddypress-media' ) . '</p>',
500
+ 'price' => '$99',
501
+ 'demo_link' => $rtmedia_demo_url . '?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
502
  'buy_now' => 'https://rtmedia.io/products/rtmedia-photo-filters/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
503
  'category' => 'photo',
504
  'purchased' => ( defined( 'RTMEDIA_INSTAGRAM_URL' ) || file_exists( WP_PLUGIN_DIR . '/bpm-instagram/index.php' ) || defined( 'RTMEDIA_PHOTO_FILTERS_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-photo-filters/index.php' ) ) ? true : false,
508
  'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Kaltura-Add-on.png',
509
  'product_link' => 'https://rtmedia.io/products/rtmedia-kaltura-add-on/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
510
  'desc' => '<p>' . __( 'Add support for more video formats using Kaltura video solution. It works with Kaltura.com, self-hosted Kaltura-CE and Kaltura-on-premise.', 'buddypress-media' ) . '</p>',
511
+ 'price' => '$499',
512
+ 'demo_link' => $rtmedia_demo_url . 'bpm-kaltura/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
513
  'buy_now' => 'https://rtmedia.io/products/rtmedia-kaltura-add-on/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
514
  'category' => 'video',
515
  'purchased' => ( defined( 'RTMEDIA_KALTURA_PATH' ) || file_exists( WP_PLUGIN_DIR . '/bpm-kaltura/index.php' ) ) ? true : false,
519
  'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-FFMPEG-Addon.png',
520
  'product_link' => 'https://rtmedia.io/products/rtmedia-ffmpeg-addon/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
521
  'desc' => '<p>' . __( 'Add supports for more audio & video formats using open-source media-node. Media node comes with automated setup script for Ubuntu/Debian.', 'buddypress-media' ) . '</p>',
522
+ 'price' => '$499',
523
+ 'demo_link' => $rtmedia_demo_url . 'bpm-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
524
  'buy_now' => 'https://rtmedia.io/products/rtmedia-ffmpeg-addon/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
525
  'category' => 'video',
526
  'purchased' => ( defined( 'RTMEDIA_FFMPEG_URL' ) || file_exists( WP_PLUGIN_DIR . '/bpm-ffmpeg/index.php' ) ) ? true : false,
app/helper/RTMediaCommentNotification.php CHANGED
@@ -101,9 +101,14 @@ class RTMediaCommentNotification extends RTMediaNotification {
101
  * @param int $comment_id
102
  */
103
  function remove_comment_notification($comment_id) {
104
- $comment_notification_id = (int) get_comment_meta($comment_id, 'comment_notification_id', true);
105
- BP_Notifications_Notification::delete(array('id' => $comment_notification_id));
106
- delete_comment_meta($comment_id, 'comment_notification_id');
 
 
 
 
 
107
  }
108
 
109
  }
101
  * @param int $comment_id
102
  */
103
  function remove_comment_notification($comment_id) {
104
+
105
+ $comment_notification_id = (int) get_comment_meta( $comment_id, 'comment_notification_id', true );
106
+
107
+ if ( $comment_notification_id > 0 ) {
108
+ BP_Notifications_Notification::delete( array( 'id' => $comment_notification_id ) );
109
+ delete_comment_meta( $comment_id, 'comment_notification_id' );
110
+ }
111
+
112
  }
113
 
114
  }
app/helper/RTMediaThemes.php CHANGED
@@ -99,12 +99,12 @@ class RTMediaThemes {
99
  $inspirebook_purchase = '<a href="https://rtmedia.io/products/inspirebook/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media" target="_blank">Buy InspireBook</a> | ';
100
  }
101
 
102
-
103
  $themes = array(
104
  'rtdating' => array(
105
  'name' => __( 'rtDating', 'buddypress-media' ),
106
  'image' => RTMEDIA_URL . 'app/assets/admin/img/rtDating.png',
107
- 'demo_url' => 'http://demo.rtcamp.com/rtdating/',
108
  'author' => __( 'rtCamp', 'buddypress-media' ),
109
  'author_url' => 'https://rtmedia.io/',
110
  'buy_url' => 'https://rtmedia.io/products/rtdating/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media',
@@ -114,7 +114,7 @@ class RTMediaThemes {
114
  'inspirebook' => array(
115
  'name' => __( 'InspireBook', 'buddypress-media' ),
116
  'image' => RTMEDIA_URL . 'app/assets/admin/img/rtmedia-theme-InspireBook.png',
117
- 'demo_url' => 'http://demo.rtcamp.com/inspirebook/',
118
  'author' => __( 'rtCamp', 'buddypress-media' ),
119
  'author_url' => 'https://rtmedia.io/',
120
  'buy_url' => 'https://rtmedia.io/products/inspirebook/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media',
@@ -123,8 +123,8 @@ class RTMediaThemes {
123
  ),
124
  'foodmania' => array(
125
  'name' => __( 'Foodmania', 'buddypress-media' ),
126
- 'image' => 'https://rtcamp-481283.c.cdn77.org/wp-content/uploads/edd/2015/08/foodmania-img1.png',
127
- 'demo_url' => 'http://demo.rtcamp.com/foodmania/',
128
  'author' => __( 'rtCamp', 'buddypress-media' ),
129
  'author_url' => 'https://rtmedia.io/',
130
  'buy_url' => 'https://rtmedia.io/products/foodmania/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media',
99
  $inspirebook_purchase = '<a href="https://rtmedia.io/products/inspirebook/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media" target="_blank">Buy InspireBook</a> | ';
100
  }
101
 
102
+ $rtmedia_demo_url = 'http://demo.rtmedia.io/';
103
  $themes = array(
104
  'rtdating' => array(
105
  'name' => __( 'rtDating', 'buddypress-media' ),
106
  'image' => RTMEDIA_URL . 'app/assets/admin/img/rtDating.png',
107
+ 'demo_url' => $rtmedia_demo_url . 'rtdating/',
108
  'author' => __( 'rtCamp', 'buddypress-media' ),
109
  'author_url' => 'https://rtmedia.io/',
110
  'buy_url' => 'https://rtmedia.io/products/rtdating/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media',
114
  'inspirebook' => array(
115
  'name' => __( 'InspireBook', 'buddypress-media' ),
116
  'image' => RTMEDIA_URL . 'app/assets/admin/img/rtmedia-theme-InspireBook.png',
117
+ 'demo_url' => $rtmedia_demo_url . 'inspirebook/',
118
  'author' => __( 'rtCamp', 'buddypress-media' ),
119
  'author_url' => 'https://rtmedia.io/',
120
  'buy_url' => 'https://rtmedia.io/products/inspirebook/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media',
123
  ),
124
  'foodmania' => array(
125
  'name' => __( 'Foodmania', 'buddypress-media' ),
126
+ 'image' => 'https://cdn.rtmedia.io/wp-content/uploads/edd/2015/08/foodmania-img1.png',
127
+ 'demo_url' => $rtmedia_demo_url . 'foodmania/',
128
  'author' => __( 'rtCamp', 'buddypress-media' ),
129
  'author_url' => 'https://rtmedia.io/',
130
  'buy_url' => 'https://rtmedia.io/products/foodmania/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media',
app/importers/BPMediaAlbumimporter.php CHANGED
@@ -176,7 +176,7 @@ class BPMediaAlbumimporter extends BPMediaImporter {
176
  <div class="product_footer">
177
  <span class="price alignleft"><span class="amount">$19</span></span>
178
  <a class="add_to_cart_button alignright product_type_simple" href="https://rtmedia.io/products/?utm_source=dashboard&amp;utm_medium=plugin&amp;utm_campaign=buddypress-media&amp;utm_content=bp-album-importer&amp;add-to-cart=34379" target="_blank">' . __( 'Buy Now', 'buddypress-media' ) . '</a>
179
- <a class="alignleft product_demo_link" href="http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&amp;utm_medium=plugin&amp;utm_campaign=buddypress-media&amp;utm_content=bp-album-importer" title="rtMedia Photo Filters" target="_blank">' . __( 'Live Demo', 'buddypress-media' ) . '</a>
180
  </div></div>';
181
  }
182
  echo '</div>';
176
  <div class="product_footer">
177
  <span class="price alignleft"><span class="amount">$19</span></span>
178
  <a class="add_to_cart_button alignright product_type_simple" href="https://rtmedia.io/products/?utm_source=dashboard&amp;utm_medium=plugin&amp;utm_campaign=buddypress-media&amp;utm_content=bp-album-importer&amp;add-to-cart=34379" target="_blank">' . __( 'Buy Now', 'buddypress-media' ) . '</a>
179
+ <a class="alignleft product_demo_link" href="http://demo.rtmedia.io/?utm_source=dashboard&amp;utm_medium=plugin&amp;utm_campaign=buddypress-media&amp;utm_content=bp-album-importer" title="rtMedia Photo Filters" target="_blank">' . __( 'Live Demo', 'buddypress-media' ) . '</a>
180
  </div></div>';
181
  }
182
  echo '</div>';
app/main/controllers/media/RTMediaComment.php CHANGED
@@ -40,8 +40,9 @@ class RTMediaComment {
40
  function get_current_id() {
41
 
42
  global $current_user;
43
- get_currentuserinfo();
44
  return $current_user->ID;
 
45
  }
46
 
47
  /**
@@ -53,9 +54,10 @@ class RTMediaComment {
53
  function get_current_author() {
54
 
55
  global $current_user;
56
- get_currentuserinfo();
57
  return $current_user->user_login;
58
- }
 
59
 
60
  function add($attr) {
61
  global $allowedtags;
40
  function get_current_id() {
41
 
42
  global $current_user;
43
+
44
  return $current_user->ID;
45
+
46
  }
47
 
48
  /**
54
  function get_current_author() {
55
 
56
  global $current_user;
57
+
58
  return $current_user->user_login;
59
+
60
+ }
61
 
62
  function add($attr) {
63
  global $allowedtags;
index.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
5
  Plugin URI: https://rtmedia.io/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
6
  Description: This plugin adds missing media rich features like photos, videos and audio uploading to BuddyPress which are essential if you are building social network, seriously!
7
- Version: 3.10.7
8
  Author: rtCamp
9
  Text Domain: buddypress-media
10
  Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
4
  Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
5
  Plugin URI: https://rtmedia.io/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
6
  Description: This plugin adds missing media rich features like photos, videos and audio uploading to BuddyPress which are essential if you are building social network, seriously!
7
+ Version: 3.10.8
8
  Author: rtCamp
9
  Text Domain: buddypress-media
10
  Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
languages/buddypress-media-de_DE.mo CHANGED
Binary file
languages/buddypress-media-zh_CN.mo CHANGED
Binary file
languages/buddypress-media.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: rtMedia for WordPress, BuddyPress and bbPress 3.10.7\n"
6
  "Report-Msgid-Bugs-To: http://community.rtcamp.com/c/rtmedia/\n"
7
- "POT-Creation-Date: 2016-05-25 10:28:05+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -785,407 +785,407 @@ msgstr ""
785
  msgid "Audio/Video Encoding"
786
  msgstr ""
787
 
788
- #: app/helper/RTMediaAddon.php:111
789
  msgid "SEO"
790
  msgstr ""
791
 
792
- #: app/helper/RTMediaAddon.php:114
793
  msgid ""
794
  "Generate an XML sitemap for all the public media files uploaded via rtMedia "
795
  "plugin. These sitemaps can be useful to index search engine to improve "
796
  "website SEO."
797
  msgstr ""
798
 
799
- #: app/helper/RTMediaAddon.php:121
800
  msgid "Moderation"
801
  msgstr ""
802
 
803
- #: app/helper/RTMediaAddon.php:124
804
  msgid ""
805
  "Report media if they find offensive. Set number of reports to automatically "
806
  "take down media from site."
807
  msgstr ""
808
 
809
- #: app/helper/RTMediaAddon.php:132
810
  msgid "Custom Attributes"
811
  msgstr ""
812
 
813
- #: app/helper/RTMediaAddon.php:135
814
  msgid ""
815
  "Categories media based on attributes. Site owner need to create attributes. "
816
  "When user upload a media, can select in which attribute that media can add."
817
  msgstr ""
818
 
819
- #: app/helper/RTMediaAddon.php:143
820
  msgid "Docs and Other files"
821
  msgstr ""
822
 
823
- #: app/helper/RTMediaAddon.php:146
824
  msgid ""
825
  "Allow users to upload documents and other file type using rtMedia upload "
826
  "box. This addon support all the file extensions which WordPress allows."
827
  msgstr ""
828
 
829
- #: app/helper/RTMediaAddon.php:154
830
  msgid "Default Albums"
831
  msgstr ""
832
 
833
- #: app/helper/RTMediaAddon.php:157
834
  msgid ""
835
  "This plugin allows the creation of multiple default albums for rtMedia "
836
  "uploads. One of these albums can be set as the default global album."
837
  msgstr ""
838
 
839
- #: app/helper/RTMediaAddon.php:165
840
  msgid "Podcast (RSS and Atom feeds)"
841
  msgstr ""
842
 
843
- #: app/helper/RTMediaAddon.php:168
844
  msgid ""
845
  "Read rtMedia uploads from iTunes as well as any RSS feed-reader/podcasting "
846
  "software."
847
  msgstr ""
848
 
849
- #: app/helper/RTMediaAddon.php:176
850
  msgid "Playlists"
851
  msgstr ""
852
 
853
- #: app/helper/RTMediaAddon.php:179
854
  msgid ""
855
  "Audio can be grouped into playlists. Once the user upload any audio file, "
856
  "can create a playlist or use existing one to manage audio files."
857
  msgstr ""
858
 
859
- #: app/helper/RTMediaAddon.php:187
860
  msgid "Favorites"
861
  msgstr ""
862
 
863
- #: app/helper/RTMediaAddon.php:190
864
  msgid ""
865
  "Users can create their list of favorite media in which they can add media "
866
  "previously uploaded by any user."
867
  msgstr ""
868
 
869
- #: app/helper/RTMediaAddon.php:198
870
  msgid "Restrictions"
871
  msgstr ""
872
 
873
- #: app/helper/RTMediaAddon.php:201
874
  msgid ""
875
  "Site admin can set an upload limit on the basis of time span, file size "
876
  "(MB) and number of files user can upload."
877
  msgstr ""
878
 
879
- #: app/helper/RTMediaAddon.php:209
880
  msgid "bbPress Attachments"
881
  msgstr ""
882
 
883
- #: app/helper/RTMediaAddon.php:212
884
  msgid "Attach media files to bbPress forum topics and replies."
885
  msgstr ""
886
 
887
- #: app/helper/RTMediaAddon.php:220
888
  msgid "WordPress Sitewide Gallery"
889
  msgstr ""
890
 
891
- #: app/helper/RTMediaAddon.php:223
892
  msgid ""
893
  "Site admin can create and upload media into WordPress album. Create album "
894
  "without being dependent on BuddyPress."
895
  msgstr ""
896
 
897
- #: app/helper/RTMediaAddon.php:231
898
  msgid "WordPress Comment Attachments"
899
  msgstr ""
900
 
901
- #: app/helper/RTMediaAddon.php:234
902
  msgid ""
903
  "Allow users to upload a media file in WordPress comment attachment box. It "
904
  "will display a thumbnail of attached file."
905
  msgstr ""
906
 
907
- #: app/helper/RTMediaAddon.php:242
908
  msgid "Social Sharing"
909
  msgstr ""
910
 
911
- #: app/helper/RTMediaAddon.php:245
912
  msgid ""
913
  "Share uploaded media on social network sites like Facebook, twitter, "
914
  "linkedin, Google +. This addon integrate with rtSocial plugin."
915
  msgstr ""
916
 
917
- #: app/helper/RTMediaAddon.php:253
918
  msgid "Sidebar Widgets"
919
  msgstr ""
920
 
921
- #: app/helper/RTMediaAddon.php:256
922
  msgid ""
923
  "This addon provide widgets to upload media and display gallery for rtMedia "
924
  "plugin."
925
  msgstr ""
926
 
927
- #: app/helper/RTMediaAddon.php:264
928
  msgid "5 Star Ratings"
929
  msgstr ""
930
 
931
- #: app/helper/RTMediaAddon.php:267
932
  msgid ""
933
  "Display 5 star rating for all the uploaded media. User can rate the media "
934
  "files from 1 to 5 star."
935
  msgstr ""
936
 
937
- #: app/helper/RTMediaAddon.php:275
938
  msgid "Edit Mp3 Info (ID3 Tags)"
939
  msgstr ""
940
 
941
- #: app/helper/RTMediaAddon.php:278
942
  msgid "Allow user to edit MP3 FIle Audio tags (ID 3 tags)."
943
  msgstr ""
944
 
945
- #: app/helper/RTMediaAddon.php:286
946
  msgid "Media Sorting"
947
  msgstr ""
948
 
949
- #: app/helper/RTMediaAddon.php:289
950
  msgid ""
951
  "Sort uploaded media based on file size, ascending/descending title, upload "
952
  "date of media."
953
  msgstr ""
954
 
955
- #: app/helper/RTMediaAddon.php:297
956
  msgid "Bulk Edit"
957
  msgstr ""
958
 
959
- #: app/helper/RTMediaAddon.php:300
960
  msgid ""
961
  "Bulk edit option will allow user to quickly select media files and do "
962
  "required actions like move files from one album to another, change "
963
  "attributes, change privacy, delete files."
964
  msgstr ""
965
 
966
- #: app/helper/RTMediaAddon.php:308
967
  msgid "BuddyPress Profile Picture"
968
  msgstr ""
969
 
970
- #: app/helper/RTMediaAddon.php:311
971
  msgid "User can easily set his/her profile picture from media uploaded via rtMedia."
972
  msgstr ""
973
 
974
- #: app/helper/RTMediaAddon.php:319
975
  msgid "Album Cover Art"
976
  msgstr ""
977
 
978
- #: app/helper/RTMediaAddon.php:322
979
  msgid "User can easily set any of the image of the album as album cover photo"
980
  msgstr ""
981
 
982
- #: app/helper/RTMediaAddon.php:330
983
  msgid "Direct Download Link"
984
  msgstr ""
985
 
986
- #: app/helper/RTMediaAddon.php:333
987
  msgid ""
988
  "User can download media from website. Site owner can restrict which media "
989
  "type can be allowed to download."
990
  msgstr ""
991
 
992
- #: app/helper/RTMediaAddon.php:341
993
  msgid "Upload by URL"
994
  msgstr ""
995
 
996
- #: app/helper/RTMediaAddon.php:344
997
  msgid ""
998
  "Users do not need to download media files from a URL and then upload it "
999
  "with rtMedia. Just provide the absolute URL for the media and it will "
1000
  "upload on site."
1001
  msgstr ""
1002
 
1003
- #: app/helper/RTMediaAddon.php:352
1004
  msgid "Media Likes"
1005
  msgstr ""
1006
 
1007
- #: app/helper/RTMediaAddon.php:355
1008
  msgid ""
1009
  "This add-on let you know who liked the media. User can also see which media "
1010
  "they liked under their profile."
1011
  msgstr ""
1012
 
1013
- #: app/helper/RTMediaAddon.php:363
1014
  msgid "Activity URL Preview"
1015
  msgstr ""
1016
 
1017
- #: app/helper/RTMediaAddon.php:366
1018
  msgid ""
1019
  "This addon provides a preview of the URL that is shared in BuddyPress "
1020
  "activity. Just enter the URL you want to share on your site and see a "
1021
  "preview of it before it is shared."
1022
  msgstr ""
1023
 
1024
- #: app/helper/RTMediaAddon.php:374
1025
  msgid "View Counter"
1026
  msgstr ""
1027
 
1028
- #: app/helper/RTMediaAddon.php:377
1029
  msgid ""
1030
  "Enable view count for all the uploaded media. Whenever user open that media "
1031
  "file in lightbox or in single media view, that view count will be "
1032
  "calculated and display next to media file."
1033
  msgstr ""
1034
 
1035
- #: app/helper/RTMediaAddon.php:385
1036
  msgid "Shortcode Generator"
1037
  msgstr ""
1038
 
1039
- #: app/helper/RTMediaAddon.php:388
1040
  msgid ""
1041
  "This add-on will add shortcode generator button in WordPress post and page "
1042
  "editor for all the rtMedia shortcodes."
1043
  msgstr ""
1044
 
1045
- #: app/helper/RTMediaAddon.php:396
1046
  msgid "Album Privacy"
1047
  msgstr ""
1048
 
1049
- #: app/helper/RTMediaAddon.php:399
1050
  msgid ""
1051
  "Set album privacy when user create an album or change album privacy when "
1052
  "editing existing albums. The privacy levels are Public, Logged in user, "
1053
  "Friends and Private."
1054
  msgstr ""
1055
 
1056
- #: app/helper/RTMediaAddon.php:407
1057
  msgid "BuddyPress Group Media Control"
1058
  msgstr ""
1059
 
1060
- #: app/helper/RTMediaAddon.php:410
1061
  msgid "This add-on allows group owner to manage media upload feature group wise."
1062
  msgstr ""
1063
 
1064
- #: app/helper/RTMediaAddon.php:418
1065
  msgid "Set Custom Thumbnail for Audio/Video"
1066
  msgstr ""
1067
 
1068
- #: app/helper/RTMediaAddon.php:421
1069
  msgid ""
1070
  "Allow media owner to change the thumbnail of uploaded audio/video files. "
1071
  "The File Upload box will be provided to change media thumbnail."
1072
  msgstr ""
1073
 
1074
- #: app/helper/RTMediaAddon.php:429
1075
  msgid "myCRED"
1076
  msgstr ""
1077
 
1078
- #: app/helper/RTMediaAddon.php:432
1079
  msgid ""
1080
  "This plugin integrates rtMedia and myCRED plugin, users can be can award "
1081
  "virtual points for various rtMedia activities, like media upload, likes, "
1082
  "deleted etc."
1083
  msgstr ""
1084
 
1085
- #: app/helper/RTMediaAddon.php:440
1086
- msgid "Upload terms"
1087
  msgstr ""
1088
 
1089
- #: app/helper/RTMediaAddon.php:443
1090
  msgid ""
1091
  "User must have to check the terms and conditions checkbox before uploading "
1092
  "the media."
1093
  msgstr ""
1094
 
1095
- #: app/helper/RTMediaAddon.php:451
1096
  msgid "CubePoints"
1097
  msgstr ""
1098
 
1099
- #: app/helper/RTMediaAddon.php:454
1100
  msgid ""
1101
  "If you are using CubePoints plugin on your website than rtMedia CubePoint "
1102
  "add-on can be integrate with that plugin to setup point management system "
1103
  "for rtMedia related activities."
1104
  msgstr ""
1105
 
1106
- #: app/helper/RTMediaAddon.php:462
1107
  msgid "Social Sync"
1108
  msgstr ""
1109
 
1110
- #: app/helper/RTMediaAddon.php:465
1111
  msgid "rtMedia Social Sync allows you to import media from your Facebook account."
1112
  msgstr ""
1113
 
1114
- #: app/helper/RTMediaAddon.php:473
1115
  msgid "Photo Watermark"
1116
  msgstr ""
1117
 
1118
- #: app/helper/RTMediaAddon.php:476
1119
  msgid ""
1120
  "rtMedia Photo Watermark let you add watermark on your images uploaded using "
1121
  "rtMedia."
1122
  msgstr ""
1123
 
1124
- #: app/helper/RTMediaAddon.php:484
1125
  msgid "Photo Tagging"
1126
  msgstr ""
1127
 
1128
- #: app/helper/RTMediaAddon.php:487
1129
  msgid ""
1130
  "rtMedia Photo Tagging enable users to tag their friends on photos uploaded "
1131
  "using rtMedia."
1132
  msgstr ""
1133
 
1134
- #: app/helper/RTMediaAddon.php:495
1135
  msgid "Photo Filters"
1136
  msgstr ""
1137
 
1138
- #: app/helper/RTMediaAddon.php:498
1139
  msgid ""
1140
  "rtMedia Photo Filters adds Instagram like filters to images uploaded with "
1141
  "rtMedia."
1142
  msgstr ""
1143
 
1144
- #: app/helper/RTMediaAddon.php:506
1145
  msgid "Kaltura Add-on"
1146
  msgstr ""
1147
 
1148
- #: app/helper/RTMediaAddon.php:509
1149
  msgid ""
1150
  "Add support for more video formats using Kaltura video solution. It works "
1151
  "with Kaltura.com, self-hosted Kaltura-CE and Kaltura-on-premise."
1152
  msgstr ""
1153
 
1154
- #: app/helper/RTMediaAddon.php:517
1155
  msgid "FFMPEG Add-on"
1156
  msgstr ""
1157
 
1158
- #: app/helper/RTMediaAddon.php:520
1159
  msgid ""
1160
  "Add supports for more audio & video formats using open-source media-node. "
1161
  "Media node comes with automated setup script for Ubuntu/Debian."
1162
  msgstr ""
1163
 
1164
- #: app/helper/RTMediaAddon.php:528
1165
  msgid "Membership Add-on"
1166
  msgstr ""
1167
 
1168
- #: app/helper/RTMediaAddon.php:531
1169
  msgid ""
1170
  "rtMedia Membership add-on provides membership functionality in your site in "
1171
  "terms of media upload."
1172
  msgstr ""
1173
 
1174
- #: app/helper/RTMediaAddon.php:571
1175
  msgid "Coming Soon !!"
1176
  msgstr ""
1177
 
1178
- #: app/helper/RTMediaAddon.php:604
1179
  msgid "Purchased"
1180
  msgstr ""
1181
 
1182
- #: app/helper/RTMediaAddon.php:606 app/helper/RTMediaThemes.php:155
1183
  #: app/helper/RTMediaThemes.php:183 app/helper/RTMediaThemes.php:290
1184
  #: app/helper/RTMediaThemes.php:318 app/importers/BPMediaAlbumimporter.php:178
1185
  msgid "Buy Now"
1186
  msgstr ""
1187
 
1188
- #: app/helper/RTMediaAddon.php:635 app/helper/RTMediaThemes.php:154
1189
  #: app/helper/RTMediaThemes.php:182 app/helper/RTMediaThemes.php:289
1190
  #: app/helper/RTMediaThemes.php:317 app/importers/BPMediaAlbumimporter.php:179
1191
  msgid "Live Demo"
4
  msgstr ""
5
  "Project-Id-Version: rtMedia for WordPress, BuddyPress and bbPress 3.10.7\n"
6
  "Report-Msgid-Bugs-To: http://community.rtcamp.com/c/rtmedia/\n"
7
+ "POT-Creation-Date: 2016-06-14 07:27:19+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
785
  msgid "Audio/Video Encoding"
786
  msgstr ""
787
 
788
+ #: app/helper/RTMediaAddon.php:112
789
  msgid "SEO"
790
  msgstr ""
791
 
792
+ #: app/helper/RTMediaAddon.php:115
793
  msgid ""
794
  "Generate an XML sitemap for all the public media files uploaded via rtMedia "
795
  "plugin. These sitemaps can be useful to index search engine to improve "
796
  "website SEO."
797
  msgstr ""
798
 
799
+ #: app/helper/RTMediaAddon.php:122
800
  msgid "Moderation"
801
  msgstr ""
802
 
803
+ #: app/helper/RTMediaAddon.php:125
804
  msgid ""
805
  "Report media if they find offensive. Set number of reports to automatically "
806
  "take down media from site."
807
  msgstr ""
808
 
809
+ #: app/helper/RTMediaAddon.php:133
810
  msgid "Custom Attributes"
811
  msgstr ""
812
 
813
+ #: app/helper/RTMediaAddon.php:136
814
  msgid ""
815
  "Categories media based on attributes. Site owner need to create attributes. "
816
  "When user upload a media, can select in which attribute that media can add."
817
  msgstr ""
818
 
819
+ #: app/helper/RTMediaAddon.php:144
820
  msgid "Docs and Other files"
821
  msgstr ""
822
 
823
+ #: app/helper/RTMediaAddon.php:147
824
  msgid ""
825
  "Allow users to upload documents and other file type using rtMedia upload "
826
  "box. This addon support all the file extensions which WordPress allows."
827
  msgstr ""
828
 
829
+ #: app/helper/RTMediaAddon.php:155
830
  msgid "Default Albums"
831
  msgstr ""
832
 
833
+ #: app/helper/RTMediaAddon.php:158
834
  msgid ""
835
  "This plugin allows the creation of multiple default albums for rtMedia "
836
  "uploads. One of these albums can be set as the default global album."
837
  msgstr ""
838
 
839
+ #: app/helper/RTMediaAddon.php:166
840
  msgid "Podcast (RSS and Atom feeds)"
841
  msgstr ""
842
 
843
+ #: app/helper/RTMediaAddon.php:169
844
  msgid ""
845
  "Read rtMedia uploads from iTunes as well as any RSS feed-reader/podcasting "
846
  "software."
847
  msgstr ""
848
 
849
+ #: app/helper/RTMediaAddon.php:177
850
  msgid "Playlists"
851
  msgstr ""
852
 
853
+ #: app/helper/RTMediaAddon.php:180
854
  msgid ""
855
  "Audio can be grouped into playlists. Once the user upload any audio file, "
856
  "can create a playlist or use existing one to manage audio files."
857
  msgstr ""
858
 
859
+ #: app/helper/RTMediaAddon.php:188
860
  msgid "Favorites"
861
  msgstr ""
862
 
863
+ #: app/helper/RTMediaAddon.php:191
864
  msgid ""
865
  "Users can create their list of favorite media in which they can add media "
866
  "previously uploaded by any user."
867
  msgstr ""
868
 
869
+ #: app/helper/RTMediaAddon.php:199
870
  msgid "Restrictions"
871
  msgstr ""
872
 
873
+ #: app/helper/RTMediaAddon.php:202
874
  msgid ""
875
  "Site admin can set an upload limit on the basis of time span, file size "
876
  "(MB) and number of files user can upload."
877
  msgstr ""
878
 
879
+ #: app/helper/RTMediaAddon.php:210
880
  msgid "bbPress Attachments"
881
  msgstr ""
882
 
883
+ #: app/helper/RTMediaAddon.php:213
884
  msgid "Attach media files to bbPress forum topics and replies."
885
  msgstr ""
886
 
887
+ #: app/helper/RTMediaAddon.php:221
888
  msgid "WordPress Sitewide Gallery"
889
  msgstr ""
890
 
891
+ #: app/helper/RTMediaAddon.php:224
892
  msgid ""
893
  "Site admin can create and upload media into WordPress album. Create album "
894
  "without being dependent on BuddyPress."
895
  msgstr ""
896
 
897
+ #: app/helper/RTMediaAddon.php:232
898
  msgid "WordPress Comment Attachments"
899
  msgstr ""
900
 
901
+ #: app/helper/RTMediaAddon.php:235
902
  msgid ""
903
  "Allow users to upload a media file in WordPress comment attachment box. It "
904
  "will display a thumbnail of attached file."
905
  msgstr ""
906
 
907
+ #: app/helper/RTMediaAddon.php:243
908
  msgid "Social Sharing"
909
  msgstr ""
910
 
911
+ #: app/helper/RTMediaAddon.php:246
912
  msgid ""
913
  "Share uploaded media on social network sites like Facebook, twitter, "
914
  "linkedin, Google +. This addon integrate with rtSocial plugin."
915
  msgstr ""
916
 
917
+ #: app/helper/RTMediaAddon.php:254
918
  msgid "Sidebar Widgets"
919
  msgstr ""
920
 
921
+ #: app/helper/RTMediaAddon.php:257
922
  msgid ""
923
  "This addon provide widgets to upload media and display gallery for rtMedia "
924
  "plugin."
925
  msgstr ""
926
 
927
+ #: app/helper/RTMediaAddon.php:265
928
  msgid "5 Star Ratings"
929
  msgstr ""
930
 
931
+ #: app/helper/RTMediaAddon.php:268
932
  msgid ""
933
  "Display 5 star rating for all the uploaded media. User can rate the media "
934
  "files from 1 to 5 star."
935
  msgstr ""
936
 
937
+ #: app/helper/RTMediaAddon.php:276
938
  msgid "Edit Mp3 Info (ID3 Tags)"
939
  msgstr ""
940
 
941
+ #: app/helper/RTMediaAddon.php:279
942
  msgid "Allow user to edit MP3 FIle Audio tags (ID 3 tags)."
943
  msgstr ""
944
 
945
+ #: app/helper/RTMediaAddon.php:287
946
  msgid "Media Sorting"
947
  msgstr ""
948
 
949
+ #: app/helper/RTMediaAddon.php:290
950
  msgid ""
951
  "Sort uploaded media based on file size, ascending/descending title, upload "
952
  "date of media."
953
  msgstr ""
954
 
955
+ #: app/helper/RTMediaAddon.php:298
956
  msgid "Bulk Edit"
957
  msgstr ""
958
 
959
+ #: app/helper/RTMediaAddon.php:301
960
  msgid ""
961
  "Bulk edit option will allow user to quickly select media files and do "
962
  "required actions like move files from one album to another, change "
963
  "attributes, change privacy, delete files."
964
  msgstr ""
965
 
966
+ #: app/helper/RTMediaAddon.php:309
967
  msgid "BuddyPress Profile Picture"
968
  msgstr ""
969
 
970
+ #: app/helper/RTMediaAddon.php:312
971
  msgid "User can easily set his/her profile picture from media uploaded via rtMedia."
972
  msgstr ""
973
 
974
+ #: app/helper/RTMediaAddon.php:320
975
  msgid "Album Cover Art"
976
  msgstr ""
977
 
978
+ #: app/helper/RTMediaAddon.php:323
979
  msgid "User can easily set any of the image of the album as album cover photo"
980
  msgstr ""
981
 
982
+ #: app/helper/RTMediaAddon.php:331
983
  msgid "Direct Download Link"
984
  msgstr ""
985
 
986
+ #: app/helper/RTMediaAddon.php:334
987
  msgid ""
988
  "User can download media from website. Site owner can restrict which media "
989
  "type can be allowed to download."
990
  msgstr ""
991
 
992
+ #: app/helper/RTMediaAddon.php:342
993
  msgid "Upload by URL"
994
  msgstr ""
995
 
996
+ #: app/helper/RTMediaAddon.php:345
997
  msgid ""
998
  "Users do not need to download media files from a URL and then upload it "
999
  "with rtMedia. Just provide the absolute URL for the media and it will "
1000
  "upload on site."
1001
  msgstr ""
1002
 
1003
+ #: app/helper/RTMediaAddon.php:353
1004
  msgid "Media Likes"
1005
  msgstr ""
1006
 
1007
+ #: app/helper/RTMediaAddon.php:356
1008
  msgid ""
1009
  "This add-on let you know who liked the media. User can also see which media "
1010
  "they liked under their profile."
1011
  msgstr ""
1012
 
1013
+ #: app/helper/RTMediaAddon.php:364
1014
  msgid "Activity URL Preview"
1015
  msgstr ""
1016
 
1017
+ #: app/helper/RTMediaAddon.php:367
1018
  msgid ""
1019
  "This addon provides a preview of the URL that is shared in BuddyPress "
1020
  "activity. Just enter the URL you want to share on your site and see a "
1021
  "preview of it before it is shared."
1022
  msgstr ""
1023
 
1024
+ #: app/helper/RTMediaAddon.php:375
1025
  msgid "View Counter"
1026
  msgstr ""
1027
 
1028
+ #: app/helper/RTMediaAddon.php:378
1029
  msgid ""
1030
  "Enable view count for all the uploaded media. Whenever user open that media "
1031
  "file in lightbox or in single media view, that view count will be "
1032
  "calculated and display next to media file."
1033
  msgstr ""
1034
 
1035
+ #: app/helper/RTMediaAddon.php:386
1036
  msgid "Shortcode Generator"
1037
  msgstr ""
1038
 
1039
+ #: app/helper/RTMediaAddon.php:389
1040
  msgid ""
1041
  "This add-on will add shortcode generator button in WordPress post and page "
1042
  "editor for all the rtMedia shortcodes."
1043
  msgstr ""
1044
 
1045
+ #: app/helper/RTMediaAddon.php:397
1046
  msgid "Album Privacy"
1047
  msgstr ""
1048
 
1049
+ #: app/helper/RTMediaAddon.php:400
1050
  msgid ""
1051
  "Set album privacy when user create an album or change album privacy when "
1052
  "editing existing albums. The privacy levels are Public, Logged in user, "
1053
  "Friends and Private."
1054
  msgstr ""
1055
 
1056
+ #: app/helper/RTMediaAddon.php:408
1057
  msgid "BuddyPress Group Media Control"
1058
  msgstr ""
1059
 
1060
+ #: app/helper/RTMediaAddon.php:411
1061
  msgid "This add-on allows group owner to manage media upload feature group wise."
1062
  msgstr ""
1063
 
1064
+ #: app/helper/RTMediaAddon.php:419
1065
  msgid "Set Custom Thumbnail for Audio/Video"
1066
  msgstr ""
1067
 
1068
+ #: app/helper/RTMediaAddon.php:422
1069
  msgid ""
1070
  "Allow media owner to change the thumbnail of uploaded audio/video files. "
1071
  "The File Upload box will be provided to change media thumbnail."
1072
  msgstr ""
1073
 
1074
+ #: app/helper/RTMediaAddon.php:430
1075
  msgid "myCRED"
1076
  msgstr ""
1077
 
1078
+ #: app/helper/RTMediaAddon.php:433
1079
  msgid ""
1080
  "This plugin integrates rtMedia and myCRED plugin, users can be can award "
1081
  "virtual points for various rtMedia activities, like media upload, likes, "
1082
  "deleted etc."
1083
  msgstr ""
1084
 
1085
+ #: app/helper/RTMediaAddon.php:441
1086
+ msgid "Upload Terms"
1087
  msgstr ""
1088
 
1089
+ #: app/helper/RTMediaAddon.php:444
1090
  msgid ""
1091
  "User must have to check the terms and conditions checkbox before uploading "
1092
  "the media."
1093
  msgstr ""
1094
 
1095
+ #: app/helper/RTMediaAddon.php:452
1096
  msgid "CubePoints"
1097
  msgstr ""
1098
 
1099
+ #: app/helper/RTMediaAddon.php:455
1100
  msgid ""
1101
  "If you are using CubePoints plugin on your website than rtMedia CubePoint "
1102
  "add-on can be integrate with that plugin to setup point management system "
1103
  "for rtMedia related activities."
1104
  msgstr ""
1105
 
1106
+ #: app/helper/RTMediaAddon.php:463
1107
  msgid "Social Sync"
1108
  msgstr ""
1109
 
1110
+ #: app/helper/RTMediaAddon.php:466
1111
  msgid "rtMedia Social Sync allows you to import media from your Facebook account."
1112
  msgstr ""
1113
 
1114
+ #: app/helper/RTMediaAddon.php:474
1115
  msgid "Photo Watermark"
1116
  msgstr ""
1117
 
1118
+ #: app/helper/RTMediaAddon.php:477
1119
  msgid ""
1120
  "rtMedia Photo Watermark let you add watermark on your images uploaded using "
1121
  "rtMedia."
1122
  msgstr ""
1123
 
1124
+ #: app/helper/RTMediaAddon.php:485
1125
  msgid "Photo Tagging"
1126
  msgstr ""
1127
 
1128
+ #: app/helper/RTMediaAddon.php:488
1129
  msgid ""
1130
  "rtMedia Photo Tagging enable users to tag their friends on photos uploaded "
1131
  "using rtMedia."
1132
  msgstr ""
1133
 
1134
+ #: app/helper/RTMediaAddon.php:496
1135
  msgid "Photo Filters"
1136
  msgstr ""
1137
 
1138
+ #: app/helper/RTMediaAddon.php:499
1139
  msgid ""
1140
  "rtMedia Photo Filters adds Instagram like filters to images uploaded with "
1141
  "rtMedia."
1142
  msgstr ""
1143
 
1144
+ #: app/helper/RTMediaAddon.php:507
1145
  msgid "Kaltura Add-on"
1146
  msgstr ""
1147
 
1148
+ #: app/helper/RTMediaAddon.php:510
1149
  msgid ""
1150
  "Add support for more video formats using Kaltura video solution. It works "
1151
  "with Kaltura.com, self-hosted Kaltura-CE and Kaltura-on-premise."
1152
  msgstr ""
1153
 
1154
+ #: app/helper/RTMediaAddon.php:518
1155
  msgid "FFMPEG Add-on"
1156
  msgstr ""
1157
 
1158
+ #: app/helper/RTMediaAddon.php:521
1159
  msgid ""
1160
  "Add supports for more audio & video formats using open-source media-node. "
1161
  "Media node comes with automated setup script for Ubuntu/Debian."
1162
  msgstr ""
1163
 
1164
+ #: app/helper/RTMediaAddon.php:529
1165
  msgid "Membership Add-on"
1166
  msgstr ""
1167
 
1168
+ #: app/helper/RTMediaAddon.php:532
1169
  msgid ""
1170
  "rtMedia Membership add-on provides membership functionality in your site in "
1171
  "terms of media upload."
1172
  msgstr ""
1173
 
1174
+ #: app/helper/RTMediaAddon.php:572
1175
  msgid "Coming Soon !!"
1176
  msgstr ""
1177
 
1178
+ #: app/helper/RTMediaAddon.php:605
1179
  msgid "Purchased"
1180
  msgstr ""
1181
 
1182
+ #: app/helper/RTMediaAddon.php:607 app/helper/RTMediaThemes.php:155
1183
  #: app/helper/RTMediaThemes.php:183 app/helper/RTMediaThemes.php:290
1184
  #: app/helper/RTMediaThemes.php:318 app/importers/BPMediaAlbumimporter.php:178
1185
  msgid "Buy Now"
1186
  msgstr ""
1187
 
1188
+ #: app/helper/RTMediaAddon.php:636 app/helper/RTMediaThemes.php:154
1189
  #: app/helper/RTMediaThemes.php:182 app/helper/RTMediaThemes.php:289
1190
  #: app/helper/RTMediaThemes.php:317 app/importers/BPMediaAlbumimporter.php:179
1191
  msgid "Live Demo"
readme.txt CHANGED
@@ -6,7 +6,7 @@ License: GPLv2 or later
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: WordPress 3.6
8
  Tested up to: 4.5.1
9
- Stable tag: 3.10.7
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works on mobile/tablets devices.
12
 
@@ -20,7 +20,7 @@ Built with a mobile-first approach, it works on mobile/tablet devices (like iPho
20
 
21
  If you're in a hurry, you can skip the long list of features in subsequent sections and just explore live demos!
22
 
23
- * [rtMedia Demo](http://demo.rtcamp.com/rtmedia/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media)
24
 
25
  = Video Tour =
26
 
@@ -31,16 +31,16 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
31
  = rtMedia Features =
32
 
33
  1. **[Free Audio/Video conversion](https://rtmedia.io/audio-video-encoding-service/?utm_source####readme&utm_medium####plugin&utm_campaign####buddypress-media "Free Audio/Video Encoding Service")** - rtCamp (company behind rtMedia) has setup dedicated servers to provide free audio/video encoding services for all sites running rtMedia.
34
- 2. **WordPress Integration** - Display media on WordPress author pages ( eg: http://demo.rtcamp.com/rtmedia/author/admin/media/ )
35
  3. **BuddyPress Integration** - Find a new media tab under BuddyPress Profiles & Groups.
36
  4. **BuddyPress Activity Stream** - Attach media to activity status updates just like Facebook.
37
  5. **Albums** - Organise media into manageable collections. BuddyPress Group albums support collaboration.
38
  6. **Responsive** - Album Slideshow (Lightbox), video player, uploads work on mobiles & tablets. Support for swipe guestures.
39
  7. **Privacy** - Control who can see media files, albums and BuddyPress activities.
40
  8. **Templating system** - Completely customise rtMedia by modifying the template files. Just copy over the template folder to your theme.
41
- 9. **[Featured Media](https://rtmedia.io/featured-media/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "Featured Media documentation")** - This can be used for facebook-style cover photo on profiles.
42
- 10. **[rtMedia Uploader](https://rtmedia.io/upload/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "rtMedia Uploader")** - Use `[rtmedia_uploader]` shortcode or `<?php rtmedia_uploader() ?>` template tag, to show drag-n-drop uploader in any WordPress area (post, page, custom-post, etc).
43
- 11. **[rtMedia Gallery](https://rtmedia.io/gallery/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "rtMedia Gallery")** - Display media gallery anywhere on your site using `[rtmedia_gallery]` shortcode or `<?php rtmedia_gallery ?>` template tag.
44
 
45
  = Audio/Video Conversion =
46
 
@@ -99,7 +99,7 @@ rtMedia has 3 premium solutions to take care of audio/video conversion.
99
  * [FAQ](https://rtmedia.io/faq/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "Visit rtMedia's FAQ page")
100
  * [Support](http://community.rtcamp.com/c/rtmedia/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "Visit rtMedia's support page")
101
  * [GitHub](http://github.com/rtCamp/rtMedia/) - Please mention your wordpress.org username when sending pull requests.
102
- * [Translations](http://rtcamp.com/translate/projects/rtmedia?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media) - Please do NOT use Github for translations. Instead Use [this GlotPress project](http://rtcamp.com/translate/projects/rtmedia?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media)
103
 
104
  == Installation ==
105
 
@@ -115,7 +115,7 @@ Read rtMedia [Documentation](https://rtmedia.io/docs/?utm_source=readme&utm_medi
115
 
116
  == Screenshots ==
117
 
118
- You can also check [rtMedia's Live Demo](http://demo.rtcamp.com/rtmedia/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "Visit rtMedia's Live Demo") or video below:
119
 
120
  http://www.youtube.com/watch?v=dJrykKQGDcs
121
 
@@ -138,6 +138,10 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
138
 
139
  == Changelog ==
140
 
 
 
 
 
141
  = 3.10.7 [May 25, 2016] =
142
  * Fixed JS issue for tabs in media edit
143
  * Fixed CSS for twentysixteen theme
@@ -1149,8 +1153,8 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
1149
 
1150
  == Upgrade Notice ==
1151
 
1152
- = 3.10.7 =
1153
- Requires BuddyPress 1.7 or higher, if using BuddyPress. Fixed JS issue for tabs in media edit, Fixed CSS for twentysixteen theme, Updated german language file
1154
 
1155
  == Sponsors ==
1156
 
@@ -1161,17 +1165,17 @@ Requires BuddyPress 1.7 or higher, if using BuddyPress. Fixed JS issue for tabs
1161
 
1162
  == Translation ==
1163
 
1164
- rtMedia includes [full translation support](https://rtcamp.com/tutorials/rtmedia-translation/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media). Head over to the [translation project](http://rtcamp.com/translate/projects/rtmedia/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media) to contribute your translations. If you don't see the language of your choice, let us know in the support forum, we'll add it.
1165
-
1166
- * [Dutch](https://rtcamp.com/translate/projects/rtmedia/nl/default) translation by [carry2web] (http://profiles.wordpress.org/carry2web)
1167
- * [Italian](https://rtcamp.com/translate/projects/rtmedia/it/default) translation by [Paolo]
1168
- * [Dutch](https://rtcamp.com/translate/projects/rtmedia/nl/default) translation by [rjpj](http://profiles.wordpress.org/rjpj)
1169
- * [Polish](https://rtcamp.com/translate/projects/rtmedia/pl/default) translation by [Polski_Ziom](http://profiles.wordpress.org/polski_ziom)
1170
- * [Spanish](https://rtcamp.com/translate/projects/rtmedia/es/default) translation by [Andrés Felipe](http://profiles.wordpress.org/naturalworldstm/) and [d3ne]
1171
- * [Solvak](https://rtcamp.com/translate/projects/rtmedia/sk/default) translation by [igid26](http://profiles.wordpress.org/igid26)
1172
- * [Italian](https://rtcamp.com/translate/projects/rtmedia/it/default) translation by [Yukiko.Kawa]
1173
- * [Persian](https://rtcamp.com/translate/projects/rtmedia/fa/default) translation by [mahdiar](http://profiles.wordpress.org/mahdiar/)
1174
- * [German](https://rtcamp.com/translate/projects/rtmedia/de/default) translation by [hannes.muc]
1175
 
1176
  (**Note**: Credits are given for translations that are at least 50% complete.)
1177
 
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: WordPress 3.6
8
  Tested up to: 4.5.1
9
+ Stable tag: 3.10.8
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works on mobile/tablets devices.
12
 
20
 
21
  If you're in a hurry, you can skip the long list of features in subsequent sections and just explore live demos!
22
 
23
+ * [rtMedia Demo](http://demo.rtmedia.io/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media)
24
 
25
  = Video Tour =
26
 
31
  = rtMedia Features =
32
 
33
  1. **[Free Audio/Video conversion](https://rtmedia.io/audio-video-encoding-service/?utm_source####readme&utm_medium####plugin&utm_campaign####buddypress-media "Free Audio/Video Encoding Service")** - rtCamp (company behind rtMedia) has setup dedicated servers to provide free audio/video encoding services for all sites running rtMedia.
34
+ 2. **WordPress Integration** - Display media on WordPress author pages ( eg: http://demo.rtmedia.io/author/admin/media/ )
35
  3. **BuddyPress Integration** - Find a new media tab under BuddyPress Profiles & Groups.
36
  4. **BuddyPress Activity Stream** - Attach media to activity status updates just like Facebook.
37
  5. **Albums** - Organise media into manageable collections. BuddyPress Group albums support collaboration.
38
  6. **Responsive** - Album Slideshow (Lightbox), video player, uploads work on mobiles & tablets. Support for swipe guestures.
39
  7. **Privacy** - Control who can see media files, albums and BuddyPress activities.
40
  8. **Templating system** - Completely customise rtMedia by modifying the template files. Just copy over the template folder to your theme.
41
+ 9. **[Featured Media](https://rtmedia.io/docs/developers/featured-media/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "Featured Media documentation")** - This can be used for facebook-style cover photo on profiles.
42
+ 10. **[rtMedia Uploader](https://rtmedia.io/docs/features/upload/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "rtMedia Uploader")** - Use `[rtmedia_uploader]` shortcode or `<?php rtmedia_uploader() ?>` template tag, to show drag-n-drop uploader in any WordPress area (post, page, custom-post, etc).
43
+ 11. **[rtMedia Gallery](https://rtmedia.io/docs/features/gallery/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "rtMedia Gallery")** - Display media gallery anywhere on your site using `[rtmedia_gallery]` shortcode or `<?php rtmedia_gallery ?>` template tag.
44
 
45
  = Audio/Video Conversion =
46
 
99
  * [FAQ](https://rtmedia.io/faq/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "Visit rtMedia's FAQ page")
100
  * [Support](http://community.rtcamp.com/c/rtmedia/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "Visit rtMedia's support page")
101
  * [GitHub](http://github.com/rtCamp/rtMedia/) - Please mention your wordpress.org username when sending pull requests.
102
+ * [Translations](https://rtmedia.io/translate/projects/rtmedia?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media) - Please do NOT use Github for translations. Instead Use [this GlotPress project](https://rtmedia.io/translate/projects/rtmedia?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media)
103
 
104
  == Installation ==
105
 
115
 
116
  == Screenshots ==
117
 
118
+ You can also check [rtMedia's Live Demo](http://demo.rtmedia.io/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "Visit rtMedia's Live Demo") or video below:
119
 
120
  http://www.youtube.com/watch?v=dJrykKQGDcs
121
 
138
 
139
  == Changelog ==
140
 
141
+ = 3.10.8 [Jun 14, 2016] =
142
+ * Fixed database error when deleting comment
143
+ * Changed price for add-ons
144
+
145
  = 3.10.7 [May 25, 2016] =
146
  * Fixed JS issue for tabs in media edit
147
  * Fixed CSS for twentysixteen theme
1153
 
1154
  == Upgrade Notice ==
1155
 
1156
+ = 3.10.8 =
1157
+ Requires BuddyPress 1.7 or higher, if using BuddyPress. Fixed database error when deleting comment, changed price for add-ons.
1158
 
1159
  == Sponsors ==
1160
 
1165
 
1166
  == Translation ==
1167
 
1168
+ rtMedia includes [full translation support](https://rtmedia.io/docs/translations/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media). Head over to the [translation project](https://rtmedia.io/translate/projects/rtmedia/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media) to contribute your translations. If you don't see the language of your choice, let us know in the support forum, we'll add it.
1169
+
1170
+ * [Dutch](https://rtmedia.io/translate/projects/rtmedia/nl/default) translation by [carry2web] (http://profiles.wordpress.org/carry2web)
1171
+ * [Italian](https://rtmedia.io/translate/projects/rtmedia/it/default) translation by [Paolo]
1172
+ * [Dutch](https://rtmedia.io/translate/projects/rtmedia/nl/default) translation by [rjpj](http://profiles.wordpress.org/rjpj)
1173
+ * [Polish](https://rtmedia.io/translate/projects/rtmedia/pl/default) translation by [Polski_Ziom](http://profiles.wordpress.org/polski_ziom)
1174
+ * [Spanish](https://rtmedia.io/translate/projects/rtmedia/es/default) translation by [Andrés Felipe](http://profiles.wordpress.org/naturalworldstm/) and [d3ne]
1175
+ * [Solvak](https://rtmedia.io/translate/projects/rtmedia/sk/default) translation by [igid26](http://profiles.wordpress.org/igid26)
1176
+ * [Italian](https://rtmedia.io/translate/projects/rtmedia/it/default) translation by [Yukiko.Kawa]
1177
+ * [Persian](https://rtmedia.io/translate/projects/rtmedia/fa/default) translation by [mahdiar](http://profiles.wordpress.org/mahdiar/)
1178
+ * [German](https://rtmedia.io/translate/projects/rtmedia/de/default) translation by [hannes.muc]
1179
 
1180
  (**Note**: Credits are given for translations that are at least 50% complete.)
1181