Search Results for '"wordpress'
-
Search Results
-
Hello, this is my second ost in this forum. I install bbpress plugin in my wordpress website and when i want to post topics or replies in my Front-End i get
ERROR : Are you sure to do that ?.Please i need your help
Wordpress version: 4.2.2
bbPress version: 2.5.7
Template version : Dream theme The7.2Hello,
My search function didn’t work for a good while (a search was redirecting to the homepage), and I realized today that it was an issue with buddypress or plugins I used with buddypress.
Now that I disabled Buddypress, I can now search the forum again but unfortunately, the search results are protected by a password.
I use s2member to protect one of my forum, so it is only accessible to subscribers, but all the other forums are opened. I tried to lift the s2member block of the subscribers forum but still the same thing happens anyway.
I also tested the issue with twenty fifteen and the same thing happened.I am using bbpress Version 2.5.7, WordPress Version 4.2.2
Site is http://www.tourdecartes.comAny help would be greatly appreciated 🙂
EmmanuelIs there a plugin or a method I can use to disable topic creation on a certain forum? I want to have a news forum for all my news posts and only allow comments on the topics I create, but not allow any topics to be created by anyone else. I do want users to be able to create topics in my other forums though. I noticed that turning the forum into a category kind of adds that ability, but then it removes the news forum for the forum page, which I don’t want.
I’ve been searching plugins and forums for the last couple hours without much luck. Any plugins that I’ve found that did this are way outdated and don’t seem to work correctly with new versions. I am using the newest version of wordpress and bbpress and in the middle of building a new theme from the ground up. Thanks for any advice anyone can provide.
Hi,
in the website of one of my customers, bbpress works perfectly if the user is not logged in but, when I am logged as wordpress admin, the pages of the bbpress forum are not visibile and show a 500 error. The error-log file shows this error:WordPress errore sul database Lost connection to MySQL server during query per la query SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) WHERE 1=1 AND (((wp_posts.post_title LIKE ‘%Ansia%’) OR (wp_posts.post_content LIKE ‘%Ansia%’)) AND ((wp_posts.post_title LIKE ‘%intermittente%’) OR (wp_posts.post_content LIKE ‘%intermittente%’))) AND (wp_posts.post_password = ”) AND (
( wp_postmeta.meta_key = ‘_bbp_forum_id’ AND CAST(wp_postmeta.meta_value AS SIGNED) != ’43’ )
) AND wp_posts.post_type IN (‘forum’, ‘topic’, ‘reply’) AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘closed’) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 15 fatta da require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/supportdesk/search-topics.php’), bbp_has_search_results, WP_Query->__construct, WP_Query->query, WP_Query->get_postshow can I fix it?
thanksTopic: bbPress 2.5.7 error
Hello all, i’m new user of bbpress plugin. So after installation and set up configuration of plugin, i get a error
ERREUR: ĂŠtes-vous sĂ»r de vouloir faire ça ?in english it’s :ERROR : Are you sure to do that ?when i want to post Topics or Replies since my front-end whatever the user. But in my back-end it’s alright i can create topics, replies.Please can you help me ?
I use :
Wordpress version: 4.2.2
bbPress version: 2.5.7
akismet version: 3.1.1WordPress 4.2.2 running Make theme. bbPress Version 2.5.7
The site is in countdown mode, so there’s nothing to see there. But I created a forums page using the permalink method and it works well, except I can’t seem to get rid of the useless and annoying empty author mark. Can anyone help?
file:///Users/caseydixon/Desktop/Forums%20page%20empty%20author%20mark.pngTopic: widget hover color
WordPress 4.2.2 Avada v3.7.4 bbpress Version 2.5.7
http://www.haltoninfo.org.ukI would like the hover colour for all the text links to be in red.
I have added the following to the custom CSS box:
a:hover{color:red; !important;}
This does not work in my sidebar.
It works for the bbpress login widget, but not for Forum List, Recent Topics or Recent Replies widgets.
Please can you tell me what CSS code to use.Hi, guys,
Yes, I know this topic has been somewhat discussed in a few other threads and I’ve read through them all, but I’m still not really clear on what the pros/cons are for installing this plugin in one’s existing domain/website vs. in a sub-domain. One comment that made an impression on me was one person’s claim that over time it would be hard to keep the bbpress databases optimized if you install in your main domain since bbpress shares databases with wordpress. This, according to the person, would slow down the site.
Can anyone with experience or wisdom give me a definitive statement of the pros and cons of installing in one’s main site domain vs. a sub-domain so that I can stop this endless search for answers and just install this thing? 🙂 THANKS!!
Hello.
I’d like to solve problem.
Would anyone answer to my problem?Firstly, the conditions of WordPress, bbPress, design theme, plugin, and function.php are below.
Wordpresss: Latest version
bbPress: Latest version
design theme: Original building
plugin: introduced “bbPress – Sort topic replies”.
The settings of this plugin are “Global:Descending”, “No Parent:Default”, and “Always show lead Topic:Yes”.
function.php: Below code exists.add_filter('bbp_before_has_replies_parse_args', 'change_reply_order'); function change_reply_order() { $args['order'] = 'DESC'; return $args; } add_filter('bbp_show_lead_topic', 'custom_bbp_show_lead_topic' ); function custom_bbp_show_lead_topic( $show_lead ) { $show_lead[] = 'true'; return $show_lead; }Then, here is main topic.
The function of bbPress itself is that after the user replies to the parent topic in topic page, next screen shows the last page(the page of max number) if the pagination shows.
With the setting of “bbPress – Sort topic replies” plugin is under “Global:Descending”, the redirection which I expect is to go to the first page.
I think that this solution isn’t https://bbpress.org/forums/topic/new-replies-redirect-to-last-page/I’ve searched and tried to solve the problem, however I can’t find the solution.
I wonder my current settings or ways might be wrong.Thanks.