@robin-w
ok i was able to achieve a full width forum this way with no template editing.
i downloaded https://wordpress.org/plugins/custom-sidebars/
i went to my original sidebar in my widgets section
i then clicked it open and pressed the new sidebar location link
A window should popup that says “Define where you want this sidebar to appear.”
i then checked a sidebar for selected post types. then i clicked pages, and posts, add whatever else that you may have, but none that are custom post types that are affiliated with bbpress, (topics, forums, replies)
that should do it.
i dont know if any other custom sidebar plugin does this (woosidebars etc.) but i do know this should work.
Anyone using the Google Doc Embedder?
https://wordpress.org/plugins/google-document-embedder/
I use it to embed PDFs in forum posts and it works fine.
It’s just that I and users often forget the format of the shortcode so I wonder if it is possible to have a button in the editor to aid one in creating the shortcode?
[gview file='URL']
Is it difficult to do so?
Thanks
Thank you for your response.
I’ve translated 100% of plugin with poedit and I don’t want to rewrite the same strings again in GlotPress project.
As I’m not a validator I assume I can’t replace the whole file but I’ve to rewrite all the missing stings one by one.
I’ll post message in https://ca.wordpress.org/
If catalan validator reads the post I hope he will submit translation.
Thank you again
Cool, the timezone thing makes sense if you are going to use explicit times and dates eg. 11th January 2011, though just take a look at this page we are discussing this on here, everything is relative, 12 hours ago, 1 day 7 hours ago etc.
So this is partially the way bbPress works around this issue, if WordPress Core fully supported users locales then we would for sure update bbPress to also include this.’
I found the Trac ticket for WordPress to add this functionality, details are here:
https://core.trac.wordpress.org/ticket/18146
This has nothing to do with bbPress, I’d suggest you try posting on WordPress’ support forums:
Support Forums
@farsite281 Thanks for this though you should submit your translations in the GlotPress project you linked above:
https://translate.wordpress.org/projects/bbpress/2.5.x/ca/default
https://translate.wordpress.org/projects/bbpress/dev/ca/default
Catalan Language
- /dev 43% translated, 466 strings translated, 602 Strings untranslated and 401 strings waiting approval
- /2.5 44% translated, 467 strings translated, 572 Strings untranslated and 160 strings waiting approval
The best resources to help get you started are:
The main transators handbook: https://make.wordpress.org/polyglots/handbook/
The WordPress translator community blog: https://make.wordpress.org/polyglots/
bbPress translations reference: https://codex.bbpress.org/bbpress-in-your-language/
WordPress Catalan project site: https://ca.wordpress.org/
The reason I state that it is best to provide (and update) the bbPress (including WordPress, BuddyPress and Akismet) translations at https://translate.wordpress.org/projects is because each of these projects can have the translations updated as part of WordPress’ “Automatic Updates”, just like you see updates for your plugins and themes, if any of these projects are 100% translated you will be offered to update all of your translations from the WordPress dashboard updates page.

