r083r7 (@r083r7)

Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • @r083r7

    Participant

    I edited the POT file found in wp-content/plugins/bbpress/bbpress.pot using Poedit app. Saved the two needed files:
    – bbpress-en_US.mo
    – bbpress-en_US.po

    After reading the instruction I was putting them in the wrong directory. Created and moved those two files to this directory:
    /wp-content/languages/bbpress/

    But same results, changes are not loading. Grrrr not sure what I’m doing wrong here.

    @r083r7

    Participant

    Feel like I’m making progress.

    I created and uploaded both these files to the wp-content/languages/plugins folder.
    – bbpress-en_US.mo
    – bbpress-en_US.po

    But the changes do not appear on the front end. There must be something else I’m missing 🙁

    @r083r7

    Participant

    I should have mentioned this is a case where I have a bbPress forum linked to a BuddyPress group. I am viewing the forum inside a group.

    I troubleshooted this and this is odd. The only plugins I have installed are bbPress and BuddyPress. Tried on two different default WordPress themes and getting the same thing with 2019 and 2020 theme.

    Still getting the same results, I wonder if this is BuddyPress doing this hmm.

    @r083r7

    Participant

    I wish I could but the way that bbPress has implemented the CSS there is no middle.

    Please review the screenshots I took

    Index page with forum title
    https://monosnap.com/file/tKb4Y6GEkWf2GUMB88ghljeprh37Nt

    Topic page with topic question
    https://monosnap.com/file/M3hhJhX7wW4on9Ym2s4ecMcFqmjHOj

    This is the code that bbPress outputs for both the index page and topic page title

    <div id="bbpress-forums" class="bbpress-wrapper">
    <h2>main forum topipc</h2>

    If I get rid of one I get rid of the other one 🙁

    Still searching for a solution.

    @r083r7

    Participant

    When I target the forum name on the index page and remove it with CSS it works but it also affects the page once I click on the topic. When I click on the topic it also removes the topic title. Seems like the name of the forum and the topic title use the same CSS ID.

    I wonder if there’s a solution.

    @r083r7

    Participant

    Same here… Nested / Threaded Replies not working

    @r083r7

    Participant

    Nevermind. User error. I’ve fixed this error, everything works now.

    In reply to: How to upload avatar

    @r083r7

    Participant

    Got it. OK it was driving me crazy that I couldn’t find that option.

    @r083r7

    Participant

    copy and pasted into my child-theme function.php file

    add_filter( 'bbp_verify_nonce_request_url', 'my_bbp_verify_nonce_request_url', 999, 1 );
    function my_bbp_verify_nonce_request_url( $requested_url )
    {
        return 'http://localhost:8888' . $_SERVER['REQUEST_URI'];
    }

    ERROR: Are you sure you wanted to do that? is still there.

    Any other ideas?

Viewing 9 replies - 1 through 9 (of 9 total)