Forums containing chit-chat/banter might want twice as many topics per page than those containing lengthy dissertations, might make more sense with categories, or at least categorised settings.
Thanks.
Vary Pagination Limits per Forum
Published on August 31st, 2023 by lmstearnSearch for multiple full-width words including full-width spaces
Published on August 31st, 2023 by shimdayoI use bbpress in Japanese.
In the bbpress search window, if you search for two or more words with double-byte spaces, no search results will appear.
I tried replacing half-width with full-width, and it worked in the wordpress search window, but not in the bbpress search window.
advice please.
thank you.
function empty_search( $query ) {
if ( $query->is_main_query() && $query->is_search && ! $query->is_admin ) {
$s = $query->get( 's' );
$s = str_replace(' ',' ', $s );
$query->set( 's', $s );
}
}
add_action( 'pre_get_posts', 'empty_search' );
bbPress / BuddyPress notification interaction?
Published on August 30th, 2023 by Mike WittI have a bit of a mystery here, which I *think* involves an interaction between bbPress and BuddyPress. I’m going to put it out here, just in case anyone has any ideas. I have NOT tested this on a clean site with only bbPress and BuddyPress so it’s also possible that there’s some other interaction.
What’s happening is that BuddyPress notifications times look right with the exception of notifications for bbPress forum post/replies. Notifications for forum replies are offset by the site’s offset from UTC. So, for example, if the WordPress Timezone setting is “New York” (which is currently UTC-4) the a forum notification says “4 hours ago” immediately.
Any ideas?
Cambiare dimensione forum
Published on August 29th, 2023 by christian93srSalve,
non riesco a mettere a schermo intero il forum in questione:
https://plant.ciellesrl.com/forum/linea-1/
Su desktop si vede centrato e troppo piccolo, vorrei fosse esteso per l’intera larghezza della pagina.
Tema:NiveauVersione: 1.0.6
Versione WP: 6.3
Versione bbPress: 2.6.9
Help, grazie in anticipo
Remove moderation links on frontend
Published on August 29th, 2023 by newtech1I want to remove the moderation links that appear within a topic post.

I believe this is controlled by the following in bbpress/includes/topics/template.php. What edit would I do if this is the correct area to edit:
function bbp_get_topic_admin_links( $args = array() ) {
// Parse arguments against default values
$r = bbp_parse_args( $args, array(
'id' => bbp_get_topic_id(),
'before' => '<span class="bbp-admin-links">',
'after' => '</span>',
'sep' => ' | ',
'links' => array()
), 'get_topic_admin_links' );
if ( empty( $r['links'] ) ) {
$r['links'] = apply_filters( 'bbp_topic_admin_links', array(
'edit' => bbp_get_topic_edit_link ( $r ),
'merge' => bbp_get_topic_merge_link ( $r ),
'close' => bbp_get_topic_close_link ( $r ),
'stick' => bbp_get_topic_stick_link ( $r ),
'trash' => bbp_get_topic_trash_link ( $r ),
'spam' => bbp_get_topic_spam_link ( $r ),
'approve' => bbp_get_topic_approve_link( $r ),
'reply' => bbp_get_topic_reply_link ( $r )
), $r['id'] );
}
How to create the forums section (like in the sidebar here)
Published on August 25th, 2023 by Frederic Pilon
I’m looking for the shortcode or bit of code needed to show this bit of the current site?
Author page shows like an archive without any structure
Published on August 25th, 2023 by Frederic Pilon
I dont know why, in my author page, everything is condensed into a single <p> and everything is condensed.
How could I fix this?
Alarm functionality for new comments
Published on August 25th, 2023 by tapiohuuhaaWhen subscription is set for a topic, new comments will be informed by email.
I would like that there could be also fuctionality, which informs new comments by alarm bell. It would appear to the interface as red bell icon. Clicking icon could get shortened version of the email message.
I assume that his functionality would add bu using yhe sa informatoin, which has used for the email message. It would be nice, of siteicon could be also chaged.
Forum default
Published on August 24th, 2023 by newtech1In the backend when creating a new topic, on the right side under Topic Attributes, you choose what forum the topic is going to be under. How do I make it so that my only forum is the default forum, or the only forum. Right now the default is ‘no forum’ with the option of choosing Fishing Report Forum.
I would like it that Fishing Report Forum is the default forum, or better yet, no other choice.
Several questions
Published on August 23rd, 2023 by eefkedigibitchHi There,
I have several questions about my forum. If you need me to ask these in different topic, please let me know, I’ll adjust it.
1. Some of my forums are open to everyone, also not registered users. I have them set as ‘status: open’ and ‘visibility: public’ but when I visit the forum, I get a message I’m not allowed.
The message I see is the message I set for customers that want to view a forum about a LearnDash course. Because only if the course is purchased, the forum should be visible for that user.
But now this message also pops up on forums that have nothing to do with LearnDash.
So how can I fix this?
2. In the forum I created some test posts and replies. So I am the author and my name is visible. But under my name (next to my role) is also my IP address showing. Why is that? And how can I deactivate that?
3. Because my website also has a shop the users will have an account of the general website. So if you want to see the profile (own profiles only) I need it to link to the user profile.
And also the button to register or login should link to the general pages.
Where can I set this?
4. I changed the settings of the breadcrumbs. I deleted Home, so the first one is now Forums. First Forums linked to the page I was already on. So in the bbp stylepack I set a new URL to the starting page of the forum – …com/forum. But somehow it links to …com/forums and that page I don’t want to use, never.
In the general WP settings, I found the Forum Root Slug settings and tried to change that from forums into forum. That didn’t work.
So now I don’t know how to make the ‘forums’ page go away and link the breadcrumb Forums to the right page.
Do you know the solution?
This is it for now…haha.
Hopefully you can help me, I’d really appreciate it!!
Thanks so much already.
Kind regards,
Eve