Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,276 through 1,300 (of 7,527 total)
  • Author
    Search Results
  • #252564
    sharmavishal
    Participant

    Thanks for your time on this..highly appreciated…regarding the points

    1. setting up WordPress to a custom language.

    i am not using wp lang files…so in site/settings/general i keep the default english option on a multisite for french language. is this correct way? i dont want WP in French but only BP in French. Backend WP+BP should remain in english. only frontend should be french.

    2. Note that the language should exist on GlotPress and must be completed to 100%.

    that means lang files which are NOT 100% complete i need to update them manually in future?

    3. the translation will be automatically uploaded to wp-content/languages/plugins/

    yes. i want the latest translation files to be automatically updated. i wont be doing any manual translations as i dont know the languages. so if i want to translate BP and BB then is the following structure correct:

    /wp-content/languages/plugins/buddypress-fr_FR.po
    /wp-content/languages/plugins/bbpress-fr_FR.po

    4. Custom usage

    this has me confused. this line “you can store your custom version in the first directory wp-content/languages/plugins/.”

    custom PO files go to wp-content/languages/plugins/buddypress right? which i wont require as i wont be doing custom trnaslations. is this correct assumption?

    wp-content/languages/plugins/ has the po files which would be auto updated as and when there are updates right?

    Thanks once again

    #252545
    danbp
    Participant

    Hi,

    thank you for reporting your thoughts. But the mentionned warnings are very generic, and more important, related to vulnerabilities listed by WPScan Vulnerability Database. It gives you an information, but you have to investigate more about it when you get some alerts.

    But before you get in panic, check WPScan and one or two other service, to confirm. In 2016, such informations are also relayed by social networks. If you find nothing there, you’re probaby not concerned, even if the plugin let you know about a defection. 🙂

    In your examples, the first message is related to a step cookie using json, and the second mention a deprecated function. This doesn’t mean it is bad or dangerous, but that it is no more used or mostly because it will be removed in a next version. Until, it continues to work.

    Once reported by WPScan, the plugin relies a vulnerability on your site. That’s fine, but doesn’t mean the vulnerability affected your site, or even that the vulnerability wasn’t already solved. For example you will see that BuddyPress isn’t reported on WPScan. And the 2 vulnerabilities reported for bbpress (in 2014 !), where both solved in version 2.0. FYI, latest stable version of bbpress is 2.5.8

    By experience, i can tell that most of WP vulnerabilities and sister projects like BuddyPress, are actively handled in a few hours after they have been reported.

    It’s important to be concerned by security, but it’s also important to know about security (not only trusting to a plugin) and very health savy, to not to sink into paranoia. 😉

    A first step into WP security would be to read here.

    As best practice advice: contact directly the devs when you are aware about a vulnerability. Don’t give any public information or details about it (to avoid replication) and stay discreet, at least until you received some official instructions.

    Of course you can also mention all this to the devs here: https://buddypress.trac.wordpress.org/report

    #252534
    mln83
    Participant

    Hi guys,

    I am running some tests on my site and found a few deprecated functions and recommendations for the BuddyPress plugin:

    Unsafe/buddypress/bp-groups/bp-groups-actions.php view source
    base64_decode at line 141:
    $bp->groups->completed_create_steps = json_decode( base64_decode( stripslashes( $_COOKIE['bp_completed_create_steps'] ) ) ); 
    Potential risk: High. Decode data encoded with MIME base64. May be used to obfuscate (hide) malicious code. Often paired with eval function to execute malicious code.
    DeprecatedUnsafe/buddypress/bp-forums/bbpress/bb-includes/functions.bb-core.php view source
    force_ssl_login at line 566:
    ( ( $context & BB_URI_CONTEXT_BB_USER_FORMS ) && force_ssl_login() ) // Force https when required on user forms 
    Deprecated 4.4.0 Use force_ssl_admin()

    For a full report, I suggest you take a look at Plugin Inspector – https://wordpress.org/plugins/plugin-inspector/

    Best regards,
    Michael

    #252521
    @mercime
    Participant

    Hi @noahboddy Looks like you have already deactivated BuddyPress from your site. If you still want to install BuddyPress on your site and want to troubleshoot the issue, I would recommend that you disable all plugins other than BuddyPress and bbPress. When you get BP working, then activate other plugins one by one to check which was the culprit.

    #252457
    skulldragon
    Participant

    1. Which version of WordPress are you running? The latest

    2. Did you install WordPress as a directory or subdomain install? Normal install in root

    3. If a directory install, is it in root or in a subdirectory? Root

    4. Did you upgrade from a previous version of WordPress? If so, from which version? No

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes

    6. Which version of BP are you running? The latest

    7. Did you upgraded from a previous version of BP? If so, from which version? If there was another version around 2 months ago, yes. Issue persists through both updates.

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    404 to 301
    All in one Favicon
    bbPress
    BP Profile Search
    BuddyPress
    BuddyPress Cover Photo
    Custom Facebook Feed
    Divi Builder
    Elegant Themes Updater
    Events Manager
    Go – Responsive Pricing & Compare Tables
    K Elements
    List category posts
    Page Links To
    rtMedia for WordPress, BuddyPress and bbPress
    s2Member Framework
    Slider Revolution
    Taxonomy Metadata
    WP FullCalendar
    WPBakery Visual Composer

    9. Are you using the standard WordPress theme or customized theme? KLEO

    10. Have you modified the core files in any way? No

    11. Do you have any custom functions in bp-custom.php? No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Latest

    13. Please provide a list of any errors in your server’s log files.

    14. Which company provides your hosting? Siteground

    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache I think.

    #252434

    In reply to: Chaning DB prefix

    gdams82
    Participant

    Can I please get some love? I’ve read a few other threads about this, https://buddypress.org/support/topic/resolved-table-prefix-change-old-topics-dont-display-new-topics-go-to-db-table-with-old-prefix/ suggested that I needed to alter bb-config.php, but I understand from https://buddypress.org/support/topic/bb-config-php-file-is-missing/ that bb-config.php is no longer used. The later lead me to https://codex.buddypress.org/getting-started/guides/migrating-from-old-forums-to-bbpress-2/, which covers importing forums but doesn’t seem to get me what I need. Any help would be greatly appreciated.

    tech55541
    Participant

    Hello,
    I have just noticed when a username is mentioned on the BBPress, borrowed from BuddyPress, it uses the person’s username as the output. Is there anyway to change the output in posts/replies to the users display name? Example below.


    @username

    Displays on forum: @username
    Should display as the user preferred display name set in settings as
    Bob Green.

    Thanks for your help.

    #252421
    jason92
    Participant

    Just installed WP 4.5 with BBPress and BuddyPress. When I register for test accounts on my site, the “Pending” section under “Users” in my dashboard stays at zero. So, when I click on “Manage Signups” there’s nobody there to manage. If I click on “All” the user does show up with a Site Role of “Subscriber” and nothing is listed under “Forum Role.” I know it’s something I’m just overlooking, but I can’t figure out what. Thanks so much for any help.

    #252411
    Dono12
    Participant

    Yes. I might add I have bbpress child theme don’t think that should matter

    #252407
    skulldragon
    Participant

    Whenever I try to view ANY profile on the members page, I get redirected to the homepage.

    ALL links in the black box in the upper right hand corner redirect to the homepage.

    ALL links that have a directory after /members/ gets redirected to the homepage.

    I’ve searched these forums and all over google but can’t seem to find a solution.
    Changing/saving permalinks do not work.
    Deactivating plugins and changing theme to 2015 does not work.

    I’m running s2 with bbPress and BuddyPress. Just trying to get everything working happily together.

    http://jerseymanlegacyclub.com/

    dfarland
    Participant

    URL: thedivisionrpcommunity.com
    WordPress 4.4.2 (New Installation)
    BuddyPress 2.5.2
    bbPress 2.5.8
    Theme: Spacious 1.3.8
    Hosting: Media Temple (Grid)

    I am nearly finished with the setup of my site, but quickly realized that I am having trouble with BuddyPress emails. WordPress emails are working fine, but none of the BP emails are going through to the admin or the users. I’ve read through a lot of forum posts suggesting various SMTP plugins, but haven’t seemed to find the magic plugin (or plugin configuration) to get it working. I tried PostMan and Easy WP SMTP, as well as some I don’t recall the name of. In all cases, the WordPress mail continued to get delivered as well as the test emails sent via the plugins, but never the BuddyPress mail. Interestingly enough, I noticed that with Postman installed it didn’t even show that it tried to send an email from BuddyPress. Other emails showed up in the log, but BuddyPress never registered.

    I’ve also been looking at my host configuration and I have opened a support request with them to see if they might be able to shed some light on this. During my research I came across the following in their WordPress documentation.

    — Begin Quote —
    Third-party Mail Connections

    While no third-party mail plugins are explicitly banned by our plugin blocker, all connections from ports 25, 465, and 587 are blocked for security reasons. Therefore, it is not possible to send mail from your WordPress Hosting service using a third-party mail system.
    — End Quote —

    Now, I might accept this could be the issue, but I’ve seen a lot of people, including moderators, that have recommended Media Temple and are using them for their BuddyPress installation. Either this quote does not apply to my Grid account or they’ve figured out how to work around it. Hopefully one of these WP/BP users on MT has some insight for me.

    -don

    #252359
    Don
    Participant

    Hi Paul,

    Thanks for the reply.

    Actually, I just discovered an advantage (or feature) with respect to network activating vs. network deactivating BuddyPress. With BuddyPress Network Activated, a subsite administrator has the ability to insert BuddyPress widgets in their site(s); however, upon network deactivation, all the subsite administrator’s BuddyPress widgets disappear. I’ve tested three BuddyPress widgets on a subsite so far and while the links in the Members and Groups widgets point to the main site (blog_id=1), the links in Recent Topics default to any forum.

    From a Multisite network administrator’s point of view, it appears the advantage of having BuddyPress network activated is to grant subsite administrators the ability of linking to the group and member directories from their subsites. In constrast, having bbPress Network Activated would potentially create as many forums as there are subsites.

    Am I overlooking anything?

    Thanks,
    Don

    lim sungbeom
    Participant

    I wrote this article in bbpress.
    But somebody reply like this

    ‘This seems a BuddyPress question, not a bbPress question, right ?
    I think the BuddyPress forum would be a better option to get an answer.’

    So I write again in buddypress forum.

    ———————————————————————————

    I want to link a group to a forum which exits,

    So I checked it and set a forum name (first one below ‘Customer Center’) in group forum box and save

    but then check in the checkbox is disappeared

    at last, I found that if I modify the group forum settings in the group page setting in backend,
    the setting sustain, even though I click or not group forum setting in the group setting option in in frontend.

    I tried with default theme twenty-thirteen and KLEO.

    Is it normal or bugs?

    – frontend setting page :

    https://www.miinfra.co.kr:44373/infra/groups/%EA%B3%A0%EA%B0%9D%EC%A7%80%EC%9B%90/admin/forum/

    – Backend setting page :

    https://www.miinfra.co.kr:44373/infra/wp-admin/admin.php?page=bp-groups&gid=588&action=edit

    wordpress ver 4.42
    buddypress Version 2.5.2
    bbpress Version 2.5.8

    Paul Wong-Gibbs
    Keymaster

    This would need a change in the bbPress templates. I don’t know how useful the bbPress support forums are, but you could try leaving a message at http://bbpress.org

    cmavrikas
    Participant

    Hello,

    I have a WordPress/BuddyPress/bbPress installation.

    I have noticed in the activity stream that all activity coming from either the blog or the social network functionality of BuddyPress, the user name displayed is the one filled by the user during registration as the Display Name.

    On the other hand, in bbPress forums and in the activity stream related to the forums, the user name displayed is the login name.

    It is really annoying, because the same user appears with different names in the same stream (if user has selected a different Display Name than the user name).

    Is there a way to have the Display name everywhere, including bbPress forums?

    Thank you

    imborx
    Participant

    Hi,

    I have bbpress with buddypress and when someone post in the forum, its shows in the activity steam. It is very weird when the reply is very long so I would like to set a exceprt o forums reply in buddypress activity.

    Similar like this but instead a blogs post, a forum reply: https://buddypress.org/support/topic/bp-wordpress-activity-stream-excerpt-problem/

    Thank you 🙂

    bradleyrf
    Participant

    Hey everyone,
    First of all, thanks so much for the work and effort you put into BP. It’s amazing what you all do.

    I recently updated to the latest BP and WP versions (the details you requested are below).

    Issues #1 – when someone initially posts into a group, not a reply to a comment, users who have requested All Email option from the BP Group Email Subscription Plugin receive an email using that BP Group Email Subscription plugin’s email template vs. the new BP email templates. If someone replies to the comment, then the new BP email templates work perfectly.

    Issue #2 – the email mentioned in #1 is from wordpress@mydomain.org. while the others are sent from mysite@mydomain.com.

    Thanks for any advice you can send my way.

    1. Which version of WordPress are you running? 4.4.2

    2. Did you install WordPress as a directory or subdomain install? subdomain

    3. If a directory install, is it in root or in a subdirectory?

    4. Did you upgrade from a previous version of WordPress? If so, from which version? From 4.3.3

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? Yes

    6. Which version of BP are you running? 2.5.2

    7. Did you upgraded from a previous version of BP? If so, from which version? 2.4.2

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    Advanced Cron Manager
    Automessage
    Black Studio TinyMCE Widget
    BP Group Hierarchy
    BP Profile Search
    Broken Link Checker
    BuddyBoss Wall
    BuddyDrive
    BuddyPress
    BuddyPress Activity Plus
    BuddyPress Global Search
    BuddyPress Group Email Subscription 3.6.0
    Select BuddyPress Groups Extras
    Select BuddyPress Members Import
    Select BuddyPress Message Attachment
    Select CCL Salesforce Connector
    Contact Form
    Easy Google Fonts
    Events +
    Google Analytics by Yoast
    Google Doc Embedder
    Google Maps
    HiFi
    iframe
    Invite Anyone
    Page Builder by SiteOrigin
    PHP Code Widget
    PHP Snippets
    PopUp Pro
    Deactivate
    Post Tags and Categories for Pages
    Deactivate
    Private Community For BP Lite
    Redirection
    Search shortcode
    Shortcodes Ultimate
    Simple Follow Me Social Buttons Widget
    Simple:Press
    UberMenu 2 – WordPress Mega Menu Plugin
    User Role Editor
    Wordfence Security
    WordPress HTTPS
    WP-FormAssembly
    WPMU DEV Dashboard

    9. Are you using the standard WordPress theme or customized theme? BuddyBoss

    10. Have you modified the core files in any way? Nope

    11. Do you have any custom functions in bp-custom.php? Yes

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Not running

    13. Please provide a list of any errors in your server’s log files. None

    14. Which company provides your hosting? BlueHost

    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache

    #252204
    BobSD99
    Participant

    Hi Henry – thanks for response. As confirmed by both the Codex (Code Reference) and my successful use of this method in the same installation outside of BuddyPress, $title is indeed an array.

    In fact, I tested my function without the if ( bp_is_group() ){ conditional, and the filter works on the pages NOT created/affected by BuddyPress, which confirms BuddyPress is bypassing this filter.

    For testing purposes, I modified the function as follows:

    // test parameters passed to document_title_parts filter
    function test_groups_title( $title ){
    
    	print_r( $title );
    	exit;
    
    }
    add_filter('document_title_parts', 'test_groups_title', 10);

    And BuddyPress pages output the following array:

    Array
    (
        [title] => 
        [site] => My-Website.com
    )

    Which suggests that BuddyPress is neither supplying data to this array nor utilizing it for the title output.

    I did a grep of BuddyPress and bbPress and I am finding calls to the deprecated wp_title() function:

    $ grep -r 'wp_title' ../plugins/b*press/*
    ../plugins/bbpress/includes/core/filters.php:add_filter( 'wp_title',                'bbp_title',              10, 3 );
    ../plugins/bbpress/readme.txt:* Fix custom wp_title compatibility
    ../plugins/buddypress/bp-core/bp-core-filters.php: * @see wp_title()
    ../plugins/buddypress/bp-core/bp-core-filters.php:       * @see wp_title()
    ../plugins/buddypress/bp-core/bp-core-filters.php:       * Filters the older 'wp_title' page title for BuddyPress pages.
    ../plugins/buddypress/bp-core/bp-core-filters.php:add_filter( 'wp_title',             'bp_modify_page_title', 20, 3 );
    ../plugins/buddypress/bp-core/deprecated/1.5.php: * @deprecated Use wp_title()
    ../plugins/buddypress/bp-core/deprecated/1.5.php:        * Now, just simply use wp_title().
    ../plugins/buddypress/bp-core/deprecated/1.5.php:        * @deprecated Use wp_title()
    ../plugins/buddypress/bp-core/deprecated/1.5.php:               _deprecated_function( __FUNCTION__, '1.5', 'wp_title()' );
    ../plugins/buddypress/bp-core/deprecated/1.5.php:               $title = wp_title( '|', false, 'right' ) . get_bloginfo( 'name', 'display' );
    ../plugins/buddypress/bp-themes/bp-default/header.php:          <title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title>
    ../plugins/buddypress/bp-themes/bp-default/archive.php:                 <h3 class="pagetitle"><?php printf( __( 'You are browsing the archive for %1$s.', 'buddypress' ), wp_title( false, false ) ); ?></h3>

    I guess this means I can and should hook in to the older (deprecated) wp_title() function? I’m a bit new to BuddyPress and WordPress, so maybe I’m missing something obvious, or barking up the wrong tree here….

    #252203
    skulldragon
    Participant

    I’ve searched these forums and all over google but can’t seem to find a solution.
    Changing/saving permalinks do not work.
    Deactivating plugins and changing theme to 2015 does not work.

    I’m running s2 with bbPress and BuddyPress. Just trying to get everything working happily together.

    http://jerseymanlegacyclub.com/

    #252082
    Henry Wright
    Moderator

    This is related to @-mentions in bbPress. I suggest you ask this same question over at the bbPress support forum:

    https://bbpress.org/forums/

    #252075
    johnmontfx
    Participant

    And to be clear — I’d like to be able to use the get_profile_tab_link() function anywhere on the site…not just bbPress pages as I psted…

    ngoegan
    Participant

    I’m running WP 4.4.2, Buddypress 2.5.2 and bbpress 2.5.8

    I created a hidden group and invited a few friends, they receive an email that says:

    Hi ____,

    Naomi has invited you to join the group: “CM Highschool”.
    Go here to accept your invitation or visit the group to learn more.

    When they click on “Go here to accept your invitation” they get this message:

    You have no outstanding group invites.

    johnmontfx
    Participant

    Apologies if this is too basic a question, but I’d like to use the get_profile_tab_link() function as part of a bbPress template. The idea is creating a quick link to the member’s favorites. However, I’m getting the dreaded “Call to undefined function” in php when attempting to use this.

    BuddyPress (2.5.2) is loaded (check with bp_is_active( ‘xprofile’ )) and I’m using bbPress version 2.5.8 and WordPress version 4.2.2. Is there a component which needs to be active that I don’t have active? I admit that part of this is that I don’t fully understand the relationship between the bbpress and buddypress forums as there seems to be a lot of overlap and history between them.

    Thanks for any insights…I’ve spent hours trying to figure this out….

    Jojanonone
    Participant

    Thanks a lot @berkelmudez!!

    Accidentally I noticed that activation emails were not being sent. And neither were notification emails, like when receiving a private message. Switched to Postman and all was sweet again.

    WordPress 4.4.2
    BuddyPress 2.5.2
    bbPress 2.5.8

    #251955
    yandoos
    Participant

    Hello

    I recently change my server time and the wordpress time zone as they were both incorrect. Since then I have noticed that all forum posts (bbpress) says “some time ago”, most recent replies are not updating either in the sidebar widget or in th forum. Also the “whos online” widget shows all of the users are online even though they are not.

    Any help would be great

    thank you

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