Search Results for 'buddypress'
-
AuthorSearch Results
-
October 22, 2018 at 8:33 pm #279338
In 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.
October 20, 2018 at 3:07 am #279197mutoha
ParticipantHi,
You just said it!
The most up-to-date version compatible with “BuddyPress Follow(1.2.2)” was “BuddyPress(2.9.4)”.
But, as you say, using “legacy” also matches “BuddyPress(3.2.0)”.
So, What is “legacy”? What is the difference with “nouveau”?
Where is the explanation?Thanks.
October 19, 2018 at 6:40 pm #279191In reply to: Theme for BuddyPress only
Prashant Singh
ParticipantHi,
The article has mentioned everything there. Please take a backup before doing so. The theme depends on your need, compare the features and buy one. Kleo, BuddyBoss is one of the best BuddyPress themes.
Thanks
October 19, 2018 at 6:25 pm #279190In reply to: Theme for BuddyPress only
kampo
ParticipantThanks a lot. Is it a secure way to implement two themes?
Other question, which theme do you advice to work best for BuddyPress?
Thanks againOctober 19, 2018 at 5:31 pm #279186In reply to: Upload Avatar in registration page
binaryfabric
Participant@Hugo64 Dose the Buddypress Upload Avatar Ajax plugin work with BP 3.0+
October 19, 2018 at 1:32 pm #279177In reply to: Translation of Cover Photo
Prashant Singh
ParticipantHi,
Instead of the plugin, have you checked in your active theme? This might be there as well if you have BuddyPress based theme.
October 19, 2018 at 10:40 am #279160In reply to: Improve Comments in Activity Stream
Prashant Singh
ParticipantOctober 19, 2018 at 10:15 am #279154Prashant Singh
ParticipantHi,
Please try with the legacy template pack and in terms of version if it is not compatible with the latest version then please request in plugin’s support forum to make it compatible. Try any version of BuddyPress less than 3.0 to check the compatibility.
Thanks
October 19, 2018 at 10:11 am #279153In reply to: Translation of Cover Photo
Prashant Singh
ParticipantHi,
Please install https://wordpress.org/plugins/loco-translate/ plugin and then go to plugins menu of this plugin’s setting and find BuddyPress there and there you need to search this string and translate.
Thanks
October 19, 2018 at 9:21 am #279146In reply to: Dequeue bp-nouveau css
John
ParticipantAh, I had it in functions.php just moved it into bp-custom.php and it worked!
Still getting used to remembering to put buddypress stuff in bp-custom.php rather than functions.php.
Thanks 🙂
John
October 19, 2018 at 7:55 am #279139Topic: Dequeue bp-nouveau css
in forum How-to & TroubleshootingJohn
ParticipantI want to dequeue, or override, the bp-nouveau stylesheet. I have tried:
function dequeue_buddypress() { if (!is_admin()) { wp_dequeue_style('bp-nouveau'); wp_deregister_style('bp-nouveau'); } } add_action('wp_enqueue_scripts', 'dequeue_buddypress', 1);Have also played with priorities from 1 to 99 and tried the handle bp-nouveau-css.
as well as trying to override the css in the theme but neither has worked.
Anyone know how I can get the bp-nouveau css to dequeue?
October 19, 2018 at 3:56 am #279127In reply to: BuddyPress redirect
Brajesh Singh
ParticipantHi,
If you are referring to this plugin
I am the author and I can assure that it works with BuddyPress 3.2
The plugin is just a few lines of code and it does not need any change. That’s why it has not been updated. I will push a change in readme.
Also, if you need the code, Here is the complete code for the plugin
https://github.com/sbrajesh/bp-redirect-to-profile/blob/master/bp-redirect-to-profile.phpRegards
BRajesh -
AuthorSearch Results