Search Results for '"wordpress"'
-
Search Results
-
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
Hello everyone,
Loving BBPress. I was wondering how I can change the name of the page/header of the forums from “Forums” to the title of my choosing?
I run a RPG forum, and want to keep it immersive. 🙂
I could not find anything on the settings, so it makes me wonder if some tinkering is needed somewhere else.
Thank you in advance, and bravo for such a wonderful addition to WordPress.
Topic: Trouble leaving buddyboss
I am working on getting the site off buddyboss. I think there is something wrong with the forums’ hierarchy. All the group forums are there, but the forums page does not show all the forums. I am working on a staging site at https://wordpress-631920-3100285.cloudwaysapps.com/forums/forum/filmmakers/, and I am trying to track down the solution so that all my forums show up at /forums and not individually or only with groups.
I am trying to make notifications work when using the BNFWP (Better Notifications For WP) plugin. Issue is, two notifications are sent out, one from bbPress and one from BNFWP. BNFWP support have said, “is there a hook you can use to disable their (bbPress) notification (without disabling the entire function within WordPress)”. Any ideas?
Hi
It is easy to customize backend buttons with the pugin “Post Editor Buttons Fork”, but it does work only in the backend. How I could add and remove buttons in front-end. I would like to add at least [SPOILER][/SPOILER] tag and i would lke to use [CODE][/CODE] insteaf of the default code button.Where is the code, which defines editor? Could I hardcode changes, which I want?
Controlling the graphic editor TinyMCE Advanced might be more difficult. Is the alternatives for TinyMCE andvanced in the front-end. I would be nice to get.
I have a temporary solution by using an additional menu. See https://www.sanaristikkofoorumi.net/wordpress/forums/topic/uusia-ominaisuuksia/?view=all#post-28829
When I add a new topic to my forum the cache does not clear when forum or topic updated. It looks like bbPress is not sending the API Call for WordPress to clear cache after a Topic has been updated.
Any advice?
Topic: Is bbPress alive?
Hello, I am planning to create a new forum with bbPress but because there haven’t been updates for 2 years and I am planning to maintain that website for 10 years or so I ask myself if it even still makes sense to use bbPress with a new website?
It works for me but, what about php 8.2?
What about security updates?
What about WordPress compatibility.Is bbPress going to die or practically already dead?
Does anyone know something about it.I know it works now but what about in a year, when I have to update my php or stuff like that?
No updates for 1 year+ normally is a really red flag for a plugin…
Topic: Registration ERRORS
When a user attempts to “Register” on https://loftusweb.com they get errors saying “The username you entered is incorrect” and “The email you entered is incorrect”.
This happens for a new user. If you want to try it, go to the above link then click the “Registration and Discussion” link upper left. Then try to register “Join Us”.
I don’t know where the error is coming from nor how to fix it.
WordPress Version 6.2.2
bbPress Version 2.6.9
bbstyle pack Version 5.6.0