Search Results for 'bbpress'
-
Search Results
-
Topic: Forums won’t display on site
We have WordPress version 4.9.4 and tried to install bbPress on our site yesterday. Our site is http://www.oen.org
I have successfully created a forum index using shortcode and populated one forum with a topic. However, when I click on the Forum name from the index, I get taken to a page that merely includes our nav menu and footer (see screenshots below). I cannot get to a page that displays the forum topics. Any ideas what might be going on?
Forum index:
Forum page:
Topic: TinyMCE Editor doesn’t work
Hi, I have create a new Page and add thanks to bbpress style pack plugin a form where users can create their own Topics. Unfortunately it doesn’t show the TinyMCE EDITOR
I am trying to set the sort order alphabetical for only 1 of our forums, leaving the rest as default. I tried a function that I found in another thread below, but it resulted in all the topics just disappearing.
/*
//* Change sort order of Topics within a specified bbpress forum
function my_custom_display_topic_index_query ($args) {
$thisforumid = bbp_get_forum_id();if($thisforumid == 15283) {
$args[‘orderby’] = ‘date’;
$args[‘order’] = ‘ASC’;
}return $args;
}
add_filter(‘bbp_before_has_topics_parse_args’, ‘my_custom_display_topic_index_query ‘ );
*/I admit I am a “newbie” and am having a bundle of problems. I am in the process of building a website which is still offline, and am very stuck. I am using ocean wp and I don’t know how to find out the version, but everything is new in the last 2 weeks.. sorry I really am a newbie…
I am making “TheAmericanQuarterHorse.com” and wanted to make a small forum page alongside of information pages, I had to do a whole pile of deleting and rebuilding on the forum site, but now I have the basic structure!! So that is a plus, but am stuck on the login–register-lost password widget. The first time I made it, it put the menu all over the place and the login was on every page. Iwas using bbpress tweaks, so uninstalled the bbpress tweaks, and ended up re-installing. I watched a whole pile of youtube on how to do it, and went back at it. I did all the “making the page” and putting the permalinks in the widget slot in the bbpress side bar. This time I had logins on every page BUT THE FORUM PAGE!!! This is the 3rd time I have deleted everything and started over.. I am about to forget the whole thing or use a different forum widget. I am STUCK. Any ideas??
The other thing is the text is sooo thin and tiny on the forum page it is hard to see. I have heard something about css, but have no clue about what that is or how to use it..
Would really appreciate any ideas..
thanksHi,
So my client says that their site currently runs on Microsoft Dynamics 365. We are currently in process of designing a WordPress site for them. They would like their forum/message board to be redesigned and to use another forum software instead (like bbPress, for example). I am by no means familiar with the inner workings of Microsoft Dynamics or bbPress and haven’t had the chance to poke around in the client’s current website (we are not at this stage yet).
Does anyone know how I can export all of the current posts and users from Microsoft Dynamics to the new forum software like bbPress? I assume there is a file I need?
If I sound like I have no clue what I’m doing, then it’s because I really don’t right now. This is new territory for me. I apologize.
Thank you!
Topic: Performance problem
Good evening, I have big problems with my performance forum bbpress recently installed. Can you give me some indication?
Wp 4.9.4
Bbpress: 2.5.14
Link: excelvba.it/
forumexcelMy website is https // autoforma.es. I am trying to disable bbpress but when I do it disappears from the left menu the dashboard.
I mean, I can not access https://autoforma.es/wp-admin/index.php
The message that comes out is: Sorry, you do not have permission to access this page.
What can I do to disable it without problems?
As a help, I do not know if it will work, I can tell you that I have installed the Optimizemember plugin, which also accesses user permissions.
Thanks in advance
Version BBpress: 2.5.14
Topic: Page security
WordPress version – 4.9.3
Theme – Generate Press Pro
bbPress version – 2.5.14
link to your site – nuatv.com
Simple WordPress Membership – 3.6.0I use Simple WordPress Membership to secure member only pages on our site, including the BBPress Forum index. The Forum is on a protected page with the shortcode:
[bbp-forum-index]
The index page is listed in the WordPress pages.
However, if I open a forum post page like:
this page does NOT appear in the list of WordPress pages and therefore I cannot apply access settings to the page.Where ARE the various forum pages and how can I get to them to set access permissions? I want to restrict forum access to site members only.
Topic: New install
Hey All,
So i’ve just installed the plugin. All working great, fab, thank you!
However, i’ve created some someforums BUT when I go to the actual forum front end i get this
Database Errors
Query Call Stack Component Error Code Error Message
SELECT SQL_CALC_FOUND_ROWS wasp_posts.ID
FROM wasp_posts
INNER JOIN wasp_postmeta
ON ( wasp_posts.ID = wasp_postmeta.post_id )
WHERE 1=1
AND wasp_posts.post_parent = 656
AND ((()))
AND ( wasp_postmeta.meta_key = ‘_bbp_last_active_time’ )
AND wasp_posts.post_type = ‘topic’
AND (wasp_posts.post_status = ‘publish’
OR wasp_posts.post_status = ‘closed’
OR wasp_posts.post_status = ‘private’
OR wasp_posts.post_status = ‘hidden’)
GROUP BY wasp_posts.ID
ORDER BY wasp_postmeta.meta_value DESC
LIMIT 0, 15
apply_filters(‘template_include’)
wp-includes/plugin.php:203
bbp_template_include()
wp-content/plugins/bbpress/includes/core/sub-actions.php:436
apply_filters(‘bbp_template_include’)
wp-includes/plugin.php:203
bbp_template_include_theme_compat()
wp-content/plugins/bbpress/includes/core/theme-compat.php:559
BBP_Shortcodes->display_forum()
wp-content/plugins/bbpress/includes/common/shortcodes.php:241
bbp_get_template_part()
wp-content/plugins/bbpress/includes/core/template-functions.php:43
bbp_locate_template()
wp-content/plugins/bbpress/includes/core/template-functions.php:105
load_template(‘~/wp-content/plugins/bbpress/templates/default/bbpress/content-single-forum.php’)
wp-includes/template.php:690
bbp_has_topics()
wp-content/plugins/bbpress/includes/topics/template.php:203
WP_Query->__construct()
wp-includes/class-wp-query.php:3336
WP_Query->query()
wp-includes/class-wp-query.php:3230
WP_Query->get_posts()
wp-includes/class-wp-query.php:2821
Plugin: bbpress 1064 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 ‘))) AND ( wasp_postmeta.meta_key = ‘_bbp_last_active_time’ ) AND wasp_posts.’ at line 1This is a common problem for ALL bbpress. Appears when importing forums, topics and replies it breaks the relationship between parent and child.
Currently I am having to resave over 1400 topics for them to show up in the forums after import.
I have over 15,000 replies that will need resaving as well until bbpress resolves the import bug.