Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,301 through 1,325 (of 7,519 total)
  • Author
    Search Results
  • #251643

    In reply to: How to delete a posts

    r-a-y
    Keymaster

    Thanks for the post, however since you are referencing forums, you should post on the bbPress support site.

    Edit – I see that you’ve already posted on the bbPress forums:
    https://bbpress.org/forums/topic/how-to-delete-remove-posts-andor-threads/

    Just for reference:

    * bbPress = forums
    * BuddyPress = community (member profiles, groups, private messaging, etc.)

    bbPress adds forum support to BuddyPress.

    #251634
    Georgio
    Participant

    I used:

    #bp-login-widget-submit {
    border: 1px solid #78B8CE;
    border-radius: 4px;
    background: #84D0EF;
    color: #fff;
    }

    and here is the result

    It is much better than before, but the size of the button is always large. I can make the button smaller, but the link ‘Connexion’ will not be centered any more.
    If I don’t have more chance with the bbpress widget, I will leave it with the code above.

    Thank you very much for your help. 🙂

    #251612
    #251589
    r-a-y
    Keymaster

    bbPress wouldn’t give you any suggestions.

    I just took a look at the bbPress codebase and bbPress should link usernames when @USERNAME is used in the post content. That’s basically the extent of their at-mention functionality.

    You might want to keep an eye on these tickets in bbPress Trac:
    https://bbpress.trac.wordpress.org/ticket/2409
    https://bbpress.trac.wordpress.org/ticket/2773

    #251586
    r-a-y
    Keymaster

    I know bbPress has their own version of at-mentions. You should experiment by disabling the Activity Streams component from BuddyPress and testing an at-mention in a bbPress forum post to see what happens.

    tech55541
    Participant

    Hello,
    I am running the latest versions of BBPress, BuddyPress, and WordPress. I am using the below code to use BuddyPress mentions for BBPress.

    /*Add Mentions to BBPress*/
    function custom_bbpress_maybe_load_mentions_scripts( $retval = false ) {
    	if ( function_exists( 'bbpress' ) && is_bbpress() ) {
    		$retval = true;
    	}
     
    	return $retval;
    }
    add_filter( 'bp_activity_maybe_load_mentions_scripts', 'custom_bbpress_maybe_load_mentions_scripts' );

    I do not need to use the Activity streams, is there a way to disable the Activity streams but still keep the mentions functionality that BuddyPress provides?

    Thanks.

    #251517
    r-a-y
    Keymaster

    Since you are talking about forum post count, you should post this over on the bbPress forums:
    https://bbpress.org/forums

    bbPress adds support for group forums in BuddyPress.

    Here are some hints though:
    https://codex.wordpress.org/Function_Reference/count_user_posts
    http://wordpress.stackexchange.com/a/4727

    Henry Wright
    Moderator

    Hey @fenixbazaar

    Give the guys a shout over at bbPress. They handle forum-related questions.

    #251436
    pcpro178
    Participant

    I’m unable to set the Search Page, Register, and Activate pages in my BuddyPress settings. I tried the Twentysixteen theme, but it didn’t fix the issue.

    buddypress settings

    How do I go about finding a theme that is fully compatible with BuddyPress? Maybe my expectations are just unrealistic. Is my only option to modify/create a theme and commit to maintaining it as WordPress/BuddyPress evolves?

    1. Which version of WordPress are you running?

    WordPress Version 4.4.2

    2. Did you install WordPress as a directory or subdomain install?
    3. If a directory install, is it in root or in a subdirectory?

    Installed WP at domain 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, this is a new install.

    6. Which version of BP are you running?

    BuddyPress Version 2.5.1

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

    No

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

    • Akismet (v3.1.8)
    • Bad Behavior (v2.2.18)
    • bbPress (v2.5.8)
    • BuddyPress (v2.5.1)
    • Google Analytics (v1.0.6)
    • Jetpack by WordPress.com (v3.9.4)
    • Wordfence Security (v6.0.24)
    • WP Idea Stream (v2.3.1)
    • Yoast SEO (v3.1.1)

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

    I’ve tried several themes, including the WP Twentysixteen theme.

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

    No

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

    No, I’ve added nothing.

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

    bbPress Version 2.5.1

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

    ??? I don’t know where these are.

    14. Which company provides your hosting?

    DreamHost

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

    Apache on Linux

    #251359
    shanebp
    Moderator

    Sounds like you’re mkissing a call to bbpress pagination.

    Maybe this?
    <?php bbp_get_template_part( 'pagination', 'topics' ); ?>

    btw – this is BuddyPress support forums – bbpress support forums are here.

    #251308

    In reply to: what widget ?

    Paul Wong-Gibbs
    Keymaster

    It’s hardcoded. If you know how to customise a theme and write PHP, you can see the implemetnation: https://meta.trac.wordpress.org/browser/sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php#L355

    bbPress does have shortcodes, I’d suggest doing that instead. I don’t know what the shortcode is, I’d suggest searching on bbpress.org.

    #251253
    titis14
    Participant

    Hello how you use widget on your homepage for recent messages? Bbpress ‘re a widget or it is essential to have buddypress installed ?
    Thank you

    #251165
    Henry Wright
    Moderator

    buddypress.php is a generic template to be using. Take a look at the Template Hierarchy article for info on the various templates available to BuddyPress.

    This bbPress article will also be useful: https://codex.bbpress.org/themes/theme-compatibility/

    ngoegan
    Participant

    And just to make sure I cover all my bases, here are my answers:

    1. Which version of WordPress are you running?
    4.4.2

    2. Did you install WordPress as a directory or subdomain install?
    Not sure, but I think as a directory.

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

    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?
    2.5.1

    7. Did you upgraded from a previous version of BP? If so, from which version?
    Yes, the one before it.

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    Yes, Akismet, BBpress, Buddypress Edit Activity, Buddypress Forum Editor, Buddypress Group Email Subscription, Buddypress Like, Dynamic Widgets (deactivated), Events Made Easy, Events Made Easy Frontend Submit, Hashbuddy, InfiniteWP CLient, rtMedia, Theme My Login, Wanguard, Wordfence Security, WP SMTP

    I did deactivate all of them except wordpress and the register page worked, I then activated Buddypress and the redirect issue began.

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

    10. Have you modified the core files in any way?
    I modified Footer.php on WordPress to edit copyright

    11. Do you have any custom functions in bp-custom.php?
    I don’t know

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

    13. Please provide a list of any errors in your server’s log files.
    The error log looks blank. Maybe I’m looking at the wrong thing?

    14. Which company provides your hosting?
    Hostgator

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    Basic Trouble Shooting:
    I don’t know. Maybe Apache?

    #251099
    Manuel5cc
    Participant

    1. Which version of WordPress are you running? 4.4.1

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

    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? 2.5.1

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

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Yes (list is long so I’ll detail if needed)

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

    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? Not running

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

    14. Which company provides your hosting? Quijost

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

    Register page does not work, it just reloads and erases password data. I have to note that I’ve tried it in Chrome and Firefox. In the first one it works properly, in the second one does not.

    I have tried to reproduce this with the Twenty Fifteen theme and it seems to happen in the same way.

    #250964
    nicolas.mahy
    Participant

    I installed BuddyPress, but there seems to be an issue. The pages I are empty:
    http://www.movefit.be/index.php/members/

    1. Which version of WordPress are you running?

    WordPress 4.2.7 gebruikt thema: Interface.

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

    subdomain install

    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?

    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?

    2.5.1

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

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

    Disabled all the plugins, didn’t work either

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

    Interface theme

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

    Yes

    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?

    No

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

    Don’t know where to find them.

    14. Which company provides your hosting?

    Neostrada.nl

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

    Windows

    dgalfano
    Participant

    1. Which version of WordPress are you running? WordPress 4.4.2
    2. Did you install WordPress as a directory or subdomain install? Directory
    3. If a directory install, is it in root or in a subdirectory? Subdirectory
    4. Did you upgrade from a previous version of WordPress? If so, from which version? We always keep WordPress up to date, so of course it’s an upgrade. Not sure which version. Maybe 4.1.X?
    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? BuddyPress 2.5
    7. Did you upgraded from a previous version of BP? If so, from which version? No
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Yes, far too many. However, I did deactivate most to troubleshoot leaving only BuddyPress 2.5, BBpress 2.5.8 and Visual Composer 4.3.4
    9. Are you using the standard WordPress theme or customized theme? Customized theme (Bridge by Qode)
    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? bbPress 2.5.8
    13. Please provide a list of any errors in your server’s log files. Not available
    14. Which company provides your hosting? Blue Host
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? VPS Server, Apache

    I stole this from another thread as it’s the exact same issue:

    I have a problem with getting the registration page to work – the registration page itself is displayed properly, however when I try to submit the registration form (“Complete Sign Up”), all it does is reload the page with fields already filled in (only password fields are blank) and nothing more happens.

    WordPress Registration works just fine when BuddyPress is disabled using the Bridge theme. Registration also works when BuddyPress is enabled and I switch to the 2014 theme. Even with all the plugins installed. Perhaps some script conflict within the main theme files?

    Here’s a link to the registration page: http://tinyurl.com/gwdmt6n

    Paul Wong-Gibbs
    Keymaster

    bbpress.org/support would be a better question as they provide the forum software (not BuddyPress) but generally speaking, it depends how you’re going to automate inviting those 600 people. As long as your invite script doesn’t run out of memory, you shouldn’t have any problem. Certainly, there’s no limit inside bbPress for the number of users it can support.

    #250690
    danbp
    Participant

    @djpaul,

    i tried to reproduce and got same result as @gretchenlouise with one of WP theme.

    2016 = correct result (url /forums/search/word_to_search/)
    2015 = wrong result (url /forums/search/word_to_search/) i got the latest post…
    2014 = correct result (url /forums/search/word_to_search/)
    2013 = correct result (url /forums/search/word_to_search/)
    3rd party theme graphene = correct result

    Apparently 2015 doesn’t organize search like the other themes and/or ignore bbPress…

    Have a nice week-end.

    #250684
    danbp
    Participant

    Arrf ! 🙂 [re edit after emoji where stripped]
    Damned! The only notice with it’s own codex page. LOL

    Thank you @shanebp for sharing this solution.

    #250646

    In reply to: Visible profile fields

    shanebp
    Moderator

    You can get a profile field value like so:

    $child = xprofile_get_field_data( 'child', $user_id );
    
    if ( ! empty( $child ) ) 
        echo $child; 

    Getting the $user_id and changing the layout are both questions specific to bbPress and best asked on their forums.

    #250645
    Gretchen Louise
    Participant

    Yes, this is the search widget built into bbPress.

    We deactivated all plugins except for bbPress, and it worked fine. Next we activated BuddyPress, and it quit working. Even when those are the only two plugins active, it doesn’t work.

    #250640

    In reply to: Visible profile fields

    idoobi
    Participant

    Forgot to mention: using latest BuddyPress, bbPress in Divi theme.

    #250622
    Paul Wong-Gibbs
    Keymaster

    Is this the search widget built into bbPress, or does another plugin provide it?

Viewing 25 results - 1,301 through 1,325 (of 7,519 total)
Skip to toolbar