Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 6,951 through 6,975 (of 69,043 total)
  • Author
    Search Results
  • #272081

    i use
    wordpress vers- 4.9.5
    buddypress vers- 2.9.4

    Varun Dubey
    Participant

    @mseibel it might be possible you are looking for some option which you can use to filter out some words from activity and messages.
    You can check https://wbcomdesigns.com/buddypress-profanity-filter-bad-words/

    #272068
    Varun Dubey
    Participant
    #272060
    avaiya
    Participant

    Hey @vapvarun. Thanks for your help. I don’t think this is the issue. It is not specific BuddyPress pages, it is anything, any feature, any shortcode, any widget associated with BuddyPress that people cannot see.

    For example, if I login to the Get Started Page, there is a widget on the right with the BuddyPress shortcode, [bp_profile_gravatar dimension=125], and it doesn’t show up. There is also a Navigation bar at the top called “Profile” which links to the BP Profile page, and it doesn’t show up either.

    But if I then click on ANY link on that Get Started Page, all of a sudden the missing BuddyPress features appear on the page. So they only disappear when someone initially logs in.

    #272053
    Varun Dubey
    Participant

    @niclovelace BuddyPress is translation ready and you can simply use Loco Translate plugin to translate any terms with the desired one from the plugin options.
    No need to modify any codes.

    #272052
    Varun Dubey
    Participant

    @avaiya BuddyPress is translation ready and you can simply use Loco Translate plugin to translate any terms with the desired one from the plugin options.

    #272051
    Varun Dubey
    Participant

    @avaiya Try to make sure BuddyPress pages should be available for all membership levels. If a specific member is not able to view BuddyPress pages, it might be possible he/she is not part of particular membership level for which BuddyPress pages are available.

    #272049
    Varun Dubey
    Participant

    @rchatman If your theme is adding each action as new custom post type post submission.
    You can go with https://codex.buddypress.org/plugindev/post-types-activities/ approach. I can also help with custom development.

    #272044
    Paul Wong-Gibbs
    Keymaster

    @rastislavkr unless your problem is identical, down to the same plugin, please start your own new thread discussion next time. 🙂

    Generally speaking, I believe BuddyPress should render third-party shortcakes in its theme compatibility templates. How easy is this to reproduce?

    If it’s very quick and easy, and you provide step-by-step instructions, I may be able to investigate and see if it’s a bug in BuddyPress. No guarantees on timeline, though. 🙂

    #272042
    Paul Wong-Gibbs
    Keymaster

    I suspect by now you’d have been able to duplicate them if you’d started manually. 🙂

    There’s no built in functionality for this. You could have tried duplicating the rows in the database (not trivial unless you are familiar with MySQL), or perhaps seeing if you could automate something with the BuddyPress extension for WP-CLI: https://github.com/buddypress/wp-cli-buddypress

    #272041
    Paul Wong-Gibbs
    Keymaster

    Short answer is WordPress has a totally crap email API, and it’s really hard to reliable filter the core WordPress emails. That’s a big part of the reason I wrote a modern email API for BuddyPress, because WordPress itself is doing a bad job.

    Let me know if you think this is something we should prioritise. It’s been a while since we’ve improved the email system, and this might be a good reason for another pass.

    #272040

    In reply to: Buddypress Page Titles

    Paul Wong-Gibbs
    Keymaster

    Do not duplicate your requests for help. Volunteers here have limited time: https://buddypress.org/support/topic/buddypress-page-title-remove/

    #272038
    Paul Wong-Gibbs
    Keymaster

    Venutius, maybe we should look at bringing the shortcakes into BuddyPress core sometime.

    #272037
    Paul Wong-Gibbs
    Keymaster

    By default, your theme’s page.php is used as the wrapper. In your theme, duplicate that file and rename it to buddypress.php. Then you can edit that wrapper template and it will only affect BuddyPress.

    #272036

    In reply to: Assign Members Page

    Paul Wong-Gibbs
    Keymaster

    I am not sure why this might not work. I suspect, too, it is a conflict with some other plugin or theme that affects permalinks or page management, but it’s impossible to tell without actually working through the code and checking your database. Perhaps the theme, as you said you’ve tried disabling all plugins.

    If you let me know your versions of WordPress and BuddyPress, and if your site has WordPress multisite enabled or not, or if you’ve customised any BuddyPress options via custom code, I’ll try to test on a similar site next week and just confirm if it actually works. I doubt that’ll help fix your issue, though, unfortunately.

    #272035
    Paul Wong-Gibbs
    Keymaster

    You’ll need to be a reasonably competent developer, familiar with WordPress, to achieve this. There is some documentation at https://codex.buddypress.org/plugindev/bp_activity_add-2/ that might help you get started. Good luck!

    #272034

    In reply to: Cron Jobes Issue

    Paul Wong-Gibbs
    Keymaster

    Hi @jerrysmith212

    Thanks for the kind words! BuddyPress does *use* a cron task for only one thing — if Activity component is active and you also have the Akismet plugin enabled, then there’s an integration between the two, and our cron task periodically tidies up old metadata.

    We do nothing that I know of that affects WordPress’ cron system, let alone something that might break things.

    (To clarify: we use WordPress’ “scheduled cron” API, like all plugins, not actual “Linux cron” jobs).

    #272032
    rchatman
    Participant

    FYI

    I am using the listingo theme from envato and buddypress v.2.9.4

    #272022
    avaiya
    Participant

    I’d like to change the title of a couple of things in BuddyPress:

    Change “Friends” to “Neighbors”
    Change “Groups” to “My Conversations”
    Change “Activity” to “My Activity”

    I’d also like to add “Events”

    How would I do this?

    #272017
    avaiya
    Participant

    Thank you. Is this a different plugin that this one?

    BuddyPress Profile Shortcodes

    I currently have this plugin. http://extend.bt4.me/downloads/buddypress-profile-shortcodes/

    #272012
    Venutius
    Moderator

    To a certain extent I’d say the answer is yes it’s possible, all the read only pages at least. Take a look at the overload files in plugins/buddypress/bp-teplates/bp-legacy/buddypress/members/single. These are the page components that make up much of the bp profile pages.

    #271986

    In reply to: Assign Members Page

    baccoeur
    Participant

    Hi

    Thank you for your response

    I just follow and check the instruction you give.

    Try deactivating all other plugins, this is most likely a plugin conflict I would think.

    Still issue exist
    I have done deactivating all plugins in the site but still doesn’t save the member page.
    http://prntscr.com/j3m4oz

    The following active BuddyPress Components do not have associated WordPress Pages: Members. Repair

    Please advice.

    Thank you!

    #271984
    josh.grisdale
    Participant

    Any emails sent via BuddyPress like new messages from users etc

    Jonas
    Participant

    There’s different ways of solving it, you can look to this old post for some pointers.

    or you could do something like this

    <?php
    function opengraph_tags() {
        // defaults
        $title = get_bloginfo('title');
        $excerpt = get_bloginfo('description');
    
        if( bp_current_component() ) {
            global $post;
            setup_postdata( $post);
            $title = get_the_title();
            $excerpt = get_the_excerpt();
            if ($excerpt) {
                $excerpt = strip_tags($excerpt);
                $excerpt = str_replace("", "'", $excerpt);
            }
        } ?>
            
        <meta name="description" content="<?php echo $excerpt; ?>"/> <!-- general meta tag -->
        <meta property="og:title" content="<?php echo $title; ?>"/> <!-- facebook meta tag -->
        <meta property="og:description" content="<?php echo $excerpt; ?>"/> <!-- facebook meta tag -->
        <meta name="twitter:title" content="<?php echo $title; ?>"> <!-- twitter meta tag -->
        <meta name="twitter:description" content="<?php echo $excerpt; ?>"> <!-- twitter meta tag -->
    
    <?php }
    add_action('wp_head', 'opengraph_tags', 5);

    You’d then be able to write the description of the buddypress page in the excerpt input while editing whatever Buddypress page. This only solves the main pages though.

    If you’d like to go further for group, member and activity SEO you’d have to follow it up with some more code.

    #271974
    maxpozitiv
    Participant

    Screenshot of adding a field

    BuddyPress ver. 2.9.4
    Theme Woffice by Alkaweb
    WP ver. 4.9.5

Viewing 25 results - 6,951 through 6,975 (of 69,043 total)
Skip to toolbar