Search Results for 'bbpress'
-
Search Results
-
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.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!
JimHello,
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_idsCan anyone suggest what might be an issue to this?
Thanks
Topic: remove comments cookies
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 all, I’m using bbpress 2.6.3 with the last version of wp5. I defined some mime types I need on the site, eg the extension .nvn. I noticed that Participants cannot upload these newly defined mime types, why?
Keymasters do it without any problem. When a participant tries, he gets the error “Sorry, this file type is not permitted for security reasons” as it was not permitted. Please helpI am trying to display an image within the content area of a topic,
as illustrated in this image…
I am using bbpress 2.6.3 and WordPress 5.3.2.
Please help.
ThanksWP 5.2.5
Theme Enfold 4.5.7
bbPress 2.6.3
http://www.infogovsolutions.comForum roles are added by site admin for access to private forums. Users with participant role get the 404 “Oh, bother” message when they try to log into page containing short code : [bbpress forum-index]. I have tested with all other roles and they access the forums as expected. This issue has been identified with new participants being added to the forums. I am not sure if all prior participants are experiencing the same issue. Any help would be appreciated. Thanks.
I’m a newbie, so please be kind. Is it correct that plugins (except ecommerce ones) are not available for wordpress.com sites? Is there any way to install bbpress onto a wordpress.com website?
Thanks.
Hi All,
Is there a way to re-direct users that are logged in and land on the bbpress home location e.g /chat/ and re-direct them to a specific forum.
E.g, logged in users visits mysite.com/chat, and it redirects them to mysite.com/chat/forum/support.
i am using the code below found in the bbpress forums which re-directs guest to another page. It works great.
/** * Redirect bbPress pages to registration page */ function kleo_page_template_redirect() { //if not logged in and on a bp page except registration or activation if( ! is_user_logged_in() && is_bbpress() ) { wp_redirect( home_url( '/register/' ) ); exit(); } } add_action( 'template_redirect', 'kleo_page_template_redirect' );Hi All,
I am seeking a way to hide/disable the “Insert Link Button” for users in bbpress when creating a post.
Does anyone have a code snippet for this, or know of a way to achieve this?
Thank you
David
In all topics on my forum there is incorrect information: “This topic is empty.”
This problem is not only on my site:
How to fix it ?