Skip to:
Content
Pages
Categories
Search
Top
Bottom

best way to add translations?

Published on July 9th, 2020 by haddlyapis

Hi,
My forum is set in German (bbpress-de_DE)
There are some things in my forum that are not translated.
e.g: https://www.apis.de/forum/topic/pim-2/ (See top line, a mix of German and English). I have tried editing the bbpress-de_DE-formal.po file using Poedit for Windows, but this does not make any changes.
How can I edit existing translations and add further translations plz?

2 identical boxes for “You must be logged in to create new topics”

Published on July 9th, 2020 by haddlyapis

Hi,
for some reason, if you are not logged in and you click on a forum post, the login (username and password) box below the text “You must be logged in to create new topics.” is shown twice.
Any ideas?
e.g. link_to_my_forum

Using my search form on the main forum page?

Published on July 9th, 2020 by Chuckie

I have this custom code to display a form on the stated pages:

// ==============================================================
//display bbPress search form above single topics and forums
function rk_bbp_search_form(){

if ( bbp_allow_search()) {
?>
<form role=”search” method=”get” id=”bbp-search-form” action=”https://www.publictalksoftware.co.uk/support-forums/search/”>
<div class=”trucklesoft-bbp-searchrow”>
<label class=”screen-reader-text hidden” for=”bbp_search”>Search for:</label>
<input type=”hidden” name=”action” value=”bbp-search-request”>
<input tabindex=”101″ type=”text” value=”” name=”bbp_search” id=”bbp_search”>
<input tabindex=”102″ class=”button” type=”submit” id=”bbp_search_submit” value=”Search”>
</div>

<div class=”gdpos-power-link”>
Advanced Search
</div>
</form> <?php
}
}

add_action( ‘bbp_template_before_single_forum’, ‘rk_bbp_search_form’ );
add_action( ‘bbp_template_before_single_topic’, ‘rk_bbp_search_form’ );
// ==============================================================

Can I also use this code to replace the form that is displayed at the top of the forums page too?

This is because I have introduced my own class which I now need also on the main forum page form:

https://www.publictalksoftware.co.uk/support-forums/

General Information

You will see they look different.

Is there just another action I need to add here?

Thanks.

Topics under forums in urls

Published on July 8th, 2020 by Mike Witt

Is there a way to show topic links “under” their respective forums?
I realize I’m not wording that very well, what I mean is:

Instead of:

forum/some-forum
topic/topic-in-some-forum

Is there some way to do:

forum/some-forum
forum/some-forum/topic/topic-in-some-forum

or just:

forum/some-forum/topic-in-some-forum

What I’m trying to accomplish has to do with controlling access to various forums based on the url. So, if I’m going to be able to do that I need to have some way of having the topic urls begin with their parent forum and not be totally independent.

I’m open to being told if this wrong-headed somehow 🙂

Start topic after being active

Published on July 8th, 2020 by peterswe

Hi

I am looking for a way of setting up so users can only make a new topic after repling to 2 or 3 other topics to show they are active in the forum.

Thanks
P

Anonymous posting fields

Published on July 8th, 2020 by prokops

Hello!

When my users post to my forum, the forum asks them to fill in:

Name (required)
Mail (required)
Website (optional)

I would like to change this to:
Name (required)
Membership Nr (required)

Can this be done and how? If email field is a must-have, then I would like to add the Membership field as the 3rd required field.

Cheers

New Topic page

Published on July 7th, 2020 by John

Is it possible to have a separate page for adding a new topic (rather than the new topic form being found at the end of a forum listing page)?

In addition is there a way of adding a dropdown to the form so that the user can select which forum the topic should be submitted to?

moderate posts before publishing

Published on July 7th, 2020 by haddlyapis

Hi there,

I would like to check the posts before someone can publish them in the forum.
If the user has been assigned “participant” status, is there any way to do this?
thx in advance.

bbp user online status

Published on July 7th, 2020 by robertherold

Hi,

Does anyone know something like this plugin that works?

bbp user online status

creating a page for topics

Published on July 6th, 2020 by huronsen

Hy there
I have couple issues with the plugin.
I created a Site and displayed the forum index on it, that’s finde.
But when i click on a forum its loading a new site, how can i style this site?

I’m working with elemntor, so i put the shortcode into a section, which gives me the box-layout i want. But because i don’t know how to style the following page, it stretches over the whole screen.

Do you guys have an idea or even worked with the plugin and elementor?

Thank you
Johny

Skip to toolbar