Search Results for 'buddypress'
-
Search Results
-
I have a bbpress/buddypress website in French & German, translated with WPML.
When a user registers himself on the German version, he gets German emails. When a user register himself on the French version, he gets French emails.When a German speaking user is asking for a friendship with a french user, the french user gets the mail notification in German, instead of French.
Possible solution: I add a field in the registration form where the user can choose his language BUT how can i synchronize this with the mail notifications the user gets?
Thanks a lot for your help!
Hi, I need your help in the following feature.
I created a custom post type like “Company”. Now I want buddypresss Activity Feed “Whats New Box” for my custom company page. How can I make duplicate activity feedback for my company page?
Thanks in advance.
Topic: Extended Community
A user (USER-01) on a BuddyPress site (SITE-B.net), has a ‘SITE-B.net’ membership and a personal ‘USER-01’ profile page. ‘USER-02’ is the admin of ‘SITE-B.net’ and has a personal profile page. ‘USER-03’ is another user on ‘SITE-B.net’ and also has a ‘SITE-B.net’ membership and a personal ‘USER-03’ profile page.
‘USER-01’ has their own Buddypress site (SITE-A.com) where they are the admin and have their own personal profile page on ‘SITE-A.com’. Is it possible to automatically synchronize the profile of ‘USER-01’ on ‘SITE-A.com’ with their own ‘USER-01’ profile on ‘SITE-B.net’? ‘USER-01’ posts on ‘SITE-A.com’ where they are the admin, should show in the ‘Activity Feed’ on ‘SITE-B.net’. Meaning that ‘SITE-B.net’ should get ‘USER-01’s posts from ‘SITE-A.com’. Similar to how it is done on the WordPress Reader.
‘USER-03’also has their own Buddypress site (SITE-C.edu) where they are the admin and have their own personal profile page on ‘SITE-C.edu’. ‘USER-03’ cannot see ‘USER-01’s posts unless they visit ‘SITE-B.net’ where ‘USER-01’ is a member, or they add ‘USER-01’ as a user on ‘SITE-C.edu’.
When ‘USER-02’ makes a post on their ‘SITE-B.net’, ‘USER-01’ and ‘USER-03’ will see the post on their sites (‘SITE-A.com’ and ‘SITE-C.edu’) without having to login to ‘SITE-B.net’.
Is this feature possible or currently available through any plugins? Please feel free to request more clarity or detail on this post.
Thank you
I’ve created a site using Buddypress for a client. In testing, activation emails would be sent (sometimes to spam) but once the site launched my client started getting complaints from people not receiving their activation email, and their emails weren’t in their spam folders either.
Some people are clicking ‘resend activation’ multiple times to no avail. While others are able to get in just fine. The site has over 3,000 users now and several hundred of them had to be activated by my client manually, which is unacceptable!
Has anyone else had this issue where activation emails only SOMETIMES send? All the other posts I’ve seen about activation emails seem to be that none of them are working.
What could be the solution for this intermittent sending?
Hi,
Wordpress 5.2.2, Buddypress 4.3.0 Reign theme from Wbcom http://www.tipua.com
I’ve got this code to hide comments by default with a show/hide option on each activity update, and it’s working fine on my staging site. Ideally though I’d like to display 3 comments by default with a read more option. I’ve read that BP uses a WP config to set the number of comments displayed initially, but the posts I’ve read seem to indicate that was on older versions. Is there a configuration I can set to show the number of comments by default, (In which case I could dispense with the code module) or do I need to modify this code. If the latter, any guidance would be greatly appreciated.
Thanks
Chrisadd_action( ‘wp_footer’, ‘add_comment_hide_show’ );
function add_comment_hide_show() {
?>
<style>
.activity-comments ul{display: none;}
</style>
<script type=”text/javascript”>
jQuery(function($) {
setInterval(function() {
$(‘.activity-meta’).each(function() {
if( !$(this).find(‘.show-comments’).length ){
var html = ‘Show/Hide‘;
$(this).find(‘.button.acomment-reply’).after(html);
}
});}, 500);
$(‘body’).on(‘click’, ‘.show-comments’, function(e) {
e.preventDefault();
var obj = $(this).closest(‘.activity-content’).next(‘.activity-comments’).find(‘ul’);
obj.slideToggle();
return false;
});});
</script>
<?php
}Hello,
I am using BUddypress 4.3.0 on wordpress 5.2.2. Under the option for a member to hide their profile from the members list. If the user selects yes then the profile is hidden.
If you then try to change back to no (so the profile is visible) then the profile remains hidden in the members list. This happens in both the theme I am using (customify) and the Twenty Nineteen theme.
Any help would be much appreciated.
Many Thanks Les
Topic: Featured Posts or Content
The site we’re working on has to have the ability to output every 10 entries in the activity loop a sponsored or ‘featured’ post. I’ve attacked it from 2 different ways to no avail. One nearly works in that I inject a custom post type of ‘featured post’ that displays 90% of what I want however as it’s a wordpress post not a buddypress post it doesn’t output the ability to comment or any of the usual BP controls in the feed and due to how comments are controlled in WP it’s not possible to override easily/ at all.
I’m comfortable injecting a post into the feed and getting that sorted but does anyone have any ideas on how to get a buddypress post to be the featured post (and it needs to be an array of them as I am posting one every 10 entries so can’t be the same one over and over etc).
Any guidance would be greatly appreciated. I’ve searched the forums to no avail and haven’t seen a plugin that’ll do it either.
Topic: Profiles for Groups
I am working to configure BP for use as a CMS with my organization and searching for a way to extend BP to allow specific profiles for Groups, much the same way as exists for Users. I would be happy to elaborate as needed, and any assistance or direction would be greatly appreciated.
I am fairly new to BuddyPress and if I am missing an obvious way to do this, I apologize for the redundancy.
Got this error on this theme.
Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /Applications/MAMP/htdocs/moview/wp-content/themes/moview/members/single/home.php:85 Stack trace: #0 /Applications/MAMP/htdocs/moview/wp-includes/template.php(724): require() #1 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template('/Applications/M...', false) #2 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false) #3 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(338): bp_get_template_part('members/single/...', NULL) #4 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-theme-compat.php(212): bp_buffer_template_part('members/single/...', NULL, false) #5 /Applications/MAMP/htdocs/moview/wp-includes/class-wp-hook.php(286): BP_Members_Theme_Compat->single_dummy_content('') #6 /Applications/MAMP/h in /Applications/MAMP/htdocs/moview/wp-content/themes/moview/members/single/home.php on line 85This file line is: /Applications/MAMP/h in /Applications/MAMP/htdocs/moview/wp-content/themes/moview/members/single/home.php on line 85
elseif ( bp_is_user_forums() ) : bp_get_template_part( 'members/single/forums' );
If I delete this folder from this theme, style is broken.
Please help me.
Topic: Bookmark extension
hello!
I’m looking for a buddypress extension.
I would like a buddypress member to be able to add a site article to his bookmark or his wishlist.
This can increase the interaction between buddypress and the site.
Is there a plugin that does this?Iv’e been searching for ways to keep my users on the front-end. The user links in the adminbar here on the buddypress forums will tell me I don’t have access if I click on the top links; I have to click on one of the lower links (created by buddypress) to view my user info and stufff.
Why is it that way instead of having all those links take the user to the profile on the frontend?
I like that part of the admin bar but I want to keep users on the frontend! Please Help!
We are implementing a multisite solution using BuddyPress.
We need some help to set up the notification correctly:
1) if a user registers on the main blog, an welcome email will send to the user. If a user signs up from a subsite, our solution will automatically add the user to the main blog and network. However, the welcome email will not send in this case. What shall we do so that the welcome email will send to users who sign up from the subsite?
2) In the Welcome email, how can we include the user password to the registered user.
3) Right now, in the notification to the site admin, the user IP is displayed as 127.0.0.1. How can we display the real IP of the user?
Thanks a lot.
Jing
Hello!
My need is to understand how buddypress can help the site where it is installed.
I would like to understand how the members of the community interact with (for example) the articles or pages of the site.Can members like “article” of the site-blog?
Can members add articles to their list of favorite articles?
The comments written by members in blog-articles are visibles on the members page?I want to understand: do members within buddypress only interact with buddypress content or do members also interact with all of the site’s content?
I hope I was clear and forgive my bad English.
Thanks!!Topic: Profile Picture Upload Error
Wordpress: 5.2.2
BuddyPress: 4.3.0
Theme: AstraI have an error when changing profile picture. After selecting picture from computer, the green progress loading bar is only “full” for a couple of seconds (as opposed to “filling” corresponding to the file upload), and then it displays a picture for “crop” that is either nothing or miniscule. All that is visible is the “crop” button and what appears to be the four corner dots of the crop tool all bunched together. I have screen shots of the error, but don’t know how to upload them.
Hello! Thank you!! Now I am working with another server and now if I see the registration page without problems
What I want to do is the following: I want on my page that the moment a new user registers, it is entered in the fields that in the simple selection questions: A and B (which are profile field of Buddypress), if the person has more than 50% of questions A or questions B, this user will be of a specific type or group (for example: Group A or Group B)
I was checking online and I think there is little content regarding this
Thank you!!
Hi!
I have problems with e-mails.
I set email when someone registers on my website for activation but it seems not working.
Same problem with the cover image of a user profile. When I upload my personal cover image in CUSTOM CSS PANEL it’s working. But when I go to my profile disappears.Wordpress Version: 5.2.2
Buddypress Version: 4.3.0.
Website: https://www.dovadoapp.comThank you for your patience.