• Playing around with a test WP install with bunch of plugins I intend to use in production.

    So I installed WP at /blog and installed handful of plugins, notably bbpress and buddypress, yoast seo

    This is the problem:
    https://www.talkjesus.com/blog/forums/

    It doesn’t show all the forum categories. It’s showing up like a blog post/page instead.

    This is one of the parent forums:
    https://www.talkjesus.com/blog/forums/forum/the-buzz/

    Why is it showing /forums/forum? I only want it to be for example /forums

    Now, if I try to go to https://www.talkjesus.com/blog/forums/forum/ to see the whole list of forums like it should be, it redirects me to “forum banners”?

    MY SETTINGS:

    permalinks: post name

    Yoast SEO: %%title%% %%page%%

    .htaccess

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    </IfModule>

    Appreciate any help on this. Thanks.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Moderator James Huff

    (@macmanx)

    I recommend asking at https://bbpress.org/forums/ so the bbPress developers and support community can help you with this.

    Thread Starter Chad

    (@chadi)

    Hi folks,

    I posted the above two times at bbpress.org forums and twice, it was mysteriously deleted. Then I posted a “missing thread” post asking why it was deleted. Been 3 days, no response. That forum is virtually dead.

    I would appreciate help here. Thanks.

    Moderator James Huff

    (@macmanx)

    Do you recall the link to the mysteriously delete thread?

    Thread Starter Chad

    (@chadi)

    No I do not. It’s gone from my profile ‘started topics’ section. I know for sure they both were posted and automatically set to receive notification.

    Thread Starter Chad

    (@chadi)

    By the way, I posted it twice. First deleted, so I reposted again. Then deleted again. I certainly did not post anything wrong, private or such.

    Moderator James Huff

    (@macmanx)

    Hm, I guess try one more time. bbPress is the right place to ask for bbPress support. This is WordPress support over here.

    They’re all volunteers over there (like we are here), so maybe they’re off spending holiday time with their families.

    Thread Starter Chad

    (@chadi)

    Yes I understand everyone is a volunteer and appreciate that. But that doesn’t mean threads should be deleted for no reason at all without explanation.

    Reposted again

    https://bbpress.org/?post_type=topic&p=156219

    Entire post highlighted in yellow, doesn’t appear in my profile topics started list nor in installation forum where I created it.

    I’ getting a permission denied error trying to edit it too to add my WP version.

    Screenshot
    https://www.imagehousing.com/image/1219376

    Moderator James Huff

    (@macmanx)

    Ah, I bet they’re being caught as spam for whatever reason. Someone should be along eventually to rescue them from the spam queue.

    Thread Starter Chad

    (@chadi)

    Thanks for clarifying. I had a feeling it was that. I’m certainly not a spammer, nor deserve to be wrapped in yellow highlights ??

    Moderator James Huff

    (@macmanx)

    Actually, everyone gets the yellow highlight. ??

    Check out any thread there, it highlights the first post in the thread.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘bbpress plugin question’ is closed to new replies.