I changed the source code
It’s never a good idea to change the plugin’s source. You should revert that change. Any custom code snippets you might have should go into either your theme’s functions.php file or a bp-custom.php file (if you have one).
Hello all,
I copied the buddypress.css and buddypress.min.css from buddypress/bp-templates/bp-legacy/css to mythemes/css folder, and I began editing the file to make some changes and it worked fine. However, I noticed the cover image is missing. The profile photo is fine. I thought I did something to the CSS, so I copied it over, but it is still missing. If I disable the mytheme/css folder, it works normally. I would like to edit the css in the mythemes/css folder so I don’t lose changes on edits. Is there anything else I need to do so that the css files work correctly from outside the buddypress folder?
Thank you
Just updated, so latest version of WP and BP.
Buddypress profile is completely messed up, I get a 404 everytime I try to access anything related to the user profile. Is like everything specific to the user is broken, gives a 404 (that I have as a redirect to homepage)
site: http://pearhel.elitepreviews.com/
Wordpress 4.4
Buddypress 2.4.3
Theme: wplms 1.9.9.1 child
What is broken:
/accounts/username/
/accounts/username/dashboard
accounts/username/course/course-results
accounts/username/course/course-stats
accounts/username/course/instructor-courses
/accounts/username/profile
/accounts/username/notifications
/accounts/username/message
/accounts/username/friends
accounts/username/settings
accounts/username/groups/<tabs>
accounts/username/forums/<tabs>
what works:
accounts/
accounts/username/course/
accounts/username/activity/
accounts/username/activity/groups/
accounts/username/groups
accounts/username/forums
I noticed 8 hours ago that the user profile on the front end is broken and since then I’ve tried:
De-installing latest update
Deactivated multilanguage pluggins and all third party pluggins not related to the theme.
Re-installing plugin
Re-updating plugin
Permalinks redo at least 20 times
HTaccess deleted and redo at least another 10 times
Created a new page to show members… the member list works but I can’t access any profile, it gives a 404 (that right now is setup as a redirect)
Tried every single setting on budypress
Need so much help… hopefully someone can help me out on time =( or I get to figure why…
Hello,
I use BP 2.4.3 with my own theme that I made from scratch. Everything seems to work fine, except the cover Image function. When I upload a picture I recieve a error message, that reads: For better results, make sure to upload an image that is larger than 0px wide, and 225px tall. And because the with is 0 no picture is seen.
To encircle the problem I switched over to the bp-default theme that vame with the pugin. There is noch cover upload option at all. I then switched over to the twentyfifteen (all themes are provided with the same additional buddypress files of course). I seen the function and the already uploaded image (that I uploaded from my own theme) in a perfect manner.
So, I’m pretty sure that the theme locks or unlocks this function. But I can’t figure out what the diffrences are that unlocks this function in my theme.
It would bee cool if someone had the same problems and also the solution.
Best wishes
Holger
Suggestions in this post MAY be of some help.
I only say MAY because the user base is shared – once a user visits another network that user is added to the Members of that network.
However each network can have absolutely completely separate Activity Streams, Groups, Forums, and sites/blogs as well as separate plugin and theme structures.
I fully understand that this may not not be exactly what you are looking for but it certainly is a very good start.
Yes @henrywright, the settings are correct.
Steps to repeoduce:
- Install vanilla WordPress 4.4
- Install vanilla BuddyPress 2.4.3
- Use default theme
- Post a status update
- Create a new user
- Log in as new user
- Comment on status
Just to be clear, I’m talking about notifications in WordPress toolbar. Have not checked if email notifications work since I’m on localhost.
@henrywright yes I will add it to trac later today when I have some spare time, there is no need for me to test on the default themes again as it will be the 100th time or more I have tested this over and over and over and over and yes you guessed it over again! for the past 2 years π
It happens on every single theme that you use Buddypress on, it has never worked as I think it was intended to, its probably been completely overlooked and always has. If you test every version back to Buddypress 1.7 you will find the same issue in every single version of Buddypress up until the most recent, I havent gone further back than 1.7 so if it ever did work it was pre 1.7.
Your best bet is to provide the theme author with some screenshots of the problem and hopefully they can issue a fix. It’s probably worth deactivating all plugins and custom code before taking the screengrabs, to be sure nothing is conflicting.
Thanks @henrywright
I have the Divi Theme activated.
WP 4.4
latest BP 188
about 18 plugins activated.
I deactivated all the plugins.
Cropping worked.
Reactivated each one by one.
Cropping still worked.
All of them!
Then I refresh the page on the group avatar editing page and bam, not working again.
wtf I dont get it?
Also Im using a plugin called Buddypress Docs its like a Wiki plugin and the Visual editor doesnt work now in it just the text editor. Maybe thats related?>
Is there a way to easily get a list of plugins I’m using to show you/others?
Hi Joe and Nat,
Can you provide some more details?
- plugins used
- theme used
- WP and BP versions
- any console errors or notices
@ldesherl I just see an error on your home page right now with the TGM plugin. Deactivate all plugins except BuddyPress. Change to a WP Default Twenty-* theme then activate BuddyPress.
P.S. For forums, install bbPress which works very well with BuddyPress
The above is wrong β unless you are using the bp-default theme β not recommended.
‘Hide’ the Create a Group link by turning it off in Groups Settings > Group Creation
.../wp-admin/admin.php?page=bp-settings
Create a template overload of this file and remove that code:
buddypress\bp-themes\bp-default\groups\index.php
Correction: This is wrong – see below.
BP doesn’t provide functionality for Events – groups or otherwise.
You are using another plugin or custom code for that.
The inability to restore Events is due to something in your code – possibly the theme.
You should let the theme author know there’s a problem, and hopefully they can issue a fix.
I am using Fitzone theme. It is working fine and not causing any issues. No doubt a bug/issue in plugin.
Disable starring messages with this snippet in wp-content/plugins/bp-custom.php:
add_filter( 'bp_is_messages_star_active', '__return_false' );
To remove the ‘Delete’ link from the messages inbox, you’ll have to override the inbox template and remove the ‘Delete’ link.
Read the Overloading Template Compatibility theme files section of this codex article for more info.
The template you’ll want to copy over to your theme to override is this one:
https://buddypress.trac.wordpress.org/browser/tags/2.4.2/src/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php
I’m using boss theme, no i didn’t ask them, I thought it is buddypress issue
what about activity filter?
Which theme are you using?
Does the issue persist if you switch to a WP theme such as 2013?
Are you using a caching plugin?
If so, are you caching objects? Don’t.
BP does not provide a ‘wall’ tab.
You are using a custom plugin or theme – perhaps BuddyBoss?
Have you tried asking them>
Could be a theme issue. Which theme are you using? Does the same thing happen if you use Twenty Fifteen or Twenty Sixteen?
thanks for replay π
i’m using WP v4.3 and BP v2.4.2 and boss theme v2.0.4, i tried to deactivate all plugin and the other name filed disappeared and re activated all plugin one by one and finds that “BP Login Redirect” plugin cause this issue, can i solve it?
You can’t ‘override/replace this function in my themeβs functions.php file’.
You can use the filter hook and write a function for use in theme/functions:
Something like:
function jturet_group_front_template( $template_names ) {
$template_names[1] = // make your changes
return $template_names;
}
add_filter( 'bp_groups_get_front_template', 'jturet_group_front_template' );
Are you sure those members are all subscribers?
Remove your mu plugin.
Try this in your theme/functions.php or plugins/bp-custom.php
Remember to remove it when done.
function mie_add_last_activity() {
$subscribers = get_users( 'fields=ID&role=subscriber' );
foreach ( $subscribers as $user_id ) {
bp_update_user_last_activity( $user_id, bp_core_current_time() );
}
}
add_action('bp_init', 'mie_add_last_activity' );
@shweikiart WP/BP versions? Have you tried deactivating all other plugins except BuddyPress then change to the Twenty Fifteen theme?