Search Results for 'buddypress'
-
Search Results
-
I installed this plugin Friday night and it was working okay this weekend. I also installed the “Simple Privacy” plugin that goes with Buddypress and I wish there were more customization options there. I wanted to keep the “Register ” and “ACtivate” pages public but there was no option to select pages. Now all Buddypress re-directs to my homepage!
***PLEASE HELP***
Hello,
Is there a way to make cover-image-header.php and home.php to appear before main content(theme’s sidebars and buddypress content) in Member’s single page?
Thank you!!
Topic: BuddyPress BLOCK Users
Unfortunately, BP does not have the native function for Allow users to Block other users.
There is a plugin —> https://www.philopress.com/products/buddyblock
But it is paid. We (all Bp users) this function!
Because BuddyPress has: Profile Visibility > All Members, Only Me, Friends and Public. But this is insufficient.
Categories: Friends and Unfriends. Okey. FUNCTION: Blocked User Go to an Unfriends List (call it Blocked). Blocked users can’t: To send messages, to send friends request, comment your activities. This function need to be for BuddyPress Media (rtMedia) too.
The Blocked only can see your Profile restricted (only friends can see…).
Topic: Please, Help Me!
Hello,
i still have blank Register and Activate pages after many trials to fix them.
So i just wanted to ask if i can replace them with BuddyPress Ajax Registration plugin and manual activation and still run the website and use Buddypress just as smoothly as with those original pages working?
Thank you!
AndyHi, i want to change the buddypress registration form size, its not looks good its very cheap, is there any way to change it? any plugins?
I am confused about how any particular LMS and BuddyPress visually integrate. There are several LMS systems. Some LMS systems’ have plugins to integrate BuddyPress – but is the LMS system GUI/site the main landing site and you add BP to it?
I would like to add an LMS under a BuddyPress site. The main landing site would be BuddyPress, ideally with an option to participate or access the LMS from BuddyPress membership.
I do have BuddyPress as the main site in a MultiSite install. I have not decided how I will use the network yet, usually as sites with functions like exams, quizzes, activities, doc libraries – my sites, not user-owned sites. For now, there is only a BuddyPress top level site.
ESL Buddies http://eslbuddies.toni-esl.com
Any input for clarity, etc., is appreciated.
Topic: bbPress forums conditionals
Hi,
When using legacy bbPress component in BuddyPress, you can use ‘bp_is_group_forum()’ to determine if the forum page is loaded inside the group. But, that doesn’t work if using bbPress (not legacy) forums. What are the conditional functions related to bbPress plugin group forums?
Milan
Running WordPress 4.6.1, Buddypress 2.6.2.
As the topic mentions, how can I segregate content by a specific user is a group?
More elaborate explanation:
In a group, there are multiple members posting, commenting, replying, etc.
I want to see inputs (could be posts, comments or replies) of a particular user.
How do I do that?
Hi, i was thinking that, i will use any GOOD CRM plugins and i want all my member can also this CRP plugins from front-end. now how to permit this? i mean most of plugins allow only admin to handle this but i want my member also can use this.
Hi, is there any good plugins to customize buddypress profile page? i was looking for it for long time but cant find any plugins where i can customize the profile easily. please advice me any way?
I want to create a menu with the name profile, so when member will click on it they can go to their profile… how to find this link? buddypress is too much complicated…
I installed your plugin on my site this evening. It works except for two pages. The “Register” page takes me to my homepage, though i reset the template settings. The “Groups” page takes me to a blank “404 Page Not Found” page. And I linked these pages to Buddypress pages with custom template settings.
I’m going to break this down as simple as possible, because it’s a little nuts. Using the latest versions of WordPress and BuddyPress, no other plugins unless otherwise mentioned. Default WP theme.
1. Go ahead and register a BuddyPress member type in bp-custom.php like so:
https://gist.github.com/dimensionmedia/c49347c8e24f00f43450b37506b4e0092. Go into your WordPress backend -> users -> extended tab. Assign a user to that member type.
3. Now place this code at the end of functions.php, using the $user_id of the user from #2:
$user_id = 7;
$member_type = bp_get_member_type( $user_id );
echo $member_type; exit;Note this is crude but making it as simple as possible.
Now you won’t get back anything, no matter what you assign the user to as far as user type. The bp_get_member_types() works though. When I attempt to trace through bp_get_member_type back to wp_get_object_terms I get a WP_ERROR of “Invalid Taxonomy”, apparently the $wp_taxonomies doesn’t contain “bp_member_type”.
Please the same code in a front-end template like header.php and this works.
So while i can use the function in templates, i can’t in my plugins (or functions.php).
I’ve used bp_get_member_type() before – in a plugin – and didn’t run into problems. Trying to figure out what i’m missing. Probably something simple.
Topic: Updated WordPress
I recently updated WordPress and now Buddypress will not work on my site. Will there be updates soon for WordPress higher than 4.5.4? If not, any suggestions? I need this working
WP ver 4.6.1
BuddyPress ver 2.6.2Members, activity, profile, are all empty…. Register redirects to something that doesn’t exist, despite setting a known page in the dropdown. Attempted to redirect to known page, via bp-custom.php -this moved it to the page, but it rendered entirely blank. Attempted re-install of buddypress – somehow it claims there’s everything deleted but magically retains all settings when installed again – tried several themes, See mention of “bp template pack” plugin in forum that’d reset it all up, but unable to locate it as an installable plugin…