Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,976 through 4,000 (of 64,419 total)
  • Author
    Search Results
  • #214470
    Jim
    Participant

    I am hiding all profile information pages like /<forum-root>/<username>/ by editing the content-single-user.php template, replacing content with a message about privacy. But these pages are still indexed by google.

    I’d like to prevent indexing of these user pages also, but not forum topics or replies. Can you suggest a way to do that?

    Ideally (for me of course) there would be a setting in bbPress to do both of these.

    #214457
    gm4aff
    Participant

    When I run the import utility it immediately stops – I get no feedback or information in the Import Monitor so I have no idea what is failing.
    phpBB version 3.0.11. 10905 posts, 3738 users.
    Site is http://www.70mhz.org/forum.

    Any help or suggestions appreciated.

    Stewart

    #214453
    openbookmarksco
    Participant

    hi everyone,

    I installed bbPress forum on Avada theme.

    On the setting > forum, there is the forum user setting below.
    ———————————————————————————-
    Editing

    Allow users to edit their content for “number” minutes after posting
    If checked, setting to “0 minutes” allows editing forever.
    ———————————————————————————-
    This is an image.
    https://www.kmpacific.com/wp-content/uploads/2020/09/200909-img01.png

    I cannot set 0. When I saved, the number backs to 5. How can I solve it?

    Big thank you,

    #214450
    Mark Smith
    Participant

    bbpress 2.6.5 is Working fine with WordPress 5.5.1

    #214434
    permintegral
    Participant

    Hi, we have a problem with our forum directory. With the admin user I can see listed all forums on the forums directory page but with a participant user I can see only the forums I have subscribed to on the forum directory.
    I couldn’t find any setting limiting users to only see some forums on the directory page.

    The following screenshots are taken from the same url, one with admin user and the other with participant user.

    https://cloud.disroot.org/s/SZGpZ8mcZ7frnt9 (with admin)
    https://cloud.disroot.org/s/kErjoLHm5eamrAk (with participant access)

    Forum url: https://academy.integralpermaculture.org/forums/
    I’m using the last bbpress plugin version. All forums shown on admin screenshot are marked as “open” and “public”.

    Any help please.
    Thanks!

    l1l1an
    Participant

    Hey folks,

    my head is aching, I can’t find out why my forum’s site is cut off below the message field as soon as I allow guests to post without registration in wordpress settings. Not only the footer is gone, but also the submit button. What’s the point?! I use the latest version of wordpress and bbpress, elementor is my editor. Login and Registration works fine and when I restrict posting on members only, everything works perfectly on my page. Does anyone have an idea what the problem is? Maybe another bbpress add on plug-in?

    Thank you so much!!

    Cheers,

    Lilian

    #214417
    Robin W
    Moderator
    #214400
    Robin W
    Moderator

    just registered and tried it – not bbpress as such, I can only suggest it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Then come back

    #214394
    Robin W
    Moderator

    ok, add this to the custom css section of your theme

    .bbpress-area {
    	width: 100% !important;
    }
    #214391
    chakotenwebmaster
    Participant

    Just a quick question.

    Has bbpress 2.6.5 been checked for compability with WordPress 5.5.1

    and if not – when will it be checked or a new version released

    #214390
    Robin W
    Moderator

    ok, in the bbpress file above, can you change

    <?php Responsive\responsive_in_wrapper(); // wrapper hook. ?>
    <main id=”primary” class=”content-area col-940″ role=”main”>

    to

    <?php Responsive\responsive_in_wrapper(); // wrapper hook. ?>
    <main id=”primary” class=”content-area bbpress-area col-940″ role=”main”>
    

    nothing will change, but let me know when you have and I’ll do the next bit !

    #214389
    elinecomunica
    Participant

    Dears,

    I’m getting an error message when I click on “Edit Forum Profile”.

    In addition to the wordpress error, I cannot edit my profile because the save button is not shown.

    I’m using DIVI theme with WordPress 5.5.1 and bbpress 2.6.5

    I tried changing to Twenty theme but it happens the same thing.

    You can check it creating an account here and going to My account – Forum Profile

    Frases de supervivencia para viajeros

    Thanks for your help

    #214372
    Robin W
    Moderator
    #214366
    Robin W
    Moderator

    so at the bottom of this for instance – providing you are logged in !

    Requests & Feedback

    #214330
    Milan Petrovic
    Participant

    Hi,

    Enabling TinyMCE is just one step, bbPress uses filters to limit the set of tags and attributes allowed, and for participants, it can be very limiting. In this case, bbPress doesn’t allow the ‘style’ attribute in HTML. A lot of things TinyMCE does require various HTML tags support and support for ‘class’ and ‘style’ attributes.

    I have support for this in my GD bbPress Toolbox Pro plugin. Or, if you prefer coding the solution, check out ‘bbp_kses_allowed_tags’ filter for bbPress allowing you to pass modified list of HTML tags and attributes to use instead.

    Regards,
    Milan

    #214328
    itspriyanka
    Participant

    I am using bbpress for my website which is in development phase right now. One of my forum topics can be accessed here: https://drf.learnwise.in/forums/topic/retinitis-pigmentosa/. I am using visual editor by adding this code in my functions.php:

    function bbp_enable_visual_editor( $args = array() ) {
    $args[‘tinymce’] = true;
    return $args;
    }
    add_filter( ‘bbp_after_get_the_content_parse_args’, ‘bbp_enable_visual_editor’ );

    All the formatting options except alignment are working fine. For alignment, it show the HTML tags as well after posting; as you can see in the forum.

    Can someone let me know how to solve this?
    Thanks,
    Priyanka

    #214325
    ricks03
    Participant

    Thanks!

    I’ve tried this to no avail.

    I ‘m using the responsive theme, with a child theme. I take the full-width-page.php from the themes/responsive folder, copy it to /themes/my-responsive/bbpress.php

    But nothing changes? that should work?

    #214322
    sunpavi
    Participant

    I do not want the participants to reply to the topic I posted in bbpress topic. I want it to be a closed loop. I just want the participants to just view the topics but not reply to the topic. Is there any setting that I can use to hide the bbp-reply-form for all participants?

    #214311
    2cats
    Participant
    #214310
    2cats
    Participant

    Just thought I would post the conclusion here: although the hosting company (which is quite reliable) showed me in the server settings that emails and bcc’s are unlimited, I installed the WP Mail SMTP plugin (pro) with the email log and could clearly see bcc’s were being curtailed somehow. So, I added the asynCRONoug bbPress Subscriptions plugin and it works like a charm. Problem solved. Thank you so much for your assistance.

    #214305
    Chuckie
    Participant

    Don’t get me wrong. My own site is fine 100%. BBPress in itself must be ok. But this literal website has issues.

    #214304
    Mike Witt
    Participant

    I am curious to hear more about the iPhone issue. We have ongoing problems that *appear* to be related to iPhones on both of our WP sites. And the problems are not just related to bbPress. People have trouble posting on forums, but they also have trouble signing up to the site (through MemberPress) and sometimes simply viewing blog posts.

    I don’t personally have any Apple devices, and these problems are a mystery to me. So if there’s any more information available, I’d love to hear it.

    Chuckie
    Participant

    I am not sure if it is related but things like videos can trigger moderation to kick in. I have personally switched off moderation since the current mechanism is by no means efficient. Any topic / reply that goes to moderation just vanishes and the user is not informed. This is clearly not OK but I have no idea to improve it in the bbPress code.

    There is a ticket open for this issue for several months now but I don’t think it is being worked on. You can go into your discussion settings and adjust certain properties that affect when content will trigger moderation. This is in your WordPress settings.

    But like I say, I switched off moderation all together due to the confusion is causes for users. There are other topics on here with info on how to do that.

    I am not saying it is the cause of your problem. Just wanted to mention it.

    #214296
    Robin W
    Moderator
    #214292
    ricks03
    Participant

    My current theme (Responsive) comes with several templates.

    By default, bbPress appears to be using the (unsurprisingly) “Default” template, and I just want to change bbPress to use the “Full Width” template. I don’t see a setting for that. Possible?

    Can I create a page with a shortcode or something?

Viewing 25 results - 3,976 through 4,000 (of 64,419 total)
Skip to toolbar