Search Results for 'bbpress'
-
Search Results
-
I think I’m looking and googling to find out how I’m doing step by step to change the language on my bbPress side but I find nothing. Maybe I’m bad at searching

Someone who can “step by step” to tell me how and where I go to do it
Big thanks
How to replace one string of text with another one?
Example, change ” :heart: => spade ” in each and every topic and reply.
I’m trying to make a topic creation form in a single page all by itself for a specific forum I created.
So I created a shortcode function using the code below.
bbp_get_template_part(“bbpress/form”,”topic”);
and when I put this code into the page, I was able to make the topic creation form all by itself as I wanted.
But my question is how can I set a specific forum to write?
I see there’s a dropdown menu I can select the forum I want to write. But in default the dropdown menu selector set to the very first forum.
I want to have a specific forum selected as a default. Or if I can get rid of the dropdown forum selector and specify which forum I want to write, that’s fine too.
So I looked at the codes but I couldn’t figure out how to specify a specific forum to write.
I found the following code from form-topic.php and I guess I have to change the code somehow to specify the default selected forum.
<?php bbp_dropdown( array( ‘selected’ => bbp_get_form_topic_forum() ) ); ?>
Does anyone know how to do this?
Thanks in advance.
Topic: RSS Feeds into Topics
Greetings,
I was wondering if there is a plugin or setting that allows you to convert RSS feed posts into Topics. I have another plugin that is a modal window that collects feedback and I would like each feedback post to be placed in a Forum as a topic. This is for the bbPress plugin for wordpress, not the standalone.
Thanks,
Andrew