I am trying to translate the bbpress plugin v2.2.3 to swedish.
I have followed this guide:
http://codex.bbpress.org/bbpress-in-your-language/
But its not working š
The only thing I can think of is that there is some template files that are overriding the default bbPress theme and they are erroring because of some custom function or have no actual code in them.
Have you had a look in your theme folder to see if there is a bbpress folder, is there any files inside that folder?
tanx so much…yea, so rite “the theme is doing bad things to the WordPress queries (to pull in the topics / replies) ” ..my theme is made v1.3 …but it most have been corrected in the latest version. however is there a way for me to probably correct this by editing some of “made” page code and hw can i correctly troubleshoot this problem…
Hi everyone, I need a little help.
I’m not a developer and I just would like to know where to insert the code posted by Josh. (which file and where inside the file).
Thanks a lot.
I’m considering bbpress for one of my most popular community in Bangladesh. I looked at other forum software but bbpress seemed perfect for me as it runs within WordPress. I’m running bbpress as a plugin. Now, my forum is on Bangla language. So, each time a topic is created, the slug becomes unicode character like this: /ą¦«ą§ą¦°ą¦¾ą¦®-ą¦ą¦Ŗą¦æą¦
As you can see, it’s really ugly-looking as well as bad for sharing links. For my blog, I’ve chosen the permalink as /post-id/{id}. I would like to do the same for bbpress (something like PunBB). How can I do so?
The shortcodes do not currently accept any additional arguments, though they would not be difficult to add to the core software.
Dear all,
I have post this at plugin site, however, i want to post it here too since this was an issues and i want to increase the popular of this post so that the master or “sifu” can see and help… thanks
I am fresh to wordpress. I have install bbPress into my wordpress, and i face some serious issues.
By default, after I comment on a topic, it should be refresh the page and show me my comment with āAwaiting Moderationā. However, itās some time do not refresh and stay in same page, it will link me to the main topic pages.
After I set the topic and reply under āPer Pageā section to 1000 per page, this issue do not occur anymore. But problem is reader do not like so many topic or comment in 1 page. Itās seems that bbPress by default do not have a solution in the code to link correctly between the topic pages?
For example, if I set under āPer Pageā section, 10 post per reply. When this topic have more than 10 reply, the 11 reply will go to page 2, here the issue will start. anyone post after page 11 will be link to wired page/link or the page will display āOh bother! No replies were found here!ā or āpage 404, not foundā.
Anyone have a solution on this? Any help is appreciateā¦
Thanks
When I add the shortcode and click to view the page it redirects me to the home page. Is there a setting somewhere that I am missing?
There isn’t currently a way to do what you are asking, there probably is a way to disable stickies site wide for everyone (including admin/keymaster) but that is not what you are looking for.
With the default permissions a moderator has I think there are far more dangerous options available to them such as deleting other users topics and replies.
In this regard you are offering any moderators of your forum a certain degree of trust. I would suggest you extend this trust to your moderators in regards to stickies. You can make this part of your ‘moderator’ rules/policy and ask all your moderators abide by this policy.
I have updated the codex docs for bbPress User Roles and Capabilities introduced with 2.2.
@MarjoriesDaughter I would suggest you update bbPress to the latest 2.2.3 version rather than use an old version, with that then both your conditions above will be met.
So my bbPress forum worked fine for a few months. I can’t remember if I updated anything but since a few weeks it doesn’t work anymore.
The problem is, that it doesn’t show the content of the forums. There’s the heading of the forum but nothing else. Here’s how it looks like:
http://bookish.brokenstars.de/forums/
http://bookish.brokenstars.de/forums/forum/bookish-intern/
http://bookish.brokenstars.de/intern/ (normal site with shortcode)
I’m using WordPress 3.5 and bbPress 2.2.3
Nothing seems to help. I’ve repaired and reset all the forums. I’ve deleted the plugin and the data from the database. I’ve reset the permalink structure… but it just doesn’t show up anymore.
Does anyone have an idea what the problem could be?
Thanks!
There are no known bugs regarding shortcodes so they should work on your site.
- Create a new WordPress page via /wp-admin/post-new.php?post_type=page
- Give the page a title
- Add for example to login shortcode `[bbp-login]` to the page content
- Click publish and view your new page
I ran into the same issue w/ bbPress 2.2.3. Just the content is cleared out when a new topic has validation errors; the tags and topic type fields are preserved. I directly modified bbPress 2.2.3 in order to resolve this issue on my installation:
- Navigated to bbpress/includes/common/template-tags.php line 1605
- Removed the “if” statement so that the $post_content gets set by calling ‘bbp_get_form_topic_content’
//if ( bbp_is_edit() ){
$post_content = call_user_func( 'bbp_get_form_' . $context . '_content' );
// }
I did some minimal testing and the behavior of other topic editing seems to be unaffected by this change, and the change makes the content persist on New Topic Validation Error responses
Unfortunately, shortcodes aren’t working for me, either.
Any other leads?
Thanks so much for your help.
I think something along the lines of the following might work though it is a BuddyPress guide it would be quite similar to do for bbPress.
https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/
The (0,0) are the counts for the number of topics and replies in that child forum.
To list the child forums vertically rather than horizontally add the code from the following to your WordPress theme functions.php file https://gist.github.com/3797945
Is it the shortcodes you are looking for? https://codex.bbpress.org/shortcodes/
Have a read of the docs on theme compatability to get your current theme working with bbPress
https://codex.bbpress.org/theme-compatibility/
Via the docs FAQ https://codex.bbpress.org/faq/
Plugin Conflicts
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
If you have downloaded a new WordPress theme that includes bbPress support you activate the theme from the WordPress Dashboard -> Appearance -> Themes ( /wp-admin/themes.php)
There are also some docs here on Getting Started with bbPress
Thanks actorjml, this wasn’t very clear and there isn’t any explanations about the installation in the codex.
Hmm, or is it possible to display a certain forum(with all the topics within it) within a certain group with a shortcode ???
With this maybe:
[bbp-single-forum id-forum id=$forum_id]
and if ?! How can I edit the existing group page to add this short code within it ??