@bowromir – Are you able to switch to bbPress trunk, and see if that fixes anything?
My Russian localization got messed up once I upgraded to bbPress 2.2.3. The admin panel is in English again and some breadcrumbs on the front-end are in English. I have the .mo and .po files in /wp-content/languages/bbpress as instructed, downloaded the latest files as well, no dice. Any idea what needs to be done or when the updated files will be available? спасибо!
great keep doing this job 🙂
I think I figured out a cleaner way: I just wanted a list of links to the forums, not the whole loop with all the columns, so I searched for the code of the Forums list plugin in bbpress.php and used its name in the the_widget() function, like this:
the_widget('BBP_Forums_Widget');
It’s working well for me.
Hi folks,
Ultimate Tinymce developer here.
I was just made aware of this issue by one of your faithful followers, who pointed me over here to this thread.
He had some code he was using which allowed Ultimate Tinymce to work with the new WP and new BBPress. Here is the code:
function jwl_bbpress_mceallow( $args = array() ) {
$args['teeny'] = false;
return $args;
}
add_filter( 'bbp_after_get_the_content_parse_args', 'jwl_bbpress_mceallow' );
I have added the code to my plugin… which we are currently testing… and will be available in my next plugin release (version 3.9).
If I may be of any additional help, please don’t hesitate to contact me by using my form here:
Contact Me
Kind Regards!
I am trying to design a Question and Answer theme by customizing bbpress where Topics will be Questions and Replies will be Answers. I am able to change the display names and slug names of ‘Forums’, ‘Topics’ and ‘Replies’ into ‘Sectors’, ‘Questions’ and ‘Answers’ respectively using str_ireplace functions. (Please note that I have also changed ‘Posts’ into ‘Answers’). Its pretty easy until here. The problem I am facing is this:
When the single topic is displayed, the headers appear like this:
Author | Answers
Admin | What is the Capital of USA?
User1 | It's hmm.. I don't know.
User2 | I think its New York.
User3 | No Guys its washing ton.
The first post is in fact the Question. Unfortunately it also appears under Answers. I understand that I have to deal with the loop now because all posts looped in this topic naturally appear under Posts (in my case ‘Answers’). This was how bbpress is designed. But is there a way where I can have a different header for the very first post in my single topic and rest of the posts will have different header. For example:
Author | Question
Admin | What is the Capital of USA?
Author | Answers
User1 | It's hmm.. I don't know.
User2 | I think its New York.
User3 | No Guys its washing ton.
Author | Answers
How do I get this? Do I have to edit the loop or call it twice? If so, how do I set the query to get only first post in the first block and all posts minus first post in the second block.
Would appreciate any help. Thank you.
PS: I am using bbpress 2.2.3 along with Skeleton Theme (which has inbuilt theme support for bbpress).
I suspect the source is located in the X-Profile of Buddypress and Role Users
This could be a power failure occurs.
With my above can solve the problem, but it is extremely dangerous with large database
Someone highly qualified to study this problem one seriously, it is a great help.
Wordpress Version: Latest
bbPress version: Latest
Hello, I cannot post a topic in Japanese when I use a theme called ExtraNews I purchased. With the theme whenever I type a word and hit space key to convert the word into Japanese, the page automatically starts re-loading itself. It doesn’t happen with TwentyEleven theme. Could you tell me how to fix this issue?
http://www.thestardust.us/forums/forum/classified/buy-and-sell/
Thank you.
Create a page and call it whatever you want.
Put the shortcode inside the page and you got an editable page.
All shortcodes are here: https://codex.bbpress.org/shortcodes/
Hi I tried to activate bbpress on one of my sites and got this message:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453
Warning: Invalid argument supplied for foreach() in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453
Warning: Invalid argument supplied for foreach() in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453
Warning: Invalid argument supplied for foreach() in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453
Warning: Invalid argument supplied for foreach() in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453
Warning: Invalid argument supplied for foreach() in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453
which appears on my WP dashboard as well as on the site itself.
Any try to access another page of the dashboard logs me out.
Any help would be appreciated.
Thansk
G
Hi Lynq,
Thanks for your reply! I’m using a theme built for bbpress (Bounce: http://demo.ghostpool.com/bounce/) so I think it comes already built into the theme.
The theme author pointed me to this thread, which I’d found myself earlier and doesn’t seem to address the issue in my case because I don’t have a file front-page.php: https://bbpress.org/forums/topic/add-text-to-home-page-of-forum/
I have asked the author to tell me what the equivalent to front-page.php is, or where I can go to find this file (I can’t find it in Appearance–>Editor or Plugins–>Editor–>bbpress) but if anyone else has ideas on how to accomplish this I’d really appreciate it because I’m not sure he really knows how to help me.
Thanks 🙂
Liz
For those having problems with Roles/Capabilities where s2Member/bbPress is concerned, you might want to take a look at this thread for some helpful tips. We’ve been working with some folks on this lately, so perhaps this thread will save you some grey hair 🙂
See: http://www.s2member.com/forums/topic/uninstalling-s2member-causes-permission-issue/#post-35231
Thanks to everyone for reporting this compatibility issue between s2Member and bbPress v2.2+.
I’m Jason Caldwell, a developer over here at s2Member.com.
The latest release of s2Member includes a fix for this compatibility issue.
(s2Member/s2Member Pro) Compatiblity.
Updated to support Dynamic Roles introduced in bbPress® v2.2. Discussed in this thread. Also see changelog: http://www.s2member.com/changelog/#s2-changes-v121201
Please let us know through the forums at s2Member.com if you have any further trouble. Thanks again!
Do you not want to use your default template for bbPress then? You would like to use a different template?
Just as a thought in that it wouldn’t hurt to try is to compare some of the latest and previous versions of bbPress to isolate if it is an IIS issue or a bbPress issue for certain.
The latest /trunk (overnight changes are always expected):
https://bbpress.trac.wordpress.org/browser/trunk
Also try 2.0, 2.1 or any build really via https://bbpress.trac.wordpress.org/browser/tags
(Each page has a ‘.zip’ link to download the particular build)
If you have a look at the details on the ticket you created we are not able to reproduce this so the ticket has been closed. If you can provide detailed steps to reproduce the issue reopen the ticket and post those details to the ticket.
https://bbpress.trac.wordpress.org/ticket/2071
If you go to the github page, then click zip, that’s the download link 🙂
What I was looking for was bbp_topic_freshness_link();
The starter theme looks great. I don’t see any download link?
Thanks Stephen. Unfortunately the web.config made no difference 🙁 Neither did changing the permalinks to every option or removing slugs etc.
I also tried setting up a fresh WP Install with a clean copy of bbPress but it did the same thing.
I am stumped and completely out of options at the moment :-/
I look at my network stack trace and notice when I hit “Submit” the error code returned is a 302 Moved Temporarily, this is when it redirects to the wrong URL.
Debugging the code, it seems to hit the same place in query.php about 2-3 times meaning it’s loading the correct page, getting redirected to the wrong page, then loading the wrong page…
Thanks anyway, hopefully someone else will have this problem with a solution at some point!
Does anyone know why bbpress isn’t showing the seo title and description?
This is what I posted in the WordPress forum, maybe this will be more clear.
I want the forum and topics to have the tree structure in the permalinks. Is there a way to get the bbPress permalink structure to look like this:
When viewing a forum:
Instead of: /forums/forum/forum-slug/
I want it to be: /forum/forum-slug/
When viewing a topic:
/forums/topic/topic-slug/
/forum/forum-slug/topic-slug/
Problem Solved: I originally had set up the forums so that after 25 minutes the post would be locked. I set it to a much higher number (99999) and subscribers can now edit their posts.
Must be something to do with how BBPress handles the calculation of the time limit.
I see how to change the slug text but not the structure.