Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 1 through 25 (of 26,760 total)
  • Author
    Search Results
  • #244859
    Robin W
    Moderator

    bbpress ends subscriptions to noreply@mysite.com with a bcc to the subscribers.

    A lot of email systems don’t like this, as that email address does not actually exist and/or the bcc’s make it look like spam.

    so 2 things you could do

    1. amend the sending from address to one that exists usiing

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Subscription Emails and amend the email address

    2. use

    AsynCRONous bbPress Subscriptions

    which whilst old, still works as far as I know

    #244851
    alm1
    Participant

    WordPress 6.8.1 running Simple Life theme.
    bbPress 2.6.13

    Home

    I’ve downloaded the ‘bb-topic-deleter’ plugin.

    When I try to upload it in WordPress plugins, all the files are grayed out, and I’m unable to select any of them for upload.

    I would really like to use this plugin. Any suggestions?

    TIA

    #244848
    bytris
    Participant

    Hi all,

    I am having some troubles with the e-mail notifications that bbpress can send to subscribers. I use the WP Mail SMTP pro plugin to send e-mails from the website.

    WP Mail SMTP pro perfectly handles wordpress native e-mails, such as the account activation links for new users, password reset links etc.

    It does not appear to send the bbpress messages through this SMTP method. Nothing to see in the logs also.

    Does anyone has had a similair problem? Is there a setting for this? Or does a custom function fix this issue?

    Thank you in advance!

    #244845

    In reply to: side bar not showing.

    Robin W
    Moderator

    what theme are you running?

    You can add

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>login

    and you can add to the menu

    #244842
    teacherjoejinan
    Participant

    I just installed bb press and installed bbPress WP Tweaks. I am trying to add login and register and lost password however the sidebar does not show. I am using the latest version of WordPress. What other option do I have to allow users to register, etc.

    #244829
    delaitec
    Participant

    Hello.

    I have a WordPress site with a configured BBPress Forum and a WPMAIL SMTP plugin.

    I recently started receiving 2 mistakes that appear at the same time on the WPMAIL SMTP event log.

    On WPMAIL SMTP I tested the sending of emails, and the site is sending email normally.
    What may be causing these EVENTS?

    See topic on WPMAIL SMTP FORUM:
    https://wordpress.org/support/topic/bbpress-related-log-events/

    #244825
    Robin W
    Moderator

    add this plugin and use to test if email is working

    Check & Log Email – Easy Email Testing & Mail logging

    #244784

    In reply to: AI bot for bbPress

    neon67
    Participant

    I’d be happy to take part in testing! I have a large live forum with over 10,000 topics. Let me know when the free AI model appears. P.S. – I’m going to test wordpress.org— ai-engine plugin – but more with the MCP purpose for administration

    #244782
    Robin W
    Moderator

    sorry, this is not a plugin written by bbpress. I’m not quite sure which plugin this refers to.

    you could try

    Inline Image Upload for BBPress


    or

    GD bbPress Attachments

    #244768
    tvyanos
    Participant

    WordPress 6.8.1
    PHP 8.2.22

    Could you please help fix the following issue? A fatal error has occurred on the site:

    Fatal error: Uncaught Error: Call to undefined function WP_Filesystem() in /wp-content/plugins/image-upload-for-bbpress/bbp-image-upload.php on line 316.

    This error causes the site to crash when attempting to delete a post. It appears that the WP_Filesystem() function is being called before it has been properly initialized. I would appreciate it if you could take a look and resolve this issue.

    Thank you.

    #244752

    In reply to: AI bot for bbPress

    Chris Huber
    Participant

    @neon67 yes it’s actually inspired by the @grok system on X. I should have mentioned that in my original post.

    It’s basically that for your forum, except it uses ChatGPT instead of Grok and your forum content instead of twitter content.

    You will need your own API key from OpenAI.

    It’s fun to play with, you can give it any personality you want.

    In the future I would like to add support for multiple bots within this system.

    There is also a helper plugin that gets installed on a remote site, so you can get context from another site you manage too. But that is not on WordPress yet.

    #244686

    In reply to: Create link to forums

    Robin W
    Moderator

    This is one of the new FSE themes, so you need a fix to work with bbpress.

    install

    bbp style pack

    once activated, navigate to

    dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.

    In that tab, select

    Enable Theme Support

    and save

    The forums should then display

    #244616

    Topic: AI bot for bbPress

    in forum Plugins
    Chris Huber
    Participant

    Hey everybody, this is my first time posting here. I’m a developer and I started using bbPress about two years ago to build a forum.

    I just published my first plugin, which is a context-aware AI bot that responds to @mentions or specific keywords. It reads the post and gathers information from other topics and replies to users as a specified account.

    It just went live on the WordPress plugin repository so I thought I’d share it here. Completely free and open source and whatnot.

    AI bot for bbPress

    I’m using it on my own forum if you wanted to see it in action. This is my bot user: AI forum bot on Extra Chill

    Would love to hear what you think! This is my first-ever published plugin so I’m pretty excited about it.

    #244598
    packzap
    Participant

    This migration process not for the faint of heart! I was never able to complete successfully. I did learn a few things tho.

    • Pare down and disable as many plugins as possible before migrating. (especially optimize and cache ones).
    • Be ready to disable the entire plugin directory in order to log into site.
    • Realize that the activity of uploading files, importing a database, changing configurations, and adjusting dns, can spike shared server resources, leading to unstable and throttled-down results.
    • Revel in the miracle of a nicely integrated bbPress/Wordpress install and always take time to break, inhale a deep breath, and appreciate the majesty of life
    #244592
    packzap
    Participant

    From that document:

    Moving to a New Server
    If you are moving WordPress from one server to another, begin by backing up your WordPress directory, images, plugins, and other files on your site as well as the database. See WordPress Backups and Backing Up Your Database.

    Keeping Your Domain Name and URLs
    Moving your domain without changing the Home and Site URLs of your WordPress site is very simple, and in most cases can be done by moving the files.

      If database and URL remain the same, you can move by just copying your files and database.
      If database name or user changes, edit wp-config.php to have the correct values.
      If you want to test before you switch, you must temporarily change “siteurl” and “home” in the database table “wp_options” (through phpMyAdmin or similar).
      If you had any kind of rewrites (permalinks) setup you must disable .htaccess and reconfigure permalinks when it goes live.
    #244591
    packzap
    Participant

    Thanks Robin. I’m still working on it. This WordPress resource is very helpful, Migrating WordPress.

    #244550
    packzap
    Participant

    Hi Robin,

    The WordPress/bbPress install and all content is all on one subdomain (feedback.pdxradio.com).

    It’s interesting the legacy bb_ tables are still there. I don’t want to touch (delete) them, in case they’re still being used.

    #244530
    Robin W
    Moderator

    ok, I’d suspect that the bb_ tables are from versions 0.x and 1.x.
    In version 2.x, bbpress was migrated to a plugin under wordpress.

    I presume that your bbpress forums run on the same website and nit on a sub-domain – can you confirm?

    #244487
    packzap
    Participant

    I’m running the the latest: {bbPress version 2.6.13) / WordPress version 6.8.1}. I’ve been running bbPress for 10 to 15 years, starting with the 0.x versions. I notice when I look at the database in MyPHPadmin there are many tables with the prefix of bb_ and even more tables starting with wsy****_.

    So just to review, when we move the bbPress/Wordpress installation from one server to another we do so in these steps?

    1. Copy all web files over to new server
    2. Copy the database.sql over to new server
    3. Edit the first few lines of wp-config.php with the pertinent new database settings
    4. Go into the Admin panel of the site and make sure the bbPress plugin is active
    5. Then go to Tools, Forums, click the Import forums tab, select Platform, bbPress1 and enter the pertinent database details
    6. In the table prefix section be sure to add the prefixes from your database (in my case bb_ and wsy****_, i guess entered as bb_wsy****_?)
    7. Click Start, and then fold your hands together and pray the import works 😉
    #244469
    packzap
    Participant

    bbpress just uses wordpress posts and post meta tables and the wordpress use table.

    So if you copy the wp-content files, mysql database, bbpress should just work ok

    So, does that mean I only need to copy the wp_ files and folders from the old server, not the bb_ ones? And of course, the database.sql.

    #244467
    Robin W
    Moderator

    bbpress just uses wordpress posts and post meta tables and the wordpress use table.

    So if you copy the wp-content files, mysql database, bbpress should just work ok

    #244446
    packzap
    Participant

    I thought I would easily move my bbpress (version 2.6.13) / WordPress (version 6.8.1) installation from one server to another by copying all the files and exporting/importing the sql database file and adjusting wp-config.php.

    However after moving everything over I can access the new WP installation, see all the plugins from before (all deactivated), but cannot see or import the bbPress forum.

    I activated the bbPress plugin but don’t see any of my previous forum names listed.

    In the WordPress Admin dashboard, I went to Tools, Import forums, put in the database settings (platform bbpress1) and clicked import, but it immediately stops on step 1.

    Since most of the articles in this forum about moving servers is 10 to 15 years old. Maybe a refresh of an overview on how to do it today would be helpful. If anyone can throw in some ideas, I would appreciate it.

    #244335
    Robin W
    Moderator

    could be hundreds of reasons, and may be coincidental of 6.8 or may not.

    so it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, 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

    teachworldhistory
    Participant

    I have a website that uses bbpress forums.

    The bbpress forums have worked for 5 1/2 years. When WordPress 6.8 came out, it broke. Now, when members log in, they can only see 2 forums and even those don’t work. When I log in as an admin to word press, all the forums are there. When a member logs in, they only see two broken forums. The updated bbpress plugin did not fix it. Reverting back to a previous Word Press version did not fix it.

    Can I get any help with this?

    Robin W
    Moderator
Viewing 25 results - 1 through 25 (of 26,760 total)
Skip to toolbar