I tried the paid plugins and tried the bbpress stylepack but it’s hard to make them similar. Is there a good way? Or should I ask for development?
Personally, the bbpress.org forum is amazing.
I tried the paid plugins and tried the bbpress stylepack but it’s hard to make them similar. Is there a good way? Or should I ask for development?
Personally, the bbpress.org forum is amazing.
We tried to develop a voting plugin to easily add a Like and Dislike button to your website forum topics.
Also, you can add these buttons to activities in BuddyPress and even posts and comments. we designed 15 templates for votes (and still adding new ones monthly). Meanwhile getting votes without a tool to measure it would be meaningless and so, we added a comprehensive Statistics Tools to the plugin so you can observe and generate charts and reports easily. we will appreciate if you check out our efforts and give us feedback. visit WP ULike Pro for more information and details.
I thought I would widen this out to the broader community too.
I started my query here:
https://wordpress.org/support/topic/showing-download-counts/
Would it be possible to display the number of times an attachment has been downloaded in parentheses? This is for the GD Attachments Plugin.
At the moment I have this for example:
But I would prefer something like this:
This is quite hard to do with CSS because there are no ID values to isolate the elements. The h4 for example has no class or id. Can we please have some bespoke classes and id’s for the various parts of this logon widget so that we can better fine tune it to work well with our websites?
Thanks.
Hello all, this is probably a strange request but what the hell, I will give it a shot…
My site is not live yet, it is at https://jimandms.com/ running the latest version of BuddyPress, bbPress and WordPress. I keep them all updated…
Anyway, I have added some posts to the forum. Just general housekeeping stuff mostly. And the complete post shows in my feed on my homepage as well as in the forum. Ideally, I would not want anything to show on the home screen when a forum post is made. I want to keep the two separate to a certain extent.
Or if this cannot be done, then a short blurb about the post with a link to the forum would be acceptable. As it is right now, it shows on the newsfeed as I said and you get a read more on the post and when you click it it shows the whole post.
Anyone have any ideas about how to accomplish this? I checked all of the settings and I didn’t see anything that would help but it is always possible that I missed something.
Thanks for reading!
Jim
Hello,
I’m trying to merge two topics together. I select the topic to merge into, press the submit button, then an empty page opens with the message “A variable mismatch has been detected”.
I’m using
Wordpress 5.3.2
bbPress 2.6.3
on my site http://www.renegadeskutr.cz/forums/forum/srazy-a-akce/
I also tried editing a topic, pinning/unpinning, etc. and these functions work properly.
It seems this is a common issue with many plugins since WordPress 5.0.1. I googled and found many topics with the same issue from other plugins. Apparently “WordPress checks if GET and POST inputs match and, in case of mismatch, it throws the error.”
https://wordpress.org/support/topic/a-variable-mismatch-has-been-detected-6/page/4/
How can I fix the problem?
Hi All,
In the WordPress log file, I am getting error
[21-Dec-2019 07:42:06 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 for query SELECTidFROM wp_posts WHEREpost_parentIN () made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), apply_filters('template_include'), WP_Hook->apply_filters, call_user_func_array, bbp_template_include, apply_filters('bbp_template_include'), WP_Hook->apply_filters, call_user_func_array, bbp_template_include_theme_compat, bbp_buffer_template_part, bbp_get_template_part, bbp_locate_template, load_template, require('/plugins/bbpress/templates/default/bbpress/content-single-user.php'), bbp_get_template_part, bbp_locate_template, load_template, require('/plugins/bbpress/templates/default/bbpress/user-topics-created.php'), bbp_get_user_topics_started, bbp_has_topics, bbp_parse_args, apply_filters('bbp_after_has_topics_parse_args'), WP_Hook->apply_filters, call_user_func_array, _bbp_has_topics_query, apply_filters('bbp_has_topics_query'), WP_Hook->apply_filters, call_user_func_array, bbps_lock_to_author, bbps_get_all_premium_topic_ids
Can anyone suggest what might be an issue to this?
Thanks
Hi,
I’m using the setting “Allow guest users without accounts to create topics and replies”, I’d like to remove the comment_author_cookies, comment_author_email, and comment_author_url. I added the code : remove_action( ‘set_comment_cookies’, ‘wp_set_comment_cookies’ ); in function.php, but it’s does’t work. May I know how to remove these cookies in bbpress?
Thanks
Hello,
Does anyone know of any good plugin or hack for removing gravitar and allowing for a user selection from a pre-defined set of avatar icons? I’ve only found ones that allow users to upload an image, but I want to restrict it to a set of site appropriate images. Thanks!
Why did I suddenly have to add the following into my list of allowed HTML tags in the editor:
// Headings
'h1' => array(),
'h2' => array(),
'h3' => array(),
'h4' => array(),
'h5' => array(),
'h6' => array(),
I didn’t have to do that before. Just curious why I only needed to start doing that now.