Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1,276 through 1,300 (of 32,678 total)
  • Author
    Search Results
  • #319490
    caioscarvalho
    Participant

    Hi
    Is this method still valid?

    If yes, should I put the function in the theme’s function.php in boorpress or wordpress theme?
    Thanks

    #319487
    wbcomdesigns
    Participant
    #319485
    wbcomdesigns
    Participant

    @zee300 you can try https://wordpress.org/plugins/cleantalk-spam-protect/ it will help to auto-block them.

    wbcomdesigns
    Participant
    #319474
    TheSupercargo
    Participant

    Can anyone recommend a market place or a directory of programmers – or an individual perhaps – who might be prepared to help me improve the BuddyPress forum I’m running? My small group is willing to pay an hourly fee for occasional help.

    We are generally satisfied with the way BuddyPress works out of the box, and we’re not interested in all the bells and whistles provided by paid-for themes like BuddyBoss. We’d just like to change a few of things BuddyPress provides, and above all try to understand the basics.

    We are not interested in learning to code – that’s not what we want to use BuddyPress for. I’m our member with most knowledge of WordPress and I feel I’ve reached the end of what I can do on my own. I’m looking for help, but we can’t pay big bucks, so is there somewhere BuddyPress coders market their skills to help people in our situation?

    Thanks for your advice.

    Here’s our website: pensaroundtheworld.com

    We use Siteground as our hosting service and the current WP installation with a child version of thee Sinatra theme.

    John

    #319461
    isans
    Participant

    Hi all,
    First of all, this is my first time posting here (or in any other forum like this actually) so apologize if I’m missing info or something is not clear. Also, I have very little experience extending WordPress plugins.
    I’m working on a community + e-learning site using BuddyBoss and LearnDash, and there’s an apparently little thing that I need to extend from the base functionality that I don’t know how to develop.
    What we need to achieve is to somehow have paid groups. We have MemberPress, which allows us to do so, but the problem is how to take the user to the correspondent membership page when they try to access a paid group.
    The solution that comes to my mind is to somehow change the default behaviour of the Request Access button on Private groups so that, based on a variable of the given group (that could contain the URL of the associated membership), it redirects users to the membership page.
    I find myself with 2 problems here:
    1. How to add a “field” to each BuddyBoss group that I can use to fill it with the MemberPress membership URL or ID that gives access to that paid group.
    2. How I change the behaviour of the Request Access button so it reads that field and redirects the user there instead of doing what it currently does. Ideally, if the field is blank, the Request Access button should behave as default.
    Do you think this is overall a good approach to the problem we have? Any ideas on how to solve problems 1 and 2?
    Any help is much much appreaciated.
    Kind regards,
    Ignasi.

    #319432
    shanebp
    Moderator

    BuddyPress loads templates for all profile screens.
    It should create a WordPress page for ‘Members’, but nothing else related to profiles.
    And youzify replaces all the BP templates.
    If you are trying to customize youzify profile screens, you should contact their support for instructions.

    RS Seo Solution
    Participant

    Hi,

    Currently i am running a forum on my old website seomanualsubmission.com by name of SMS Forums in MYBB forums script. Now i am redirecting complete website to our another domain, only forums is running on subdomain.

    Due to management and coding issue i want to use wordpress now for forums but main issue is old topics and thread which are existing on our forums.

    So can any one guide me that how can i import from MYBB to buddypress.

    Thanks

    #319428
    tomo974
    Participant

    Hey there,

    I am a complete newbie to wordpress and BuddyPress, not able to write code. I did install BuddyPress, as well as Youzify on a OceanWP theme.

    So far everything works, but BuddyPress did not create pages for the profile of the user. I did create a new Page for the user profile but BuddyPress doesn’t automatically put the user profile on that page. How can i change that?

    Thanks for answers

    #319422
    Blair Geddes
    Participant

    Just following up on this previous query. We had dialogue with Mediapress which we use too. They’ve replied outlining the query though ultimately lies in BuddyPress settings. See below fore reference:

    https://wordpress.org/support/topic/edit-go-to-the-discussion-url/#post-14570858

    Is it possible to re-look at this and advise how the URL structure is edited in BuddyPress please? I guess looking for a solution to drop into functions.php or elsewhere in child theme. Thanks.

    #319395
    rossellam
    Participant

    Just solved using WP registration because no way to use register page

    I added bp-custom.php in /wp-content/plugins

    this is code:

    /**
    * Disables BuddyPress’ registration process and fallsback to WordPress’ one.
    */
    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';
    }
    #319393
    benb1
    Participant

    Hi, so first of all a great plugin.
    However, one little thing that is extremely important for me and i must fix:

    In the Activity Page people can do posts, comment etc..
    There is a Search button there and its not searching very good for some reason.

    For an example:
    USERNAME posted “Hi guys i wanted to share my secret RECEIPE for an amazing PIZZA”

    if i search: “pizza receipe” it doesn’t show any result.
    in the default WordPress search engine it does, how can it be fixed?

    #319350

    In reply to: BuddyPress 8.0.0

    vivekmathur1969
    Participant

    Hi, I’m getting the same database error and it seems linked to Mycred, as Neo also flagged above.

    Here is the full error:

    [15-Jun-2021 13:35:49 UTC] PHP Notice: Undefined property: BP_Members_Component::$table_name_invitations in /home/customer/www/staging57.kidwise.in/public_html/wp-content/plugins/buddypress/bp-core/classes/class-bp-invitation-manager.php on line 53
    [15-Jun-2021 13:35:49 UTC] WordPress database error Table ‘dbosafnzuzggps.i’ doesn’t exist for query SELECT DISTINCT i.id FROM i WHERE class IN (‘bp_members_invitation_manager’) AND type = ‘invite’ AND invite_sent = 1 AND accepted = 0 made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, myCRED_Core->init, do_action(‘mycred_init’), WP_Hook->do_action, WP_Hook->apply_filters, myCRED_Hooks_Module->module_init, myCRED_Hooks_Module->call, myCRED_Hook_Affiliate->run, apply_filters(‘bp_core_signup_send_activation_key’), WP_Hook->apply_filters, bp_members_invitations_cancel_activation_email, bp_members_invitations_get_invites, BP_Invitation_Manager->get_invitations, BP_Invitation::get

    Any suggestions how to fix this, please?

    thanks very much,
    Vivek

    #319332
    chrisjdahl
    Participant

    Found solution here https://wordpress.org/support/topic/bug-two-like-buttons-in-buddypress-comments/
    add_filter( ‘bp_activity_comment_content’, function( $content ) { return $content . wp_ulike_buddypress(‘put’); } );

    It still created the duplicate likes, but with some css I removed that :/

    #319331
    nicogaudin
    Participant

    Hi,

    I’m searching a way to create a tab in the group nav where user could directly write a pm to the moderators or administrator of the group ?

    Can someone help me to do that ?

    Thanks

    Wordpress version : 5.7.2
    BuddyPress Version : 8.0.0

    #319314
    Varun Dubey
    Participant

    @adjunkten will give you a detailed overview of usages
    New xProfile Field Type – Checkbox Acceptance will be introduced in BuddyPress 8.0.0
    For the existing one, that might be the WordPress Privacy checkbox, which is mapped from Setting >> Privacy

    vitoanthony80
    Participant

    Good morning.

    As you can read in the title I am trying to create a website for the first time with the use of the buddypress plugin.
    My intent is not just to use it as a social network but to be able to take advantage of some social functions.

    In practice I would like to allow the user to:
    1) register by filling out the registration form;
    2) registered users will appear in a single map. It will be possible for a registered (or unregistered) user to check other already registered users who are close to his / her geographical position.
    3) only the registered user will be able to see the content of the site;
    4) the administrator will be able to publish a news that will be notified automatically to all users in their profile and via email.

    So there will be no active participation of users in creating posts, groups or sending messages between them.

    For point 2 I used a plugin that allows you to automatically enter the user’s address during registration and to be able to search for the user.

    for point 3 I have installed some plugins but they do not limit the page assignment to registered users only.

    Point 4 I did not understand at all if it is possible to do.

    Finally I would like the wordpress bar not to appear at the top and horizontally (I figured out how to remove it for the administrator but not also for registered users).

    Could you give me some directions.

    Thank you

    cj74
    Participant

    Hello

    I am using buddypress 8 , word press 5.7.2. I recently used this plugin to delete the activity stream but it seems it has also deleted the member log in history of around 180 members. And only those that have logged in (19 members) since i used that plugin are only showing in the “recently active” member list/directory. How do i fix this so all members that have logged in the past will show up again in the directory?

    It will even be best to remove this log in requirements so that all members are displayed in the directory.

    Any help is appreciated.

    Thank you.

    #319279
    gringanc
    Participant

    To add to the above, please note that I tried the above shortcodes *and* hid the WordPress admin bar for regular users. The Login page assigned with the [bbp-login] shortcode still showed the Register page for an unauthenticated user. I’m struggling to show the login form without showing the WP admin bar at the top of the page.

    I strongly suspect that users will be confused by a WordPress-wide login and would like to keep this to regular users registering within the confines of this site without a separate overarching WordPress menu. It’s fine if that winds up being a WordPress login, but I would like for these to be located in-page rather than in a separate menu.

    I’m using BuddyPress 8.0.0 and the latest version of WordPress.

    #319278
    gringanc
    Participant

    Dumb question, but is bbpress the same thing as buddypress? Will the bbp shortcodes work on Buddypress? Without a plugin? We have seen other references that [bc-…] are shortcodes for BuddyPress, where as [bbp-…] is for BBpress.

    Use case: We’re trying to have our own login page and hide the WordPress bar for non-admin users. The login does not need to be a WordPress.com login for our purposes.

    #319244
    greenmeanie
    Participant

    buddypress 8.0
    Wordpress 5.7.2
    WP Mail SMTP 2.8.0

    I have tried user activating just with wordpress and it works it sends the activation link and lets the user register.
    I have tried with a different theme and still doesn’t send the activation link.
    I don’t know what else to give you guys but a Answer would be nice.
    BuddyPress will not send the Activation Link no matter what I tried.
    I even tried some of the old methods from years ago and it still didn’t help.

    #319239
    carosch
    Participant

    Hello,
    sorry for my english, I’m french.
    It is something I haven’t understand.
    How can I have the buddypress items in the Appearence->Menu in wordpress ?

    Caroline

    #319223

    In reply to: BuddyPress 8.0.0

    Anonymous User
    Inactive

    Thanks a lot for your feedbacks. The development team will talk about it during our next dev-chat.

    #319200

    In reply to: BuddyPress 8.0.0

    Anonymous User
    Inactive

    Hi, we also received a « blank page » alert from Kevin in a comment to the announcement post. I’m pasting the content here as it’s a better place:

    « I am getting this error.

    Notice: Undefined property: BP_Members_Component::$table_name_invitations in /home/475382.cloudwaysapps.com/xvvhrjhrac/public_html/wp-content/plugins/buddypress/bp-core/classes/class-bp-invitation-manager.php on line 53

    WordPress database error: [Table ‘xvvhrjhrac.i’ doesn’t exist]
    SELECT DISTINCT i.id FROM i WHERE class IN (‘bp_members_invitation_manager’) AND type = ‘invite’ AND invite_sent = 1 AND accepted = 0

    Also it seems to not work with Youzify plugin active. The page is just blank »

    #319106
    markcummins
    Participant

    p.s. the error occurs when both plugins are active (MyCred 2.1.0.3 and BP 8.0), so anyone who has MyCred installed and upgrades to BP8 could see their site crash. (I am not sure if WordPress would catch this during the Upgrade)

    Also, wonderful work on 8.0. Some really great new features added.

Viewing 25 results - 1,276 through 1,300 (of 32,678 total)
Skip to toolbar