-
Steve replied to the question Photos Tab Loop in the forum BuddyBoss Media 10 years, 1 month ago
I think the devs could fix this by just changing the activity component to “photo” instead of “activity” and then in the loop call only the type of “photo”.
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ).'&object=photo' ) ) : ?>
It’s also a concern that when I’m editing an album I still see my full activity stream where I…[Read more]
-
Steve replied to the question Photos Tab Loop in the forum BuddyBoss Media 10 years, 1 month ago
I think the devs could fix this by just changing the activity component to “photo” instead of “activity” and then in the loop call only the type of “photo”.
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ).'&object=photo' ) ) : ?>
-
Steve replied to the question Photos Tab Loop in the forum BuddyBoss Media 10 years, 1 month ago
If it is dependent on the Wall plugin then it should come bundled with it. I think the devs could fix this by just changing the activity component to “photo” instead of “activity” and then in the loop call only the type of “photo”.
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ).'&object=photo' ) ) : ?>
-
Steve replied to the question JS error – Uncaught TypeError in the forum BuddyBoss Media 10 years, 1 month ago
I deactivated all plugins except for BuddyPress and BuddyBoss Media. Same error. Once I deactivated BuddyBoss Media my scripts worked fine. This is a huge bug. :
-
Steve replied to the question Photos Tab Loop in the forum BuddyBoss Media 10 years, 1 month ago
Does BuddyBoss Media only work with BuddyBoss Wall then? I deactivated all the plugins except for BuddyPress… same result.
-
Steve replied to the question JS error – Uncaught TypeError in the forum BuddyBoss Media 10 years, 1 month ago
I get this too. It’s preventing me from using ajax. I can’t provide the page since I’m local. Here is the error:
TypeError: e is undefined
http://locahost/wp-content/plugins/buddyboss-media/assets/js/buddyboss-media.min.js?ver=2.0.3
Line 1…ction bbmedia_getQueryVariable(e,t){var n=e.split(“&”);for(var r=0;r<n.length;r+…
It’s where…[Read more]
-
Steve replied to the question Photos Tab Loop in the forum BuddyBoss Media 10 years, 1 month ago
I activated the parent theme (Buddy) and it still has the same issue.
-
Steve replied to the question BuddyBoss Media: Limiting Albums & Photos in the forum Requests and Feedback 10 years, 1 month ago
Thanks for getting back to me. I have the photos go to my AWS server so yeah bandwidth pretty limitless with a price haha.
I don’t mind editing the code by myself. I would prefer to use hooks in my child theme to avoid core code changes. Is there an API or documentation on how to add hooks?
-
Steve replied to the question Photos Tab Loop in the forum BuddyBoss Media 10 years, 1 month ago
I updated today and had these issues. Thanks!
-
Steve replied to the question bulk upload in the forum BuddyBoss Media 10 years, 1 month ago
+1
-
Steve replied to the question Photos Tab Loop in the forum BuddyBoss Media 10 years, 1 month ago
I’m sorry for the constant replies. Maybe the component name in the _bp_activity could be “photo” instead of “activity” and then filter it on /templates/activity/buddyboss-media-activity-loop.php to say
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ).'&object=photo' ) ) : ?>
-
Steve replied to the question Photos Tab Loop in the forum BuddyBoss Media 10 years, 1 month ago
I’m sorry for the constant replies. Maybe the component name in the _bp_activity could be “photo” instead of “activity” and then can filter it?
-
Steve replied to the question Photos Tab Loop in the forum BuddyBoss Media 10 years, 1 month ago
To note, I have the “grid” option selected for the layout. I just created an album (which when created does not honor the WP time offset) and when I go to add photos to it, it still shows my complete activity feed underneath it. Shouldn’t this part just be blank except for the photos uploaded to this album?
Would it be good for when people upload…[Read more]
-
Steve started the question Photos Tab Loop in the forum BuddyBoss Media 10 years, 1 month ago
When I go to the photos tab in the member’s profile, it includes all of the user’s activities in the loop and not just the photos. Should it not only just show the uploaded photos?
And is there a way to do a template override?
-
Steve replied to the question BuddyBoss Media: Limiting Albums & Photos in the forum Requests and Feedback 10 years, 1 month ago
Oh ok. I can wait for the update to the plugin that will give an option to limit albums and photos within an album. 🙂 Your support is great!
-
Steve replied to the question BuddyBoss Media: Limiting Albums & Photos in the forum Requests and Feedback 10 years, 1 month ago
So with the example above it would limit the user to 20 albums. I like it. Currently, a user can upload infinite photos to an album? Thanks for the quick response!
-
Steve started the question BuddyBoss Media: Limiting Albums & Photos in the forum Requests and Feedback 10 years, 1 month ago
I would like to request the feature to limit the amount of albums and photos a user can create/upload.