Search Results for 'bbpress'
-
Search Results
-
I am sorry to ask this now as I know you are busy with a great update but I do have a bit of a problem.
I managed to sort most of it out with the old version but am struggling with the new update.
What I did was remove from the header on the replies page all the headings except “author” and change the “posts” to text I want with some formatting.
in my childtheme style.css
I included this to remove most of the headings from everywhere.#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
border-top: 3px solid #0a9ed3;
overflow: hidden;
padding: 8px;
}li.bbp-forum-freshness, li.bbp-forum-freshness {
display: none;
}li.bbp-forum-freshness, li.bbp-topic-freshness {
display: none;
}li.bbp-forum-info, li.bbp-topic-title { width:100%; }
li.bbp-forum-topic-count, li.bbp-forum-topic-count {
display: none;
}
li.bbp-forum-reply-count, li.bbp-forum-reply-count {
display: none;
}
li.bbp-topic-title { width:100%; }li.bbp-topic-voice-count, li.bbp-topic-voice-count {
display: none;
}li.bbp-topic-reply-count, li.bbp-topic-reply-count {
display: none;
}
I know this next bit was a dirty way to do it but…
in wp-content/plugins/bbpress/templates/default/bbpress/loop-replies.php
I changed line 24 from
<?php _e( ‘Posts’, ‘bbpress’ ); ?>
to
<?php _e( ‘<div align=”center” style =”color:#ff0000″>Please check out all the replies below,<br> if you find a post helpful please vote using the arrows</div>’, ‘bbpress’ ); ?>which put in my text in red centered with a carriage return in the middle.
If I do the same now, I cannot put formatting in. But also I realized that the “author” label is not needed, in fact it looks totally wrong with a mobile.
You can see what I mean if you look at this page https://wateratairports.com/topic/london-gatwick-lgw/ with both a large screen and a mobile
Could someone help please ?After applying the latest BuddyPress plugin update to bbPress 2.6.0 the Forums List Widget now displays the forums in reverse order on the dashboard.
I updated the bbPress to 2.6.1 but this did nothing.
I had a look at the code in 2.6.1.
Lines 618 – 622 in functions.php in replies folder:
/** Reply Bad Words *******************************************************/ if ( ! bbp_check_for_moderation( $anonymous_data, $reply_author, $reply_title, $reply_content, true ) ) { bbp_add_error( 'bbp_reply_moderation', __( '<strong>ERROR</strong>: Your reply cannot be edited at this time.', 'bbpress' ) ); }
Notice that it makes use of the
bbp_add_error
call to notify the user? Well, look at lines 624 – 636:/** Reply Status **********************************************************/
// Maybe put into moderation if ( ! bbp_check_for_moderation( $anonymous_data, $reply_author, $reply_title, $reply_content ) ) { // Set post status to pending if public if ( bbp_get_public_status_id() === $reply->post_status ) { $reply_status = bbp_get_pending_status_id(); } // Use existing post_status } else { $reply_status = $reply->post_status; }
There does not appear to be any code to flag the user. Either way, if a “reply” is flagged as pending (for example, I insert 3 images) it just vanishes with no feedback to the user. This also happens here in this forum.
I confess I don’t know the code enough and could be barking up the wrong tree.
Topic: Better looking forum list
IMO small icons among text looks very bad. IMO it would be better, if icons are on left like in XenForo forus.
On the right side is a sidebar, where small icon is on the left like here in the freshness list ( I just don’t like that the position is not always the same.
It would be nice, if bbPress fourums could look as default more professional.
Hello
I try to change the font-family in the frontend visual editor of bbpress.
I’m able to style the buttons and the frame around the editor. But since the content is in a iframe, I’m not able to style it with normal css. How to style the content of this inframe? Where can I style #tinymce.
The backend editor styling is working with editor-style.css.
In tried the following: https://bbpress.org/forums/topic/styling-the-visual-editor/ Not working.
Any idea?
I upgraded to 2.6.1 and my topic replies are not being displayed. Debug toolbar shows that there are two database errors being thrown, both like this:
SELECT COUNT(wp_posts.ID) FROM wp_posts FORCE INDEX (PRIMARY, post_parent) LEFT JOIN wp_postmeta ON wp_postmeta.post_id = wp_posts.ID AND wp_postmeta.meta_key = '_bbp_reply_to' WHERE 1=1 AND (wp_posts.ID = 76 OR wp_posts.post_parent = 76) AND wp_posts.post_type IN ('topic', 'reply') AND wp_postmeta.meta_key IS NULL AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.post_date ASC Table 'site_name.wp_posts' doesn't exist
The list of forums and topics works fine.
Like many WordPress installations I have a custom prefix for my database tables (“wp_****_”) and it appears that bbPress 2.6.1 is using that for some queries and not others.
Hello, maybe it would be worth to add voices to the settings panel in the bbpress options. Most people do not want to use it, why impose it. At home I turned it off by cutting out in the code of the page https://infomiasto.eu/forum/tematy/rozmowy/ but it is a solution that you need to repeat when updating, and maybe it would be such a setting
Users and an Admin are not able to post replies to posts in the forums. Is anyone else experiencing that issue?
WordPress 5.3 running Boss. Child Theme theme.
bbPress 2.6.1
https://members.lockeinyoursuccess.com/First, thanks very much to the team for your work on bbPress. Our educational community has benefited.
We use a combination of SearchWP and FacetWP to power search on our site. This is set up to pull in forums, topics, and replies, along with other post types. With the update to 2.6, the forum content disappeared from search results. I have rolled back to 2.5.14 and search results are working again.
I’m wondering if you have any suggestions for what change in 2.6 might have altered this behavior.
Thanks!
As every post with picture/link or quote is now waiting for approval, this new moderation thing is just a nightmare.
So far, using GD Toolbox Report function to let users report posts in need of moderation (and a very secure anti-spam^^). And this was perfect for my needs.
Now, forum is almost unusable with dozens posts per hour to approve only because some member quoted another. Or added a picture. Discussions are a nightmare to follow with posts validated too late, with many other answers in between. And, of course, users posting many times in a row because their posts wasn’t added to discussion.
My community is too active to ask for moderators to validate posts. This is a non-sens for my usage : posts are legit until proven not.
So : is there any way to remove this moderation option ?
Or i’ll have to remove bbpress. After many years of service and so much time to improve my forums, time may have come to make that switch to Discourse… And, yes, it may be a conflict with Toolbox tools. But there’s no way I use bbpress without GD addon.