Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,951 through 3,975 (of 64,490 total)
  • Author
    Search Results
  • #215291
    makeitbritish
    Participant

    I should maybe point out that I am using Ultimate Member integrated with BBpress – could that be the reason that the emails are not sending?

    #215277
    schaakspeler
    Participant

    I’m currently using Twenty Twenty theme and WordPress 5.5.1 and installed a new version of bbpress, version 2.6.5. When looking at my forums overview this has been converted to text. How can I solve this?

    Page with the issue: https://kremersfroon.com/forums/

    #215273
    albertoe
    Participant

    Thanks you Robin, but it looks something wrong in css. I was “touching” bbpress’s css and maybe I break something.

    How can I do to reset all the plugin? I mean, delete all bbpress and reinstall like new. Maybe it could help me.

    Thanks

    #215269
    walko99
    Participant

    Hello,
    after the installation and the first entry of the categories for the forum, entries could also be created.
    If you now want to return from the overview of the individual forums (entries created) to the general overview, the following is displayed:
    —————————————
    General
    Home ‘ Forums ‘ General
    Clicked here Forums
    Subscribe to
    This forum is empty.
    ————————————-
    Archive: Forums
    bbPress Forums
    then this is displayed
    Forums
    ————————————-
    What setting causes this message?

    Translated with http://www.DeepL.com/Translator (free version)

    #215266
    Robin W
    Moderator

    bbpress itself does not allow uploads, so it will be an add-on plugin.

    https://en-gb.wordpress.org/plugins/gd-bbpress-attachments/ is one of the favourites for that.

    The actual error is almost impossible to work out without knowing what is on the site.

    it could be file type, or file size, so give that some experience and other not, then I’d try uploading different types and different sizes to see if you can work out when this happens.

    #215265
    ohmo
    Participant

    I do not own or operate the bbPress forums I’m asking about, but the owner doesn’t want to fix things. No idea what versions they are using because they keep it hidden from the plebes. But, I’d love to offer a fix for a problem some, but not all, members are running in to.

    When using the “Upload Attachments” function, all I get is “Upload Errors!” message. This happens with Chrome, Edge, and Firefox – latest versions.

    #215257
    uksentinel
    Participant

    I may have missed what I was looking for, does anybody know if there is a way to show a list of the top posting members in BBPRESS, much like we can already do via Showing Latest Posts, Recent Topics and Most Liked Posts etc.

    Thanks

    #215244
    albertoe
    Participant

    Hi all,

    Is it possible to use TinyMCE editor but not showing the html tags?

    I would like just like this:https://support.dev4press.com/wp-content/uploads/sites/3/2020/10/2020-10-15_231915.jpg

    I have also plugin GD bbPress Toolbox Pro

    #215241
    albertoe
    Participant

    Thanks Robin, I check that a bbpress.php was created with this code:

    <?php
    get_header();
    
    ?>
    
    	<div class="td-main-content-wrap td-main-page-wrap td-container-wrap">
    		<div class="td-container">
    			<div class="td-pb-row">
                    <div class="td-pb-span8 td-main-content">
                        <div class="td-ss-main-content">
                            <?php
                                if (have_posts()) {
                                    while ( have_posts() ) : the_post();
                                        ?>
                                        <h1 class="entry-title td-page-title">
                                            <a href="<?php the_permalink()?>" rel="bookmark" title="<?php the_title_attribute() ?>"><?php the_title() ?></a>
                                        </h1>
                                        <?php
                                        the_content();
                                    endwhile; //end loop
                                }
                            ?>
                        </div>
                    </div>
                    <div class="td-pb-span4 td-main-sidebar">
                        <div class="td-ss-main-sidebar">
                            <?php dynamic_sidebar( 'td-default' ) ?>
                        </div>
                    </div>
    			</div> <!-- /.td-pb-row -->
    		</div> <!-- /.td-container -->
    	</div>
    <?php
    get_footer();
    ?>

    And I change with for this code:

    <?php
    get_header();
    
    ?>
    
    	<div class="td-main-content-wrap td-main-page-wrap td-container-wrap">
    		<div class="td-container">
    			<div class="td-pb-row">
                    <div class="td-pb-span8 td-main-content">
                        <div class="td-ss-main-content">
                            <?php
                                if (have_posts()) {
                                    while ( have_posts() ) : the_post();
                                        ?>
                                        <h1 class="entry-title td-page-title">
                                            <a href="<?php the_permalink()?>" rel="bookmark" title="<?php the_title_attribute() ?>"><?php the_title() ?></a>
                                        </h1>
                                        <?php
                                        the_content();
                                    endwhile; //end loop
                                }
                            ?>
                        </div>
                    </div>
    			</div> <!-- /.td-pb-row -->
    		</div> <!-- /.td-container -->
    	</div>
    <?php
    get_footer();
    ?>

    I refresh cache but nothing happends. Any idea?

    #215240
    Robin W
    Moderator
    #215221
    Robin W
    Moderator

    bbpress just uses wordpress signup, so whatever your WordPress site is using.

    There are several plugins that will let you change this email eg

    https://www.wpbeginner.com/plugins/how-to-send-a-custom-welcome-email-to-new-users-in-wordpress/

    or if you’re into coding, just google around to find some code

    #215211

    In reply to: 404 error issue

    Robin W
    Moderator

    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.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #215197
    wjh
    Participant
    • WordPress 5.4.2
    • bbpress 2.6.5
    • Buddypress 6.3.0 w/ Activities module activated
    • bbp Style pack w/ both form editors (TinyMCE + text) activated
    • bbp Mentions suggest

    The bbp Mentions suggest plugin by the venerable @robin-w still works and enables autocomplete mentions in TinyMCE as well as in the Text (HTML) tab of the editor … but only on initial page load, since bbpress 2.6.2.

    Since bbpress 2.6.2, when clicking on Reply to a specific comment on a subject thread, the dynamic reply form now appears under the comment in question, and the window scrolls to it. Which is a very nice improvement! However, this breaks Robin’s plugin for the TinyMCE editor (mentions do still autocomplete in the Text editor, at least).

    I’m not a developer but I’m guessing it has to do with the new version of /bbpress/templates/default/js/reply.js, specifically the addEditor function at the end of the file.


    @robin-w
    any ideas how to get your plugin to play nice with the dynamic reply form in bbpress ≥2.6.2?

    Or anyone else out there?

    Cheers in advance!

    patriciaraelinn
    Participant

    Wordpress Version 5.5.1
    bbPress Version 2.6.5
    site: itravelft.com
    does not work in other themes

    #215191
    krobichaux
    Participant

    I apologize if this is something obvious to others. I have a WP site in Arabic and want to use bbPress in English for private forums. Is this possible?

    I have downloaded the files for Translation of Stable (latest release): English (UK), renamed them to bbpress-en_GB.po and bbpress-en_GB.mo, and copied them into /wp-content/languages/bbpress/ (per docs).

    But the forums publish in Arabic.

    Is it possible to have forums in EN on a WP-site that is AR?

    Thanks for any help you can provide.

    #215189
    Milan Petrovic
    Participant

    Hey,

    My plugin GD Topic Prefix Pro allows you to define various prefixes for topics (it can be used for support purposes) – each prefix in a different color, allowing you to mark topics differently based on the type of question. And my GD bbPress Toolbox Pro has additional icons displayed for topics, including an icon showing that the topic is closed.

    bbPress topic form allows you to change the topic status to closed. My GD bbPress Toolbox Pro allows you to mark the topic closed via reply: you reply to the topic and that reply signals that the topic is now closed (using the checkbox). If you need to do bulk edit of topics in the front end, I have free plugin GD Forum Manager to do just that.

    All these plugins can be used to improve the bbPress role of the support forum. Check out my bbPress plugins here: https://bbpress.dev4press.com/.

    Regards,
    Milan

    #215188
    Clayton Chase
    Participant

    Hey guys,

    I’m not new to the WordPress world but I am new to the bbPress one. I’ve done some digging and can’t seem to find what I’m looking for. I plan on using bbPress as an organized way to communicate with my clients and I’d like to use the forum topic status feature to define when a topic is closed.

    I’ve done some research on support topics and found a few plugins but most are abandoned or allow no customization of the topic status’. Does anyone out there have some input on a plugin that might help me achieve what I’m after?

    #215160

    In reply to: Log In page

    saigner
    Participant

    Hi @robin-w, just jumping on this thread as it is the same topic.

    I installed your bbpress style back a few days ago and it is up on my website. However, I can’t seem to figure out where to put the shortcodes to make them work. Do I need to put them in the files themselves or can I put them on in the page content? When I have tried to use the shortcode to force login on the forum index page for non-members (by putting it in the page content section), I get an error message that the “response received is not a valid JSON file.”

    Many thanks for all your hard work on this!

    #215159
    Robin W
    Moderator

    In the right sidebar of the Forum Edit page, under Forum Attributes, I select a parent forum from the list. After pressing Update, the field switches back to -No parent-.

    I cannot replicate this – forum parents are saved and can be switched back and forth.

    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.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #215152
    haddlyapis
    Participant

    Hi there,
    I want to import 150 users to my forum and subscribe them to a new “test” forum topic in order to check if the email notification is working (it stops after sending 100 emails).
    In order to do this, I use the plugin “import and export users and customers” to import a list of made-up users (username and email are all that is needed for columns in CSV file).
    Then I create a new “test” forum.
    Now I want to subscribe them all to this forum topic programmatically via MySQL.
    The issue is, I have looked at the SQL table and the only data that I can find on user subscriptions is the wp_usermeta where meta_key = 'wp__bbp_forum_subscriptions'. The meta_value shows the ID of the forum that users are subscribed to.
    The issue is that it seems to be no longer working. Is it a meta_value that BBpress no longer uses? If so, which one is used?
    If I take a random subscribed user (ID=17248) and check what they are subscribed to, the following query works: select * from wp_usermeta where meta_key = 'wp__bbp_forum_subscriptions' and user_id = 17248;. I can then see a list in the meta_value table of what they are subscribed to. But if I then (using the BBp Toolkit plugin) alter their subscriptions and e.g. unsubscribe them from a topic, go back to the DB and do the same query, it shows the same forum subscription IDs, even though there should be one less.
    Could you point me in the right direction of which table to query to alter the forum topic ids of a user please?

    #215145
    2minacdev
    Participant

    In the right sidebar of the Forum Edit page, under Forum Attributes, I select a parent forum from the list. After pressing Update, the field switches back to -No parent-.

    I tried to copy an existing subforum from the same parent with PA Duplicate but no copy is created.

    No error messages.

    What can I do?

    Wordpress 5.5.1.
    bbPress 2.6.5.
    PHP: 7.3.20

    Home

    #215136
    visuallycurious
    Participant

    Hey guys,

    I installed Bbpress on one of my multisites and i have used a plugin to allow users to register tto resgister rather than allowing registrations at the network level.

    I have used the bbpress shortcodes for the registration page and the login page however when i test registering as a new user it redirects me to a local-signup page which i assume is happening due to it being a multisite? Is there any way to have only one form that meeds to be filled in? Do i need a user and registration plugin?

    The main issue i have is that qhen i do complete the registration process thw new user reveives no email…

    I then added a plugin for Smtp, configured it and it works in itself but not diffrrence to the bbpress registration process.

    Not sure how to fix the issue, i also tried allowing users to register at a network level but made no difference?

    Do i need to add somethinking like the Ultimate user registrations plugin or wp forms? Will that make a difference?

    Im ising using latest version of wp and bbpress on my site…

    #215128
    axel111
    Participant

    Hi,

    i installed bbpress on my wordpress then i started db migration. i gave all informations about db and chose “vbulletin” but it didn’t work. I’ve read a few posts on this subject but no answer. Does the migration tool work? thanks

    #215120
    kriskl
    Participant

    2 months ago it worked OK, because threaded replies on BBpress was enabled

    yesterday/today I have turned it off, only then when I have noticed it

    #215119
    Robin W
    Moderator

    no – with threaded replies plugin deactivated and threaded replies (TR) turned off it should work.

    I presume it worked 2 months ago?

    I also have no idea how bbpress does replies that have previously been threaded and now TR has been turned off. might that be the issue?

Viewing 25 results - 3,951 through 3,975 (of 64,490 total)
Skip to toolbar