Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,901 through 3,925 (of 64,431 total)
  • Author
    Search Results
  • #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?

    #215117
    kriskl
    Participant

    hi, no, I had to turn off threaded replies feature of BBpress and therefore the plugin
    as some users were complaining 🙁

    it was difficult for them to find recent replies in topics where there were 50 or more replies..

    do you think I should turn the plugin back on?

    #215094
    athep
    Participant

    It’s still returning null, no output whatsoever. I even print_r($subs) inside the while loop and nothing shows up, I’m using the latest versions of bbpress and wordpress, the theme is a blank starter theme with only bbpress plugin activated

    #215080

    In reply to: Foum category?

    Robin W
    Moderator

    “bbPress 2.6.5 is out!” is a topic not a forum.

    so you have a forum called forum rules and if you click that, then yes, users will need to click the forum to see the topic.

    #215070
    flippy2810
    Participant

    Hi

    Got a problem with my forum
    If I compare my forum with the one HERE.

    For example, I created a forum with “Forum Rules”. Made the SuperStiky post.
    If I click on “Forum Rules” on the main forum page, first I come to a kind of superordinate category. I have to click on it first to see what has been written.

    This is not the case here in the forum. I click e.g. to “bbPress 2.6.5 is out!” and immediately see what has been written.
    Why is that?

    #215060
    Robin W
    Moderator

    wow, could be many of these or combination of them or your theme

    The best I can suggest is

    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

    #215059
    purityboy83
    Participant

    Hi

    I have a lot of plugins installed on my site.

    Let me know if you have anything to check more

    Best Regards,
    Hyunho

    ================

    301 Redirects

    Activity Log

    Advanced Access Manager

    Advanced Editor Tools (previously TinyMCE Advanced)

    Advanced TinyMCE Configuration

    All In One SEO Pack

    Automatic Copyright Year

    Awesome Weather Widget

    bbp style pack

    bbp User Ranking

    bbPress

    bbPress – Private Replies

    bbPress forum utility pack

    bbPress Permalinks with ID

    bbPress Profile Link Shortcode

    bbpress Simple View Counts

    bbPress Toolkit

    Classic Editor

    Favicon by RealFaviconGenerator

    GD bbPress Attachments

    GD bbPress Tools

    Hide Admin Bar From Front End

    Hide My WP Ghost Lite

    Image Upload for BBPress

    Link Widget Title

    Log Out Shortcode

    MangBoard WP

    Members

    Nav Menu Roles

    Pages In Widgets

    Post/Page specific custom CSS

    Search & Replace

    Shortcode in Menus

    Shortcode Widget

    SiteOrigin CSS

    Smush

    Stylist

    Timeline Express

    User Registration

    Wordfence Security

    WP 2FA – Two-factor authentication for WordPress

    WP OPcache

    WP RSS Aggregator

    WP Statistics

    WP-Optimize – Clean, Compress, Cache

    WPForce Logout

    broken link check

    buddyPress

    ================

    #215057
    Robin W
    Moderator

    ok, thanks for sending that – I had something set that was not giving me that on my test site – now I can match your process, but i do not get the error.

    what other bbpress related plugins are you running ?

    #215047
    sflwa
    Participant

    I’m referring to what is referenced this – https://codex.bbpress.org/getting-started/forum-moderation/common-tasks/

    In the frontend

    Log into your site and go to your forums on your site
    If you need to delete a topic, go into the topic and hit the Trash Admin Link to put the topic into the trash.
    Now you will see that the trash link has turned to the Delete Admin Link , and from there you can click Delete to delete the topic permanently.

    So once you click trash it turns red and then the link changes to delete which is “empty trash” for that one item

    #215044
    kriskl
    Participant

    I use “bbPress Do Short Codes” plugin

    maybe it will help

Viewing 25 results - 3,901 through 3,925 (of 64,431 total)
Skip to toolbar