-
Ricardo Gonçalves started the topic Problem with pending tab in multisite in the forum How-to & Troubleshooting 9 years, 10 months ago
Hello!
I’m developing a multisite network where each city will have its own social network. I was developing it using Buddypress network activated, but all the profiles were in the main site and I want that each profile stays in the site that it belongs to. So I deactivated Buddypress in network and activated it in each ‘blog'(sub…[Read more]
-
Ricardo Gonçalves replied to the topic Buddypress activity filtering (search) in the forum How-to & Troubleshooting 9 years, 10 months ago
Try to echo or var_dump $video_library_category to check if it is set
-
Ricardo Gonçalves replied to the topic Buddypress activity filtering (search) in the forum How-to & Troubleshooting 9 years, 10 months ago
@ARCangelGIRL I think you could make the $type receive the category + subcategory as an unique action. I don’t know how you’re passing the category/subcategory trhough POST, but could try something like:
function ajax_update_activity_contents () {
[Read more]
$bpfb_code = $activity = '';
$aid = 0;
$cat = $_POST['category'];
$subcat =… -
Ricardo Gonçalves replied to the topic Buddypress activity filtering (search) in the forum How-to & Troubleshooting 9 years, 10 months ago
@ARCangeGIRL actually that’s my Plan B right now, until I find the solution to filter the ajax call (without hardcode)…
I just removed the load more icon and set the stream for ‘latest images’.
Thank you for your idea! Could you manage to make it work in search (with load more)?
-
Ricardo Gonçalves replied to the topic Buddypress activity filtering (search) in the forum How-to & Troubleshooting 9 years, 10 months ago
This is the code I added at line 278 in /wp-content/plugins/buddypress-activity-plus/lib/class_bpfb_binder.php to create the action. The credit for this code is @Juanma in WordPress.org forum. (couldn’t find the original thread). In this case I’m creating an action for images upload.
function ajax_update_activity_contents () {
[Read more]
$bpfb_code =… -
Ricardo Gonçalves replied to the topic Buddypress activity filtering (search) in the forum How-to & Troubleshooting 9 years, 10 months ago
Hello @ARCangelGIRL, I’m facing the same situation and @shanebp solution worked for displaying the action I wanted in the activity stream. But the Load More button is loading all the actions, not just the one I created. I tried to filter the bp ajax querystring in many different ways but it didn’t work. The last try was this…[Read more]
-
Ricardo Gonçalves replied to the topic Create Competitions using BuddyPress in the forum How-to & Troubleshooting 10 years ago
I don’t know if you did it yet, but there’s a couple of themes from sitemile that can accomplish that, specially this one http://onlinedemo.sitemile.com/?theme=project
I’ve used that with buddypress in a devsite and it worked perfectly!
The only problem is that they don’t have a free version for trial, so you’ll have to buy the theme in order to…[Read more]
-
Ricardo Gonçalves started the topic Restrict messages from students to teachers and vice-versa in the forum How-to & Troubleshooting 10 years, 1 month ago
Hello everyone! I’m trying to find a way to solve it.
I have a school site with buddypress and s2member. I would like to restrict the messages just between students and teachers and disable the messaging between students and students. In other words, the member with a student user role can send and receive messages from another members with…[Read more]
@brgweb
Active 10 months ago