Search Results for 'buddypress'
-
AuthorSearch Results
-
October 25, 2018 at 3:17 am #279418
In reply to: How to edit ‘account activated’ page?
daynewilliams
ParticipantThanks for replying Prashant.
I would like to only change the login link on that particular page for my members.
I still plan to keep my login for myself as an admin: https://fitness101.nz/login
I need my website users to login with my Restrict Content Pro plugin’s login: https://fitness101.nz/members-login/
The problem is that BuddyPress activation page directs my members to the admin login page.
October 24, 2018 at 8:54 pm #279412In reply to: Wrong count shows
Prashant Singh
ParticipantEverytime I need to go back to admin section, tools -> buddypress.Let me explain, as you are using Memberpress registration so you are not following BuddyPress user activation process which is ‘User registers on your site and then they get an activation mail where they get a link and by clicking that they activate their account and as soon as they log in the count gets updated.’
So here one can disable activation email and then can go to the Users screen and there can activate them manually and as soon as they log in there on the site they will be listed there.
Normally if people are not deactivating BuddyPress activation mail then I suggest them this plugin https://buddydev.com/plugins/bp-autologin-on-activation/ so that their users get logged-in automatically as soon as they activate their account and in this way, BuddyPress will receive it’s active members data and count will be fine there.
Right now it seems like you are having issues there due to Memberpress registration. I will suggest you auto-login them on registration and redirect them to their BuddyPress profile and in this way, you do not have to go and do that count fix again and again hopefully.
Thanks
October 24, 2018 at 8:50 pm #279410In reply to: Add Woocommerce Products to Activity Stream
Prashant Singh
Participanthttps://buddypress.org/support/topic/display-custom-post-types-in-activity-feed/
https://buddypress.org/support/topic/adding-custom-post-types-in-the-activity-stream-need-php-help/Also please check if this setting is checked https://prnt.sc/la277c
Thanks
October 24, 2018 at 7:12 pm #279403In reply to: Add Woocommerce Products to Activity Stream
Prashant Singh
ParticipantHi,
Please check this thread: http://mridulgoswami.com/adding-custom-post-type-to-buddypress-activity-the-right-approach/
Thanks
October 24, 2018 at 8:11 am #279385In reply to: How to add captcha to BP login widget?
traceyr-london
ParticipantThanks, but as it’s not been updated in over 3 years I’m reluctant to try it in case I “break” my website.
In the meantime, I think I’ve found a solution using the plugin https://wordpress.org/plugins/no-captcha-recaptcha/ which is working on my Buddypress installation now 🙂best wishes
TraceyOctober 24, 2018 at 1:20 am #279381In reply to: Wrong count shows
inderpreet2018
ParticipantThat was not fixed with custom code. Custom code fixes “Viewing 1 to 20 of 46 active members”, not the main counts https://www.screencast.com/t/JR7qDZTkDL9D
Everytime I need to go back to admin section, tools -> buddypress.
October 23, 2018 at 6:31 pm #279377In reply to: How to add captcha to BP login widget?
Prashant Singh
ParticipantHi,
Please check this plugin https://wordpress.org/plugins/buddypress-captcha/.
Hopefully, it will fix your issue.
Thanks
October 23, 2018 at 6:03 pm #279372In reply to: list of all groups
leandrorm
Participanti tried alredy the `$vgroups = $groups = BP_Groups_Group::get(array(
‘type’=>’alphabetical’,
‘per_page’=>999
));
print_r($vgroups);`
andgroups_get_groups() Ive tried numerous example, with or without id with the order with the type, but just keeps coming empty
and i tried the :
groop loopwere it says :
If you want to show all groups, regardless of whether the the logged-in or displayed member belongs to them, use this:
bp_has_groups( ‘user_id=NULL’ )
but it comes back empty to
I would like to know from my function.php how do I display all the groups on my site?October 23, 2018 at 4:29 pm #279368In reply to: list of all groups
Prashant Singh
ParticipantHi,
Please check this thread https://buddypress.org/support/topic/getting-array-of-all-groups/
Thanks
October 23, 2018 at 5:58 am #279354In reply to: exclude users from member listing
Prashant Singh
ParticipantMembers directory is from BuddyPress. Buddypress always send an activation email when a new user registers from it’s register page. If you are not following that process then certainly you are using memberpress process and have to repair the count always or else let them login and when they will access Buddypress pages they will be listed automatically.
Thanks
October 22, 2018 at 8:59 pm #279342Prashant Singh
ParticipantHi,
This is not the platform to look for developers. This forum is only to have help with BuddyPress related issues.
Thanks
October 22, 2018 at 8:33 pm #279338In reply to: Registration Activation not working with php 7.1
Jacob_26
ParticipantYes, I did that, but I can’t find a buddypress related error, just other messages
October 22, 2018 at 6:32 pm #279322In reply to: Registration Activation not working with php 7.1
Prashant Singh
ParticipantCan you please check if there is a page called activate in your pages list and also it is assigned to activate page setting in BuddyPress?
Thanks
October 22, 2018 at 4:06 pm #279307In reply to: Disable user status updates
shanebp
ModeratorYou don’t say which template pack you’re using… Depending on which you’re using:
Find this file:
buddypress\bp-templates\bp-legacy\buddypress\activity\index.php
Or this one:
buddypress\bp-templates\bp-nouveau\buddypress\activity\index.phpThen find this code:
<?php if ( is_user_logged_in() ) : ?> <?php bp_get_template_part( 'activity/post-form' ); ?> <?php endif; ?>And change it to:
<?php if ( is_super_admin( get_current_user_id() ) ) : ?> <?php bp_get_template_part( 'activity/post-form' ); ?> <?php endif; ?>Rather than make the changes to the BP templates, use a template overload instead.
October 22, 2018 at 1:21 am #279279In reply to: exclude users from member listing
inderpreet2018
ParticipantYes, I am using “New User approve” plugin, as I am using “Memberpress” plugin to maintain registrations.
How I approve new users from buddypress?
October 21, 2018 at 11:09 pm #279276In reply to: No “Create Group” button is visible
tsortore
ParticipantRESOLVED: I was trying not to, but reinstalling BuddyPress fixed the issue.
I appreciate the help,
Tony
October 21, 2018 at 10:32 pm #279275In reply to: No “Create Group” button is visible
tsortore
ParticipantHere is my theme and a list of plugins, most of which came with the premium theme. There have been no complaints I’ve found of the groups not working “out-of-the-box” with this theme.
*** These were the only plugins that did NOT come with the theme.
Theme: WOffice
Active Plugins:- Akismet Anti-spam
- All in one WP Migration
- BP xProfile Location ***
- BuddyPress
- Buddypress Xprofile Fields Custom Css Classes ***
- DP Pro Event Calendar
- Eonet Live Notifications
- File Away
- GamiPress
- LocateAnything ***
- Slider Revolution
- Unyson
- User Role Editor ***(suggested and tested compatible plugin)
- Wise Chat
- WP ERP
- WP ERP – PDF Invoice
- WP Bakery Page Builder
Still no luck getting group creation working.
Thanks for your response! Any ideas?
October 21, 2018 at 12:17 pm #279254In reply to: exclude users from member listing
Prashant Singh
ParticipantHi,
BuddyPress never lists pending and denied members. Are you using any other system to verify them?
Thanks
October 21, 2018 at 12:33 am #279243mutoha
ParticipantRegarding the matter of the “compatible with nouveau”,
Do you think that “BuddyPress Follow(1.2.2)” will be available if you change any of the “BuddyPress(3.2.0) with nouveau”?I am in trouble because I can not use it even if I change the next file.
bp-nouveau > buddypress > activity > entry.php
bp-nouveau > buddypress > activity > activity-loop.phpWould you please give me a hint?
Thanks.
October 20, 2018 at 8:43 pm #279240Prashant Singh
ParticipantI always focus on the updated plugin so try to Use the latest “BuddyPress(3.2.0)” with “legacy”. And also please recommend to devs to make it compatible with nouveau.
Thanks
October 20, 2018 at 8:17 pm #279234Prashant Singh
ParticipantHi,
You can check this https://buddypress.org/support/topic/hiding-profile-tabs-i-e-messages-based-on-user-role/ and use bp_core_remove_subnav_item.
Thanks
October 20, 2018 at 6:26 pm #279229In reply to: Create/add forum from frontend
Prashant Singh
ParticipantHi,
Please replace the previous code with this code if you want a tab and not the previous one:
function ps_profile_forum_creation() { if(current_user_can('moderate')){ global $bp; bp_core_new_subnav_item( array( 'name' => 'Create Forum', 'slug' => 'create-forum', 'screen_function' => 'ps_create_forum_screen', 'position' => 200, 'parent_url' => bp_loggedin_user_domain() . '/forums/', 'parent_slug' => 'forums', 'default_subnav_slug' => 'create-forum' ) ); } } add_action( 'bp_setup_nav', 'ps_profile_forum_creation' ); function ps_create_forum_screen() { add_action( 'bp_template_content', 'ps_create_forum_screen_content' ); bp_core_load_template( 'buddypress/members/single/plugins' ); } function ps_create_forum_screen_content() { echo do_shortcode('[bbp-forum-form]'); }Hopefully, it will help you.
ThanksOctober 20, 2018 at 5:49 pm #279228In reply to: Wrong count shows
Prashant Singh
ParticipantHi Inderpreet,
Try repairing the count from Tools->BuddyPress, if it does not fix the issue then it seems like your members have not yet logged-in on the site. As soon as they all will log in on the site the count will be fixed. Because BuddyPress shows the count of the active members(at least they logged in once).
Thanks
October 20, 2018 at 7:37 am #279207In reply to: is_404() returns true on Group pages
Viktor Szépe
Participanthttps://buddypress.trac.wordpress.org/ticket/6527#comment:4 settles this.
You should check
is_404()attemplate_redirectpriority 11 the earliest.October 20, 2018 at 3:17 am #279198mutoha
ParticipantCan you please teach me.
Which do you prefer: A or B?
A:Use the latest “BuddyPress(3.2.0)” with “legacy”
B:Use the old “BuddyPress(2.9.4)” with “nouveau”Thanks.
-
AuthorSearch Results