Search Results for 'buddypress'
-
AuthorSearch Results
-
January 29, 2019 at 1:45 pm #302465
In reply to: Regarding Searching Member Directory
shanebp
ModeratorThe easiest approach, imo, would be to remove the current member search input from the members directory.
For example, create an overload of this file and delete the code re member search:
buddypress\bp-templates\bp-legacy\buddypress\members\index.phpThen get this plugin: BP Profile Search
And configure a custom member search that only includes the fields you want.January 28, 2019 at 9:17 pm #302456In reply to: BuddyPress LearnPress tabs
shanebp
ModeratorThese are the forums for just the BuddyPress plugin.
Please direct your questions about LearnPress – BuddyPress Integration to the creators of that plugin.January 28, 2019 at 8:26 pm #302453Renato Alves
ModeratorBuddyPress has a CLI command now you can use.
wp bp tool repair friend-countJanuary 28, 2019 at 5:03 pm #302449In reply to: visibility options bug?
msteimann
ParticipantI think you’ve identified a bug with the registration form, it misleadingly gives the impression that the visibility for the Name field can be changed. Wuld you mind raising a bug report on https://buddypress.trac.wordpress.org/ ? Also you can use the same link to raise your feature request.
Thank your for looking into this, Venutius. Good to know that I can now raise a bug report, and a feature request as well. Thank you and your team for putting so much effort into this really great plugin!
January 28, 2019 at 3:11 pm #302445In reply to: visibility options bug?
Venutius
ModeratorI think you’ve identified a bug with the registration form, it misleadingly gives the impression that the visibility for the Name field can be changed. Wuld you mind raising a bug report on https://buddypress.trac.wordpress.org/ ? Also you can use the same link to raise your feature request.
January 28, 2019 at 2:46 pm #302443In reply to: Filter by group (not activity type)
shanebp
ModeratorIf you are not an experienced developer, you may be better off hiring such a person.
Until you write some code and ask specific questions about it, here are some general pointers…
Take a look at how the activities are restricted on a group activity page.
There are some codex pages that provide info:
Add custom filters to loops and enjoy them within your plugin
January 28, 2019 at 1:16 pm #302438In reply to: visibility options bug?
msteimann
ParticipantThanks for your quick reply, Venutius!
I have tried the WP 2015 Theme and got the same results. So I switched back to KLEO and noticed, that the xProfile fields do change to the desired visibility settings, AFTER the user clicks the SAVE SETTINGS button. So I guess I was confused by the fact that BEFORE you hit the save button there is a misleading visual feedback (the visibility term does not alter to the according setting the user has just changed it to, it still displays the same value as before).
Could this be changed in the next release?
My first problem still remains: the „change display name visibility option“ is displayed beneath the name field on the user Registration page. This doesn’t make sense, if the name’s visibility throughout BuddyPress network is mandatory. How can I get rid of this line? Does this line and it’s user changeable visibility options really not appear on a default install?
In the WP Dashboard I cannot change the options for the primary Name field. Only the fields under the details tab can be altered by admin and set to be visibility-changeable by the user. (Hope you understand what I try to say 😉
Regards,
Martin
January 28, 2019 at 9:48 am #302433Topic: Avatar image
in forum How-to & Troubleshootingmi0o
ParticipantHello,
I upgraded buddypress from 2.9 to 4.1
I dont see default avatars in comments now. in img html I have something like this: http://img%20src=%20width=50%20height=50%20alt=%20class=avatar%20avatar-50%20wp-user-avatar%20wp-user-avatar-50%20photo%20avatar-default%20/Do you have any suggestions?
January 27, 2019 at 8:24 pm #302425In reply to: remove ‘last active’ status
artluverr
ParticipantI 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?
January 27, 2019 at 8:08 am #302420liammitchell
ParticipantOkay looks like I can extend BP_Component which can then have rewrites, screens and actions.
Great 🙂
January 26, 2019 at 11:14 pm #302418Topic: Redirect Register?
in forum How-to & Troubleshootingjstande
ParticipantIf 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 WordPressJanuary 25, 2019 at 8:27 pm #302412In reply to: Activation emails partly translated
shanebp
ModeratorI 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 thebuddypress.potfile.
And it seems to be in thebuddypress-fr_FRfiles.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).January 25, 2019 at 5:08 pm #302407In reply to: How to output a topic list using the main loop
shanebp
Moderatorpage-bp-public.phpis not in the BuddyPress plugin.$query->set('post_type', 'topic');
‘topic’ post types are created and handled by bbPress.January 24, 2019 at 8:17 pm #302386In reply to: Need help first install
6eotech
Participantand me i need install buddypress for my blog
January 24, 2019 at 4:28 pm #302385In reply to: Category & Tag
shanebp
ModeratorThis is a BuddyPress forum.
Questions specific to WordPress should be asked on the WP support forums.January 23, 2019 at 10:30 pm #302375In reply to: user-nicename is @persons-name-2-2-2-2
shanebp
ModeratorSo there is an
@at the beginning of a user_nicename ?
BuddyPress does not typically do that; this seems more like a WP issue.The ‘2’ usually means that the name was not unique and so a 2 was added.
Usually, theuser_nicenameis the same as theuser_loginso that it is unique.Did you check your database to see if all login names are the same as their nicenames ?
Do you have some other plugin or custom code that manipulates or assigns either field?January 23, 2019 at 5:28 pm #302366In reply to: Don’t see Forum Menu in WP Dashboard
Venutius
ModeratorHi there, BuddyPress does not come with forums, for that you’d need a plugin such as bbPress.
January 23, 2019 at 4:34 pm #302364In reply to: Odd behavior with user profile link
shanebp
ModeratorHave you tried updating BuddyPress ? The current version is 4.1
Can you provide an example of a link that does not work?
And an url to a user profile ?January 23, 2019 at 1:14 pm #302360In reply to: bb_notification admin-ajax overloading server
shanebp
ModeratorBuddyPress does not have a function called
bb_notification_countAre you using a BuddyBoss plugin or theme?
If so, that is where the issue is and you should contact BuddyBoss with your question.January 22, 2019 at 9:34 pm #302356shanebp
ModeratorIt should work.
Try moving it to bp-custom.phpJanuary 22, 2019 at 9:30 pm #302355In reply to: Error message Call to undefined function
shanebp
ModeratorIt looks like you are using a very customized version of BuddyPress.
BuddyPress typically lives in/wp-content/plugins/not in/wp-content/mu-plugins/.
And it does not have a directory called/admin-mods/or a file calledbp-core-homebase-dashboard.php.I doubt anyone here can help you.
You need to talk to the people who set up your website.
btw –bp_user_fullname()can be found inbuddypress\bp-members\bp-members-template.phpJanuary 22, 2019 at 9:26 pm #302353In reply to: Error message Call to undefined function
Venutius
ModeratorI don’t think that’s a feature of BuddyPress itself, you’ll need to refer to the creators of that plugin.
January 22, 2019 at 12:41 pm #302345In reply to: How to combine buddypress and ucommerce?
shanebp
ModeratorBuddyPress does not provide forums.
Try using bbPress or maybe ask on their support forums.January 22, 2019 at 11:56 am #302341In reply to: Groups not Working after migration
designcornerdev
ParticipantHi Varun.
Thank you very much for your answer.
I used the plugin that you mention and the migration went well.
The only problem is in all subsites the groups creation stopped working at step 2 for all the subsites.
A curious thing is that the group is created despite the crash at step 2.
When i go to the groups -> the group exists and i can configure the step 3, 4 and 5.
The problem is the crash and the white page. The user does not know what to do.
All of the other features of buddypress works fine.
Best Regards
January 22, 2019 at 12:43 am #302334In reply to: Get all groups in admin side
Oxibug
ParticipantThanks Pal, Working GREAT
I was using bp_include like suggested in documentation but it seems it’s related to files only.
Final Code
class MY_PLUGIN_BuddyPress { private static $_instance = null; /* * Silent Constructor * * */ public function __construct() { } public static function instance() { if( is_null( self::$_instance ) ) { self::$_instance = new self; self::$_instance->init(); } return self::$_instance; } private function init() { add_action( 'bp_load', array( &$this, '_buddypress_action' ), 10 ); } public function _buddypress_action() { $all_groups = BP_Groups_Group::get( array( 'type' => null, 'orderby' => 'date_created', 'order' => 'DESC', 'per_page' => null, 'page' => null, 'user_id' => 0, 'slug' => array(), 'search_terms' => false, 'search_columns' => array(), 'group_type' => '', 'group_type__in' => '', 'group_type__not_in' => '', 'meta_query' => false, 'include' => false, 'parent_id' => null, 'update_meta_cache' => true, 'update_admin_cache' => false, 'exclude' => false, 'show_hidden' => false, 'status' => array(), 'fields' => 'all', ) ); } } -
AuthorSearch Results