I had to disable my child theme temporarily for some other issues after a recent theme/wordpress update and have lost some of my customizations. Becasue of this I now have the same issue but I don’t want it to show in the directory. I managed to remove it from my profile pages. I am using bp legacy though not nouveau. I tried your snippet with the snipit plugin and then tried it by editing the snipet to say buddypress_legacy but still not working. Any thoughts?
I also noticed that now on the right column people’s names wrap right like they are doing on that page if the screen is full? Any snipits for that that I can use until I get my child theme back running properly?
If the following is to redirect Registration from BP to WP, what would redirect from BP to [Peepso_Register] ? And exactly where would I put it?
(Any reason why nobody has developed options to turn everything on or off in BP since it is so integrated with other themes and plugins?)
/*disable registration bp */
function my_disable_bp_registration() {
remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );
remove_action( ‘bp_screens’, ‘bp_core_screen_signup’ );
}
add_action( ‘bp_loaded’, ‘my_disable_bp_registration’ );
add_filter( ‘bp_get_signup_page’, “firmasite_redirect_bp_signup_page”);
function firmasite_redirect_bp_signup_page($page ){
return bp_get_root_domain() . ‘/wp-login.php?action=register’;
}
Version 4.1.0 BuddyPress
Version 5.0.3 WordPress
Home Default
Hi,
I am using BuddyPress v4.1.0 and WordPress v5.0.3
I need to two different profile fields in the same line.
For instance I have a field that is called Instrument and other than is Level. In the profile it shows in two different lines
Instrument Guitar
Level Advance
What I need is to display both fields in the same line
Instrument Guitar Level Advance
Is that possible?
Thank you
I have even modified the original message in bp-core-functions.php
There are 4 instances of that string in that file. Did you change all of them ?
As you should know – editing core files is not a good idea.
That string is in the buddypress.pot file.
And it seems to be in the buddypress-fr_FR files.
https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/fr/default?filters%5Bterm%5D=complete+the+activation&filters%5Buser_login%5D=&filters%5Bstatus%5D=current_or_waiting_or_fuzzy_or_untranslated&filter=Filter&sort%5Bby%5D=priority&sort%5Bhow%5D=desc
So I do not know why you are having issues.
Have you tried using the Repair Tool – …/wp-admin/tools.php?page=bp-tools > Reinstall emails (delete and restore from defaults).
Please ask questions about bbPress on their support forums.
It’s not easy to figure out what you are doing – or more importantly why.
I suggest you not use pre_get_posts.
Instead write your own WP_Query on your custom page.
This thread is now closed due to being off-topic for these forums.
Hi
I would like to know if there is an easy solution to move a sub item from 1 parent to another ?
Example: My nav bar contains 2 items
ITEM 1
subitem 11 – subitem 12
ITEM 2
subitem 21 – subitem 22 – subitem 23
I want to move subitem 23 to ITEM 1 in order to get:
ITEM 1
subitem 11 – subitem 23 – subitem 12
ITEM 2
subitem 21 – subitem 22
Can I do with edit-
I am using:
WordPress 5.0.3 running Astrid theme
BuddyPress 4.1.0
Thanks
Fabrice
This is a BuddyPress forum.
Questions specific to WordPress should be asked on the WP support forums.
Hi,
I have a fresh install of WordPress + Buddypress.
Wordpress : 5.0.3
BuddyPress : 4.1.0
All wordpress email are working: manual user creation ….
Unfortunely, buddypress cannot send email activation when a user registers.
Please, this issue is very critical because all stops now. Could someone help ?
Regards
The lack of recent updates, plus the notice that they have not been tested with the recent versions of WordPress. You feel confident they are safe to use and will continue to be supported?
I cannot duplicate your issues. There is something else happening on your installation.
With the code in place I’m unable to search the user database in the WP dashboard – instead of search results it displays a blank page.
The blank page indicates an error.
You could turn on WP Debug and then try another search and then check your error log. Once you’ve generated the errors, you can turn off debug.
Possibly the issue is that it’s trying to call that function to early in the wordpress load process.
@designcornerdev Multisite database has lots of tables which are not covered by site-specific search and replace plugin in most of the cases. You can try https://interconnectit.com/products/search-and-replace-for-wordpress-databases/. Make sure you have a database backup before doing any real changes inside the database.
I support.
My problem is the follow.
I have a multisite installation with more than 30 subsites.
I developed the platform in and different domain for later to “export” to the final domain.
Buddypress groups were working fine before export.
During export, I use a search and replace plugin to change the URLs to the new URL.
After the export when creating a new group, in the second step, wordpress craches and don´t let me chosse the group privacy settings.
My theme is woffice from Alkaweb and the problem pressist even whit the Twenty Seventeen.
This issue started after the export of my site.
Can you please help me in this issue.
Best Regards.
It’s difficult to debug from just that error message.
But it is a generic error that is only sent when the message fails and the error is not a WP error.
From your description, the error is specific to a single site, so something has changed on that site or on your hosting plan.
Using WP_DEBUG may give more info.
hey is there any way so that we can show like and delete button of buddypress in wordpress post comment just like it shows reply and delete button in buddypress activity
@vivekmathur1969 you can migrate site or upgrade to VPS anytime just like regular WordPress website migration.
Hi, I’m even newbier (?) than @cvtbrian in that I’m just starting up with a brand new community (ie zero traffic), and plan to use Buddypress + Woocommerce, plus maybe 20-25 other plugins. I was planning to sign up for Managed WordPress hosting by Godaddy, but then i read in the BP codex/ getting started that “WordPress should be installed manually i.e. via FTP, cpanel, etc. and NOT via webhost scripts (fantastico, softalicious, etc.)which bring about numerous issues when BuddyPress is activated” – and apparently teh managed hosting doesnt allow that, so the Godaddy rep told me then i need to look at Linux hosting.
Has anyone tried BP with Godaddy Managed hosting, and would it be okay to start with shared hosting considering traffic will be very low initially (but BP+WC+plugins would need to work reasonably fast)?
If i take shared hosting now, will it be easy to move to VPS later as traffic increases?
thanks a ton for any inputs!
@lunarayven You can check following codes and use them with Snippet plugin
Change “Activity” component’s name and slug to something else.
Other references of “activity” string at the frontend can be translated using Loco Translate
I’m using WordPress 5.0.3 and Buddypress 4.1.0
How can I display the contents of a BuddyPress tab on the main profile page instead of on a separate tab? I’m specifically hoping to display the reviews form the BP Member Reviews plugin on the Profile page rather than a separate tab.
If you’re not familiar with that plugin, how could I show the content of the Groups tab on the Profile page? I’d like to remove all tabs and show everything on one page for each user.
Thanks!
On my test system, posting that into activity does not result in an embedded video, just a link to the video. BuddyPress does not handle video and in order to have it embed then something else is running in order to do that. It could be WordPress itself as it has embed functionality but looking at the CSS of the embedded video on your site it does not look like WordPress, it looks like there’s a plugin doing it.
Your issue is specific to your installation. And nobody will register on your site so that they can see
the page in question.
Given that you are using Avada and the Shortcodes for Buddypress plugin – there is very little chance that anyone here can help you.
> … list the groups to this page within the setting …
Sounds like an issue with Avada > BuddyPress
For that page, rather than use Avada to build the page, you may need to create a page and assign a hand-coded template to it.
There is lots of info on how to do that.
For example: https://ithemes.com/tutorials/applying-wordpress-page-template/
Wordpress version: 5
Buddypress Version: 3.2.0
Theme Installed: Avada
Website: The Site
I have listed the groups on the Networking page – Networking Page.
Problem I’m having is, If I list the groups to this page within the setting, my banner and small image do not show on the page at all. If I use “Shortcodes for Buddypress”, even though I add [groups-listing] at the bottom of the page they are still showing above the banner & Image.
Any help appreciated.
Thanks
Do not ever – EVER – post your admin credentials on a public web page.
[ Would you hand a copy of your house keys to ‘x’ number of random strangers you pass on the street ? ]
I have removed the credentials and replaced them with the error message that you are seeing.
I don’t have a solution to your issue.
I suspect the BuddyPress prompt to reset the permalinks is a symptom of an WordPress issue in your installation.
You might try asking on the https://wordpress.org/support/ forums.
@sanusalim If you have added register page as a menu, you can hide using https://wordpress.org/plugins/nav-menu-roles/ via menu specific option.
Make sure you have disabled “Anyone can Register” from Setting >> General
http://prntscr.com/m70i4s
Hi,
I am using BUddyPress for my website.I want to hide the Register option from logged in users.How can I implement that?Currently I am running my site in localhost.
Thanks
Versions
——–
wordpress:4.9.8
BuddyPress:4.1.0
Buddypress for learndash:1.2.5
using onleplus parallax theme,and Lerandash,paid mambership pro ,woocommerce plugins