Checked with TwentyTwenty theme that shows groupname!
I am using Evolve+, so I am going to check with them.
Thanks
I cannot confirm your report after testing in WP themes and a few premium themes.
Which theme are you using?
Try switching to a theme like WP-2019 and see if the name appears.
@bpotter78
“create Channel”, “Create Playlist”, “upload video” are theme-specific features, it will be best to check with theme support.
@bhawinitech ,
I had a custom plugin built – but since latest updates with BP and my theme there’s conflicts and it does not work anymore. 🙁
I have a WordPress/Olympus Child Theme and Youzer site that uses BuddyPress for my online community. When I activate the BP Resume, the site freaks out.
I’m using BuddyPress with Olympus child theme and Youzer. I don’t have an Activity Page under pages list. I have to go to the user profile and literally change the url to get to the activity page that is connected with the profile and the one that I can modify with Youzer. I downloaded BuddyPress from the WordPress plugin screen so I’m not sure on how to get the correct activity page back listed under my pages tab. I’m quite confident I messed this up. I just need help fixing it. Thank you!
search for “themeforest cinamatix”
Hello,
I am using BuddyPress on my video website which is using the theme VideoPro (the leading video theme).
I am also using Youzer in order to make the membership/user interaction better.
When BuddyPress is installed with the VideoPro theme, there automatically appears a “create Channel”, “Create Playlist”, “upload video” links in the BP public profile of the user.
But for some reason those links have disappeared, and my members cannot create their own channel, playlist or upload videos from their profile.
Has anyone else experienced this?
I have done the usual plugin conflict test, and also the theme test. I am confident that it is not the theme or a plugin. Maybe I’ve been focusing on this issue too long and have overlooked a particular setting.
I have also deactivated Youzer, but even with just BP operating as normal, the “create channel” links are still missing.
Any help would be greatly appreciated.
Thanks
Ben
Hi,
What would be the best way to limit the number of characters for the group Description text input fields in both the group ‘create’ and ‘manage’ areas? Ideally I’d like to limit this to 200 characters.
I suspect this would be by adding validation code somewhere in a buddypress child theme, but any detailed direction on this would be greatly appreciated!
It depends on which template pack you are using.
For Legacy, it is this template file:
buddypress\bp-templates\bp-legacy\buddypress\members\register.php
Overload that template by copying it to a directory that you create in your child-theme:
buddypress\members\ and make your changes.
If you are using Nouveau, it is more difficult. This is the file:
buddypress\bp-templates\bp-nouveau\includes\functions.php
It is not a template file, so your choices are:
1. hack the file and redo the hack every time you update BP – not recommended
2. use a language translator
3. write a filter function
function kimo_change_nouveau_string( $array ) {
$array['request-details']['message'] = "This is your custom message";
return $array;
}
add_filter( 'bp_nouveau_feedback_messages', 'kimo_change_nouveau_string', 20, 1 );
Paste the function in your theme/functions.php or in bp-custom.php
Test to make sure it is working.
Then adjust the message to your liking.
Hi
I am no expert but been using Divi with BP for many years. Which theme are you using with the divi builder? What is the address of the site?
Peter
FINALLY.. got this sorted out.
Check the gist here: https://gist.github.com/kimwhite/1c38fab78081c27491651e6cbb86c58d
When installed it shows ALL members whether they have ever been active.
put the file in /yourCHILDtheme/buddypress/members/members-loop.php
and then in .css hide filter: #dir-filters {display: none;}
THANK YOU @kimwhite
@mbigler
– What have you done so far to resolve the issue? What theme are you using? Have you changed to a default theme to see if that resolves the issue? Have tried deactivating other plugins to see if there are conflicts preventing account deletion?
– Where is BuddyPress activated in your multisite, in the main site or in subsite/subdomain? Have you enabled MULTIBLOG or is it basic BP in multisite?
Help us help you by providing more info about your setup. https://buddypress.org/support/topic/when-asking-for-support-2/
@bpotter78 It seems like a theme-specific issue, you have also confirmed that it worked with the default theme.
Checkout with the theme support of VideoPro once.
So I did a theme conflict test, and low and behold, when I changed to TwentyTwenty theme the login worked.
But the thing is, the theme I’m using (VideoPro) was built specifically for BuddyPress use.
So I’m still stumped.
Hello,
I’ve searched everywhere the past 48 hours for a solution to this, but cannot find anything. Not even on the Youzer support!
I recently installed Youzer and set it up step-by-step.
The login and registration pages look and work fine, I can register and activate the account successfully.
But when I start from scratch and login from the login page, after clicking the Login button, the page just refreshes back to the login page, and not redirected to the Buddypress profile. In fact, the login doesn’t actually log into my account. It just refreshes back to the login page where I have to start again.
I’ve deactivated/reactivated all plugins etc, and I’ve double checked the login redirection settings both in the theme and Youzer. And cleared browser cache. But still nothing.
Any advice would be greatly appreciated, thanks.
Hey all, so I recently installed buddypress on a website I have, everything works great aside from the login widget. It is displaying the “password” field much larger than the username field, and it just looks awful.
This could be the theme im using, could be the plugin, im not sure but I was hoping someone would have a solution for me. It would be nice to have them the same size, password being small like username. however if making username large like password is the only solution that would be okay too.
Here is a screenshot to better help display my situation.
View post on imgur.com
So I contacted them and the theme’s support refer this problem to Buddypress. They claim that the problem is not caused by their theme. even the fact that when I disable their core plugin, I no longer have this issue.
If you have better wordpress installed that might be worth turning off whilst testing, that’s the only plugin I know with those initials. As it’s a premium theme it would be worth contacting them for support..
I’m using Dimita theme which I bought from WPbingo and when I disabled its core plugin, the problem was solved. bwp_ajax_filter, I have no idea how to find that and I don’t even know what to do when I fount it. xD
I guess I bought a cheap theme, apparently, they have a loading cover and my undersanding of its functionality are limited.
How can I find bwp_ajax_filter ? and what should I do with it. Maybe that could solve my problem without chaning my theme 🙁
Hi,
First of all, great plugin! It has everything.
unfortunately, I have problems when it comes to loading activity or groups etc.
So, for instance when I click on activity on my profile, a red cover, a sort of loading cover starts to appear, the activity page is loaded, I can its page and data but the red cover doesn’t disappear and I have no clue how I can fix this problem.
I hope someone can help me out here, I did some research, for instance I activated another theme “TwentyTwelve” the problem was still there. I tried to rechange postname in permalink but I don’t know much about it.
<https://homymade.ch/members/davud/groups/>
Hello, we have an educational site with groups and I need one user or role to be able to enter only one group. So that they could not join other groups. I am using the Buddypress Nouveau theme. How can I limit users? What are some ways to do this? Help me please.
@balanz It’s sad to learn that there’s no obvious support area for the envato paid theme. I’ve never bought anything from envato, so my best guess will be to search for “themeforest cinamatix” then on that theme’s page, you’ll find the “Comments” link on the right hand column of the theme page.
I hope that works out for you. Good luck.
Sorry for not listening to the rules! Here is a better version of my previous post –
I am using WordPress 5.3 and I am actually using a theme called BuddyBoss to implement Buddyboss but that shouldn’t matter for my question.
So I created a custom function where any time a user gets a tag, they automatically receive a private message. I would like to make these messages stand out a little from the other messages in a users inbox/thread by adding special styling. Would it be possible to put a border around this message? Below is the code I am using:
Thank you! Simmi
function send_message_to_student_113( $user_id, $tags_applied ) {
$tag_id = wp_fusion()->user->get_tag_id( ‘course tag 1.1.1’ );
if ( in_array( $tag_id, $tags_applied ) ) {
$args = array(
‘sender_id’ => 1,
‘thread_id’ => false,
‘recipients’ => $user_id,
‘subject’ => ‘Hello there’,
‘content’ => ‘You got a new tag! Congratulations. Please let me know if you need any help!’,
‘date_sent’ => bp_core_current_time()
);
$result = messages_new_message( $args );
}
}
add_action( ‘wpf_tags_applied’, ‘send_message_to_student_113’, 10, 2 );