Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Tool with filters

Published on July 21st, 2023 by ilyessd

Hello,

I am using bbpress to do a website where employees can create topics to post information about their career and students can read and reply to ask questions. I am allowing employees to create topics in forums that I created myself by categories (let’s say I created the forum “Computer Science” and “Construction”) and they are also allowed to put a tag to the topic that will correspond to their job (for example a software engineer will post in the forum “Computer Science” with the tag “Software Engineer”).

Now instead of using the normal search tool of bbpress, I would like to create a search tool for student where there would be 2 filters, the first one would be a dropdown with the list of all the forums that I created and then another filter which is a text area that correspond to a job name and that would search among the tags.

This is my main goal. However, if it’s possible I also would like to add another field “Company Name” available for employees when creating a new topic and then create another field in the search bar “Company Name”.

Can anyone help with that please ? I would be extremly thankful !
Thanks !

unwanted   in emails

Published on July 20th, 2023 by itsmifred

Hi,
A line break in VISUAL mode in a forum topic generates unwanted html space characters in follow-up emails (   ).
Can this be avoided?
Best regards,
Fred

Moderators for the same forum

Published on July 20th, 2023 by Philippe Roussel

Hi,

Can moderators for the same forum moderate each other?

Thanks for your help,

Philippe

Duplicate post message

Published on July 19th, 2023 by terryfindlay

A user on a bbPress forum keeps getting a message that he is posting a duplicate post when he tries to post a reply to a topic.

Does anyone know how to fix this problem?

Post-> Topics

Published on July 19th, 2023 by Martine

Good morning
I’m looking for a plugin to automatically create a topic in the forum following a new article in the blog like “Post Comments as bbPress Topics” but without that removing the possibility of posting a comment on the blog.
Thanks in advance.

Forum Status: Hidden Post Removed

Published on July 16th, 2023 by lmstearn

Hi,
WordPress 6.2.2 running Twenty Twenty-Three theme, BBPress 2.6.9.
Moved the only hidden (pending) topic from a public forum to a private forum, and published it. Topic, and moved replies all look fine in the private forum.
The public forum from whence it was moved still has this:

This forum has NN topics (+1 hidden), NNN replies …

As expected, clicking the +1 hidden doesn’t change the number of topics displayed. Repaired the forum, cleared site cache, no change to the +1 hidden.
If a detail in the move topic process was missed, please advise.
Thanks.

Forums Index

Published on July 15th, 2023 by StudentFilmmakers

Why does my forum index look like this instead of the neat page I am accustomed to?

https://wordpress-879226-3710705.cloudwaysapps.com/forums/

bb_has_topics not working with translated topics in WPML

Published on July 15th, 2023 by Ronny Kreuzberg

Hello, i am using this code Part to show latest Topics in certain Forums. It is giving the correct Topic ids but wont show them except of original Language even if i opened it in a different language first.

<section class=”topics”>

<div id=”bbpress-forums” class=”bbpress-wrapper”>

<h3><?php echo __(‘Recent Topics’, ‘WordPress’); ?></h3>

<?php

$topic_parents = array();

foreach ($match_parent_ids as $match_parent_id) {

$match_ids = get_children(array(
‘post_parent’ => $match_parent_id,
‘post_type’ => ‘forum’,
‘fields’ => ‘ids’,
));

foreach ($match_ids as $match_id) {

$topic_ids = get_children(array(
‘post_parent’ => $match_id,
‘post_type’ => ‘topic’,
‘fields’ =>’ids’,
));

foreach ($topic_ids as $topic_id) {
echo $topic_id;
}

$topic_parents = array_merge($topic_parents, $topic_ids);

}

}

$args3 = array(
‘post__in’ => $topic_parents,
‘post_type’ => ‘topic’,
‘post_status’ => bbp_get_public_status_id(),
‘posts_per_page’ => 10,
‘orderby’ => ‘freshness’,
‘order’ => ‘DESC’,
);

if (bbp_has_topics($args3)) :

bbp_get_template_part(‘loop’, ‘topics’);

else :

bbp_get_template_part( ‘feedback’, ‘no-topics’ );

endif;?>

</div>

</section>

Thanks for helping

Anyone using WPMobile for app creation of forum

Published on July 15th, 2023 by ibnat

I am testing the WPMobile app plugin and am finding it pretty hard going to be honest. It does now seem obligatory to have this as 80 percent of my visitors are now on mobile and hardly anyone goes home and turns on the desktop anymore.

Has anyone here used this plugin? I would love to see some examples of any BBPress forums using it.

Thanks in advance

remove “By Author” title underneath forum title

Published on July 15th, 2023 by ibnat

I have noticed that a link to an author has appeared under forum titles. How can this be removed?

You can see it under the title Birdlife here: https://iberianatureforum.com/forums/forum/birds/

Thanks for any advice

Skip to toolbar