Forum Replies Created
-
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.poAfter 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.
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.poBut the changes do not appear on the front end. There must be something else I’m missing 🙁
In reply to: How to hide forum topic?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.
In reply to: How to hide forum topic?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/tKb4Y6GEkWf2GUMB88ghljeprh37NtTopic page with topic question
https://monosnap.com/file/M3hhJhX7wW4on9Ym2s4ecMcFqmjHOjThis 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.
In reply to: How to hide forum topic?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.
In reply to: Nested / Threaded Replies not working in ChromeSame here… Nested / Threaded Replies not working
Nevermind. User error. I’ve fixed this error, everything works now.
In reply to: How to upload avatarGot it. OK it was driving me crazy that I couldn’t find that option.
In reply to: ERROR: Are you sure you wanted to do that?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?