Hello,
I’m trying to modify aspect of bbPress installed in my wordpress. I’ve read diferents posts but I can’t find the solution.
Layout and functionality – Examples you can use
I need to change aspect buttons in bbPress because of font color and layout are similar and you can’t distinguish them.
http://i.imgur.com/71FmGz2.jpg
Could anyone help me or give me a clue to resolve this issue?
I use Rush theme and wordpress 3.9.1
Inici
Thank you
Hello,
I’m using free version of
http://rating-widget.com/
https://wordpress.org/plugins/rating-widget/
You can embed thumb & star ratings into your posts, pages or comments.
It works perfectly and it’s easy to install and use.
which one would you suggest?
i have no idea , i have no opinions on any of them since i havent tried any of them.
You can try each one on a local site if you want and make your decision off that.
But what i can say is that this rating plugin https://wordpress.org/plugins/rating-widget/
is on https://codex.bbpress.org/feature-plugins-tracking/
and it also has some integration with bbpress.
Basically I want it to show up in only a few of my subforms next to the bb codes on top ^^^
I have no idea how your going to show the ratings on a few subforums , your probably going to need help on that too, (i have no idea how to help you on this)
Hello, I’ve made some modifications in bbPress plugin language in catalan
I reviewed version that is in
https://translate.wordpress.org/projects/bbpress
and I think it’s quite outdated but don’t know how to replace it.
Attach files if anyone might be interested.
Greetings
https://www.dropbox.com/s/68umvnnrlgjdm3i/bbpress-ca.mo
https://www.dropbox.com/s/gjisg023uirwx0b/bbpress-ca.po
Things look correct now, did you fix this?
If not please give specific links to show what your issue is, you have too many topics and forums for me to guess which one you are talking about.
Have you run any of the repair tools to see if they fix the issue?
https://codex.bbpress.org/repair-forums/
Also, WordPress doesn’t support multiple timzezones for users so this is not included with bbPress for that reason, they appears to be a few plugins that might be able to do this though I haven’t seen any that are compatible with bbPress, but you could have a look yourself.
https://wordpress.org/plugins/
On individual topics and replies, this is not possible without additional coding, and I’m not aware of any.
The ‘normal’ way would be
For participants (we are talking bbpress roles here eg participant, moderator, keymaster etc. rather than wordpress roles editor, author etc., as bbpress restricts to bbpress roles )
then create a forum, set it’s status to private, and put all topics in there
For author, editor set these people to be moderators under bbpress, and again set a forum up, but this time set it to hidden, and put topics (and replies) in there
unfortunately that is not the answer I wanted to hear. =P
its the right answer though.
check out these other threads
Regular support topics
Pagination issue when threaded replies are enabled
New feature Enable threaded (nested) replies in bbpress 2.4
Trac topics
https://bbpress.trac.wordpress.org/ticket/2523
Here are some quotes from developers of bbpress
This is the way this feature is currently designed. Hierarchical pagination is quite challenging to tackle; WordPress provides some help with this, but it wasn’t built into our first pass, and no work has gone into improving it since.
This is actually by design, when reply threading is activated pagination is disabled.
its possible though , i see this site is running bbpress, has threaded replies and pagination.
But it all might be custom development.
The Damn Good Music List #2
I have entered 10 under the Topics and Replies Per Page in Forum Settings. Yet, my most popular topic is showing a total of 143 replies on one page. Any ideas?
http://www.20sb.net/forum/topic/your-latest-post-part-1-new/
Wordpress: 3.9.1
bbPress: 2.5.4
BuddyPress: 2.0.1
BuddyBoss Theme: 3.2.1
My site is running mainly CPTs but I filter my search results to a subset of these using this technique:
function filter_search($query) {
if ($query->is_search) {
$query->set('post_type', array('A','B', 'C'));
};
return $query;
};
add_filter('pre_get_posts', 'filter_search');
which works fine for wordpress but when I search within BBP i get the ‘Oh bother! No search results were found here!’ message as you’d expect because of the above filter.
If i remove the filter the BBP search works fine, and if I add ‘forum’, ‘topic’, ‘reply’ to the above filter BBP search works fine, but the problem is get I the forum results appearing in the main search results page.
Also, If i remove the filter all together I still get forum results appearing in the main results page.
Is there a way to exclude forums results from appearing in the main search?
Thanks guys.
I have W3 Total Cache and Super Cache but both are deactivated. Beofre I turned off all of my plugins Super Cache was activated.
My hosting company 1and1 provides me with Cloudfare. Maybe this could be causing it. 1and1 have a new WordPress service that I’m using with dedicated WordPress support. I have contacted them to see if they can resolve.
I’ll report back incase anyone else encounters this problem too.
Make sure your users are triggering any ‘bad words’ in WordPress comment moderation.
Moderation and BlackListing
If you only want to have a forum on that site install WordPress and bbPress in the domain forums.example.com. If you want to have separate blog and forum you should look at WordPress Multisite using sub domains, your forums would be the 2nd site at forums.example.com and your WordPress blog would be at eaxample.com.
A good starting point is https://codex.wordpress.org/Create_A_Network
You can also post on http://jobs.wordpress.net/ if your looking for a WordPress/ bbPress developer.
Should the admin get an email when a post goes into moderation if I have E-mail me whenever A comment is held for moderation selected in the Settings > Discussion.
I have no idea 😉
bbPress is not currently doing this, nor have I got to the this bit in the recent code updates I have written. This is probably something we would want to iterate on further once the changes we have been making as linked above in #2589 and ‘Per forum moderation’ in #459 and how we handle notifications for not just keymasters but also specific forum moderators also.
what is the theme you are using??
are you using wordpress seo or a cache plugin like w3 total cache??
Thanks for the reply @robkk. Quick question though, if I use a child theme do I create a folder and copy the css file there or to the parent theme? Also once I copy it, do I add relevant code to the file itself or to the custom css editor on wordpress?
Thanks again!
Hi!
I installed the BBpress plugin to my wordpress site http://www.wacky.no
I added a new forum (unable to see categories..maybe thats the problem?)
I added a new topic..
But when i save – and visit forum its only a black screen http://www.wacky.no/forums/forum/wacky-forum/
What do i do wrong?
Im new to this, but my login, forgot password, and register widget doesn’t seem to be working correctly. My website is http://www.rocknrollasylum.com, TWENTY TEN theme
Login: Has a 404 error
Forgot Password: has a 404 error
Register: Goes to wordpress login page.
tepatrick3@gmail.com