Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,976 through 2,000 (of 7,422 total)
  • Author
    Search Results
  • #176261
    e-regular
    Participant

    Hi BuddyPress,

    I am in the same boat as ProfC also – search functionality for BBPress forums is no longer functioning since I installed buddypress 1.9 with WordPress 3.8 – the URL does not change to http://domainname/search/blahblah when I hit submit.

    Kind regards,
    Henry

    #176178
    Vinod Dalvi
    Participant

    Hi @caming,

    There is an issue in bbPress version 2.5.1 which is fixed in bbPress version 2.5.2

    Update the bbPress plugin to the latest version 2.5.2 to get rid of this error.

    Cheers,
    Vinod Dalvi

    #176069
    WPDragon
    Participant

    @barney92

    Thank you!! It worked!!..I had to specifically select which parts related to the bbpress, and it blocked everything except the forum..which was what I wanted & needed!…Thank you again.

    #175917
    Henry
    Member

    Hi @mauryg

    Have you tried posting this in the http://bbpress.org forum? You might find your answers there.

    #175772
    Shmoo
    Participant

    It’s my theme and I code WordPress themes for like 5 years now but I don’t see myself as a Developer it’s more a hobby ๐Ÿ™‚

    I’m solid at HTML-CSS and can read PHP when I see it happen but I can’t write PHP it out of the box.

    This error shows up when I try to hide a complete xProfile-group-ID or just an unique xProfile-field-ID from the loop.

    This is what I did.
    Inside: my-theme/buddypress/members/single/profile/profile-loop.php
    I found the start of the loop

    
    <?php if ( bp_has_profile() ) : ?>
    ....
    

    My first thought was, maybe there are default options here to control the output of which ID’s will be visible so I started the search how the bp_has_profile() was build and looked into plugins/buddypress/bp-xprofile/bp-xprofile-template.php and found this at line 150:

    
    ....
    
    $defaults = array(
    	'user_id'             => bp_displayed_user_id(),
    	'profile_group_id'    => false,
    	'hide_empty_groups'   => true,
    	'hide_empty_fields'   => $hide_empty_fields_default,
    	'fetch_fields'        => true,
    	'fetch_field_data'    => true,
    	'fetch_visibility_level' => $fetch_visibility_level_default,
    	'exclude_groups'      => false, // Comma-separated list of profile field group IDs to exclude
    	'exclude_fields'      => false  // Comma-separated list of profile field IDs to exclude
    );
    

    This looks very familiar to bbPress so my first thoughts was lets try to add one of those Array’s to the loop and overwrite the default value.
    Just like this.

    
    <?php if ( bp_has_profile( array ( 'exclude_groups' => 1 ) ) ) : ?>
    ...
    

    This works perfect, it hides all xProfile-fields from the first Base primary Tab (back-end). Just like I wanted it because I didn’t want all the fields to show up front-end, I’ve got a few xProfile-fields that I use for user-customization of the profile-page. Each user can add color-codes to change the default menu-color and add background-images to their profile-page to make each profile a little more unique.
    Those field-ID’s are just urls or color-codes and don’t have to be visable to the public, thats why I try to hide them front-end.

    buddypress member pofile tab

    #175732
    steeleweed
    Participant

    Production site – using Atahualpa 3.7.12 and WP 3.7, various plugins including bbpress, bp sidebar/template.

    Updated to 1.9, all BP pages fail.
    Activity shows text, no links, no Avatars.
    Members shows text for user, no other members, no links, no profile info.
    Register page fails.

    A live site – I will not swap to a ‘default theme’ like Twentythirteen. I have simply Deactivated BP until the problem is resolved.

    Re issues related to themes and plugins, only BP knows in detail what the changes were and which of those changes were likely to manifest these symptoms.

    #175688
    modbunker
    Participant

    Hi thank you for replying,

    No I have other plugins as well mostly BBPress,WooCommerce, and a couple of slider plugins,also WordPress SEO.

    Its a premium theme and has support for BBPress but not buddypress hes working on it now.

    I believe my permalinks are not default.
    My structure is set at: /%category%/%postname%/
    My base is set to: /shop/%product_cat%

    I believe when I installed the theme the instructions were to change them to that so the permalinks would look good.

    #175659
    angslycke
    Participant

    Hi!

    Are you using the short codes for bbPress to insert the forms to write a new topic? I noticed recently that my forums page didn’t let non-admins post a new topic (I was using the short code [bbp-topic-form] ) but gave them the message “You can’t post new topics”.

    The issue was that my permalink was forum and the page with the shortcodes had the same URL. It seems to be a conflict between the short codes and that setting. I’ve written my solution in the bbPress trac, don’t have the URL here unfortunately.

    shanebp
    Moderator

    You’ll have better luck on the bbpress forums.

    #175562
    wolfied
    Participant

    Just did. I switched to Twenty Twelve and deactivated all the plug-ins but BBPress and BuddyPress.

    “You cannot create new topics.”

    No chance. Unless I join the Group, I can’t post anything.

    #175547
    multiwave9
    Participant

    Well little succes now, but still not working smoothly:

    sidebar login widget ” bbpress login widget” shows nice litte form in sidebar, and a “register” and “lost password” links both to proper page.

    Using the sidebar login widget’s form fields to login, nothing happens, after hitting login button it just redirects to login page, where however you can login. When after logging in on that page it just reloads the login page again with the message “you are allready logged in”

    register link = all works fine, mail sent also activate links works. After acivated there is no succes action or page, it just loads the login page again and tells “u are allready logged in”

    forgot password link= all works fine, also the login credentials are send by mail, beside that nothing happen beside the “forgot password “page just reloads the login page again.

    So almost there but stuck on this issue. Tried deactivate all plugins without result.

    What is it that I do just not see here?

    #175527
    Shmoo
    Participant

    There are not many sites that talk about BuddyPress or bbPress in general.

    But I have used Google a lot to try and find solutions for BuddyPress customizations and this site came up pretty often.
    http://premium.wpmudev.org/blog/category/buddypress/

    I think they talk the most about BuddyPress but still it’s not much and often it’s just information about new releases and guides on how to install something. Real ‘how to’ stuff – and getting the most out of it is very rare online.

    #175515
    Hugo Ashmore
    Participant

    @yoshimitsu1234 Please always check the BP codex for matters like this.

    Installing Group and Sitewide Forums

    The bundled cut down version of bbPress that shipped with BP for groups was removed a few versions back, if you have legacy forums in use then it’s best to update things to use bbPress 2.* The guide above explains how to proceed.

    #175509
    yoshimitsu1234
    Participant

    Also built in buddypress forums says it jas been retired. So should i use both buddypress and Bbpress simultaneously? Will it cause any issues? As buddypress already contains Bbpress components is it necessary to install Bbpress along with buddypress?

    #175465
    modemlooper
    Moderator

    yes, step through each upgrade but current BP you may need to install bbPress and then convert forums

    #175463
    modemlooper
    Moderator

    EEK!

    There have been many changes between these versions. Did you by chance backup your database before upgrade? You need to do an incremental upgrade. Also, current BP doesn’t use it’s own forum anymore and you have to install bbPress separately.

    https://codex.buddypress.org/getting-started/upgrading-buddypress/

    #175396
    Hugo Ashmore
    Participant

    BP no longer carries the cut down version of bbPress, to provide group forums you install standalone bbPress plugin. Please use the BP codex as your documentation source, avoid help videos we’re hearing altogether too much about vague videos that are floating around.

    #175377
    Tux Kapono
    Participant

    I posted a note
    – In the front end Activity feed at 3:40 pm (correct time)
    – Dashboard > Activity shows 10:40 am (5 hours backwards)

    Someone posted a note
    – In the BBpress forum at 10:59 am (correct time)
    – Front end Activity feed shows 3:59 pm (5 hours forward)
    – Dashboard > Activity shows 10:59 am. (correct time)

    BuddyPress 1.8.1
    bbPress 2.4.1

    #175347
    @mercime
    Participant

    @pmuktan for importing your Mingle Forums to bbPress Forums (which BuddyPress uses), check out how to do so at https://codex.bbpress.org/import-forums/mingle/

    You’d find support for Mingle importer at https://bbpress.org/forums/
    Log in using WP username and password. Good luck.

    #175254
    Matt McFarland
    Participant

    A great plugin that I use (is free) that has greatly reduced registration spamming is WANGUARD (check it out here: https://wordpress.org/plugins/wangguard/) works great with buddypress and bbpress

    #175214
    ride2719
    Participant

    OOPS… My last post was INCORRECT (there doesn’t seem to be a way to delete posts). I thought it was working to use a required xProfile field, but it just took longer to get going. The spam registrations started up again and I had to disable registrations.

    SO, I’m still looking for help on how to diagnose the problem, or a work around for fixing it.

    Can I re-install BuddyPress and/or bbPress without losing my settings?

    Thanks, Rick.

    #175155
    ride2719
    Participant

    OK, here’s a followup on my trying to find the source of the automated registrations.

    — I disabled bbPress on the network plugins page.
    — I renamed the following directories:
    wp-content/plugins/bbpress
    wp-content/plugins/buddypress/bp-forums
    wp-content/plugins/gd-bbpress-attachments
    — enable registrations from the network admin settings

    And… the automatic registrations CONTINUE.

    — disable registrations (network admin) and the automatic reg stops

    SO, it’s beginning to look like it is not bbPress. PLEASE ADVISE:

    • Do you agree? Or is there some other possibility that will implicate bbPress?
    • What other possibilities are there for by-passing registration protocols?
    #175140
    ride2719
    Participant

    Here’s a followup on my progress in stopping the automated registrations. It turns out that my side issue (see my first post) was very important. I found a plugin called “unconfirmed” that gives you limited access to the user records with unconfirmed emails, including the ability to delete them. I had 7100 unconfirmed registrations. The plugin is not fully implemented, so I had to delete them about 20 at a time. (I figured I was not likely to find anything better, so I bit the bullet and deleted 300 groups of records.) Once deleted, the registrations stopped.

    So here’s the analysis: there were thousands of pending registrations. For whatever reason, the automaton that started the registration process either could not respond to the email, or was designed to respond to the emails slowly.

    So, now I have some time to diagnose the solution to the problem without the fear of my data base being flooded with crap.

    Next I’ll try to disable bbPress to see if it’s the problem, but I really don’t want to delete it as I already have several forums configured. I’ll see if I can disable it without deleting it and then turn registrations back on at the network admin level to see if they start up again.

    #175135
    aces
    Participant
    #175134
    shanebp
    Moderator

    >Forums are enabled (itโ€™s a primary purpose for the site)

    Understood, but try deactivating bbPress.
    If the spam regs stop, you know it’s a bbPress issue and you can post a bug report on their site.

    If they don’t stop, at least you know it’s not bbPress.

Viewing 25 results - 1,976 through 2,000 (of 7,422 total)
Skip to toolbar