Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 7,101 through 7,125 (of 64,471 total)
  • Author
    Search Results
  • #193511
    Mantosh Pal
    Participant

    As you can see how the title is appearing on forum.
    http://prntscr.com/jvuatx
    http://prntscr.com/jvub34

    sidebar is also not working. I am trying to remove sidebar from the pages using the editor setting still I think bbpress overwriting the setting and let showing sidebar instead I have selected no sidebar as wider page but still showing.

    #193507
    dedotombo
    Participant

    I have the exact same issue using BuddyPress 2.9.4 (cannot update to 3 because of theme issues) and bbpress 2.5.14 (latest).

    #193506
    sc1961
    Participant

    Hi everyone
    Is there a way to remove the topic link from the email that bbpress sends out when someone creates a topic?

    My forums are private and the links don’t work unless the user is signed in so I’ve been asked to investigate if I can change the email because if the user is not logged in then it looks like the link is just broken.

    I know … and my solution was for the user to be logged in before they click the link but apparently that’s too hard 🙂

    Hoping someone can help and thanking you in advance.

    #193505
    christelijkpodium
    Participant

    On the forums page: https://www.christelijk-podium.nl/forums/

    When you click on Business Forum, you are being notified that you should upgrade your profile.

    When you click on ChristelijkPodium Live, you are redirected to the PMPro Registration Page.

    How can I make clicking on Business Forum to also go to the PMPro Registration Page?

    #193504
    favog
    Participant

    We have a BBPress forum that is behind a membership site, and we give them the capability of subscribing to threads. Our problem is that if a person stops subscribing they no longer have access to the site, and therefore have no way of unsubscribing from a topic.

    Is there a way that we can generate a script/link to force an automatic unsubscribe from all topics when removing the user? Even if we need to manually create the link, it would be an improvement.

    I can generate code if necessary-just don’t know where to start.

    Thanks,
    Bob

    #193496
    matty19901
    Participant

    FYI I’m using version 4.9.6 of wordpress and version 2.5.14 of bbPress.

    I added custom code to my theme functions.php page to add customized roles for bbPress. The roles show up when I edit users and want to change their roles, but when I go to save it, they just default back to a participant role. How can I fix this? Here is the code I used below:

    /* bbPress Custom Roles */
    function add_custom_role( $bbp_roles ) {
     
    
    $bbp_roles['my_custom_role2'] = array(
    'name' => 'Producer',
    'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // the same capabilities as participants
    );
    $bbp_roles['my_custom_role3'] = array(
    'name' => 'Engineer',
    'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // the same capabilities as participants
    );
    $bbp_roles['my_custom_role4'] = array(
    'name' => 'Songwriter',
    'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // the same capabilities as participants
    );
    $bbp_roles['my_custom_role5'] = array(
    'name' => 'Staff',
    'capabilities' => bbp_get_caps_for_role( bbp_get_moderator_role() ) // the same capabilities as keymaster
    );
    $moderator = bbp_get_moderator_role() ;
    $bbp_roles[$moderator] = array(
    'name' => 'Moderator',
    'capabilities' => bbp_get_caps_for_role( bbp_get_moderator_role() ) // the same capabilities as keymaster
    );
    $keymaster = bbp_get_keymaster_role() ;
    $bbp_roles[$keymaster] = array(
    'name' => 'Chief Executive Officer',
    'capabilities' => bbp_get_caps_for_role( bbp_get_keymaster_role() ) // the same capabilities as keymaster
    );
    $apprentice = bbp_get_participant_role() ;
    $bbp_roles[$apprentice] = array(
    'name' => 'Member',
    'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // the same capabilities as participants
    );
    return $bbp_roles;
    }
    add_filter( 'bbp_get_dynamic_roles', 'add_custom_role', 1 );
    dondonbrowninc.com
    Participant

    Hello

    As a newbie, I am setting up a BBPress Forum and am looking for a Consultant to help me set it up.

    Member Area – Answer Line

    Has anyone had a good experience with such a Consultant? Could you provide their contact information?

    Thanks,
    Don
    Don@DonBrownInc.com

    #193492
    Ritesh Saini
    Participant

    I don’t know what went wrong but bbPress is giving 404 error on my site’s homepage 🙁

    #193489

    Good Day everyone,

    For a few years now I have bbPress and WordPress installed in French language.
    Currently using bbpress 2.5.14 and WordPress 4.9.6.
    The two language files bbpress-fr_FR.mo and bbpress-fr_FR.po are located in the wp-content/plugins/languages folder.

    Everything looks to work fine except that since the beginning notifications mails are sent in English language. I never figured out the reason and hope someone could help me.
    Everytime it’s the default template like “Mr Foo wrote:”, “New Topic”, etc…

    The original WordPress install was in English language but I installed the French pack during the updates, I define (‘WPLANG’, ‘fr_FR’); in wp-config.php as well and the admin interface is in french. I don’t understand. I tried to modified the .po / .mo file with a software but no effects. I’m using WP Config SMTP plugin but I don’t think it’s related, right ?

    Any help / advise would be really appreciated.

    #193487
    pigpotato
    Participant

    I fixed it like this.

    1. make css folder in wordpress>wp-content>theme>[mytheme]
    2. cp wordpress>wp-content>plugins>bbpress>templates>default>css>bbpress.css wordpress>wp-content>theme>[mytheme]>css
    3. add these code lines in the css file.
    #bbpress-forums fieldset.bbp-form input[id=bbp_anonymous_email]{ display: none; }
    4. cp wordpress>wp-content>plugins>bbpress>templates>default>bbpress>form-anonymous.php wordpress>wp-content>theme>[mytheme]>bbpress
    5. fix any email address in email textfield. Edit the form-anonymous.php
    <input type=”text” id=”bbp_anonymous_email” value=”guest@guest.com” ….

    Lars Henriksen
    Participant

    Hello,

    I have created a forum thread in a bbpress forum. A user replies in my thread. I get a notification, but the topic field is empty, and I can’t click on the notification. Maybe it is caused by the fact that replies don’t have a title?

    Cheers,
    Lars

    #193455
    randomguy124
    Participant

    I wish to remove certain functions and text from the forum table (such as the name of the user who started the topic and his/her avatar) to reduce the cluttering. How could I delete/edit text and hyperlinks associated with bbPress?

    I’m using twenty seventeen theme.

    randomguy124
    Participant

    I’m creating a forum website and wish to add a particular sidebar to the right of the forum table with specific bbPress widgets. However, all plugins that allow new sidebars to be created require an existing sidebar to be replaced. Now my problem is that the only existing sidebar in the Forum page is the footer sidebar. which can’t be removed, and so, how do I create a completely new sidebar in a location where there is no sidebar previously existing (forum page)?

    P.S.- I am using twenty seventeen theme.

    #193451
    ohmygod88
    Participant

    UPDATE
    I tried changing the settings in Polylang to remove language prefix in the URL and everything is working now.

    However, may I know if I wish to have ‘zh’ in the URL as prefix then how do I approach to solve the issue? I believe the issue is caused by the language prefix which bbPress does not recognize it by default.

    #193450
    saulmayo
    Participant

    I wanted to know if you can help me.

    I get to import everything except the users.

    I’m trying to import a phpBB3.2.2 to bbPress.
    I’ve tried with bbPress 2.5.14, bbPress 2.6 RC5 and bbPress 2.6 beta2.
    I’ve tried in the 3 modes with the phpBB.php of dintintos topics but none of them work for me;
    https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/converters/phpBB.php
    https://gist.github.com/pixelnated/5c27a64c450578440554ba902560178f

    I’m desperate. could you help me?

    reedy
    Participant

    This is very interesting. Is there any way to incorporate this into a registration form for bbpress so that members can register and post to the bbpress forum at the same time?

    I implemented this as described here, but posts made to bbpress using the registration form are given the username ‘anonymous’. I assume this is because no reference is made to userid in the php snippet — and perhaps also because users do not get logged in upon registration?

    ohmygod88
    Participant

    Hi guys,

    May I know why is language code missing bbPress search page URL? I have a multi language website using Polylang and everything works except for the bbPress function. It only returns the English data instead of the Chinese data.

    Anyone know the solution to fix this?

    #193421
    mrzlw
    Participant

    Hello,
    I am trying to make a custom “order by”. I need to make a Newest Replies but leave out a particular forum. How might one go about doing that. I have searched, poked and prodded and come out empty handed. thanks for any help.

    ohmygod88
    Participant

    Hi guys,

    I tried out bbpress recently and I am developing a multilingual website with polylang. Everything is working well and I created two forums with one for English and one for Chinese.

    However, the search function for bbpress seems to only work for the default English forum even tho the user is on Chinese or English state of the website.

    I tried to switch to the default templates but the issue is still there.

    Does anyone have this issue and how do you solve it?

    #193406
    Robin W
    Moderator

    This seems to be a solution from this thread

    Getting WP Super Cache / W3 Total Cache to work with bbPress 2.0

    Under page cache is an option called “Never cache the following pages:” I just added in /forum*

    #193405
    only4gamers
    Participant

    I am facing a Conflict between bbpress and w3 total cache. When I post or reply anything as admin i can see it. But as a normal user I can’t. But after clearing cache from w3, everything I can see as a normal user too. Please help me as I already wasted many hours in Google to find the solution but not find anything helpful.

    I just want to know how purge cache after every update in topics and replies in bbpress?

    If this is not possible then tell me how disable caching for bbpress only?

    #193402
    edugorilla7
    Participant

    How can be export Sabai discuss forum data to bbPress?
    I have exported csv files from Sabai discuss plugin.
    Please help !
    My wordpress Version is 4.9.4 with latest bbPress verison.

    #193388

    In reply to: Buddypress reply forms

    jameshogan03
    Participant

    @adventureridingnz

    I’ve got activity enabled on Buddypress, and the @mentions also ‘work’ in bbpress to an extent. I’m speaking about the nice auto-suggestions box that comes up when you begin to type @mentions. It may seem like a small thing, but the @tag functionality isn’t really there without it. If you get the name spelling or forget a hyphen then the tag won’t work.

    Do you get an autosuggest box on your site, or do you get notifications through a quote system?

    #193374
    Milan Petrovic
    Participant

    Hi,

    My plugin GD bbPress Toolbox Pro has a tool for deleting all IP’s logged when users create topics or replies. And it has Privacy options to disable IP logging.

    More info on the plugin homepage:
    https://plugins.dev4press.com/gd-bbpress-toolbox/

    Regards,
    Milan

    #193373
    Milan Petrovic
    Participant

    Hi,

    My plugin GD bbPress Toolbox Pro has a feature for users to Report topics/replies (with an optional text field to write why it should be reported), and administrators can review all reports and act on them.

    More info on the plugin homepage:
    https://plugins.dev4press.com/gd-bbpress-toolbox/

    Regards,
    Milan

Viewing 25 results - 7,101 through 7,125 (of 64,471 total)
Skip to toolbar