Woot! Found it. I literally opened every .css file on my site (252 files) and searched. Turns out, the Gantry Framework css/wordpress.css file had the following code in it:
/* Other */
.rt-wordpress tr.even td {padding: 5px;background: #666666;border-bottom: 1px solid #ddd;}
.rt-wordpress tr.odd td {padding: 5px;background: #333333;border-bottom: 1px solid #ddd;}
That was overwriting the code in the bbpress.css file.
Mark this one as closed.
I’m I really can’t say because I use SVN to sync up with the latest version. Maybe jjj will have some input.
SKParticipant
Having trouble installing 3786.
Extracted everything. Renamed plugin to bbpress. Put bbpress in zip archive bbpress.zip
From WP Admin > Plugins > Add New > Upload
Selected bbpress.zip
Selected Yes from “update existing plugin” dropdown (I am using Easy theme and plugin updgrades https://wordpress.org/extend/plugins/easy-theme-and-plugin-upgrades/ )
Clicked upload.
Getting this message:
Unpacking the package…
Installing the plugin…
Destination folder already exists. ...../wp-content/plugins/bbpress/
Plugin install failed.
Please help!
SKParticipant
1. Unfortunately right now, without writing a plugin, there is no way accomplish this. So if you make someone a moderator, they will be a moderator for the entire site.
2. I’m not 100% sure on the compatibility with bbPress, but I would try https://wordpress.org/extend/plugins/simple-local-avatars/
Sorry, I’ve been closing threads that are “done” due to getting bumped by spammers. Hopefully when the site gets upgraded to 2.1 this won’t be an issue.
I deleted the snippet because it is now a full plugin available here
https://wordpress.org/extend/plugins/bbpress-custom-css-file/
Awesome, thanks for reporting back. If you find any bugs please come back and report them
My recommendation https://wordpress.org/extend/plugins/simple-local-avatars/
Not 100% sure it will work with bbPress, but it *should*.
Just thought I’d post back in the event anyone else is considering doing the same but it hesitant:
Installation was seamless, and I have had no problems what-so-ever running it.
Thanks jaredatch! Found the plugin.
Hello!
Files for Russian localization available at: http://translate.wordpress.org/projects/bbpress/plugin/ru/default
Instructions for downloading the current version of the plugin localization bbPress:
- Go to the resource: http://translate.wordpress.org/projects/bbpress/plugin/ru/default
- Bottom left click Export, the first field should be “all current” in the second field “mo”. Repeat this action by selecting the second box, “po”.
- Download both files in the “[root of your WordPress] wp-content plugins bbpress bbp-languages ”
Note: The exported files will include only the localization of the green line (current, that is approved by the current version). Yellow highlighted recent changes in the translation, pending approval. They transfer will not be included!
There you can offer your translation.
Important!
The resulting files should be renamed, for example: was the bbpress-plugin-ru.mo, was bbpress-ru_RU.mo.
Thank you all!
Инструкция для загрузки локализации текущей версии плагина bbPress:
- Перейти на ресурс http://translate.wordpress.org/projects/bbpress/plugin/ru/default
- Внизу слева нажать Export, в первом поле должно стоять “all current” во втором поле “mo”. Повторить это ltqcndbt, выбрав во втором поле “po”.
- Загрузить оба файла в “[корень Вашего WordPress]wp-contentpluginsbbpressbbp-languages”
Примечание: В экспортируемые файлы локализации будут включены только строки зеленого цвета(current, то есть утвержденная текущая версия). Желтым цветом выделены недавние изменения в переводе, ожидающие утверждения. Они в перевод включены не будут!
Там же Вы можете предложить свой вариант перевода.
Важно!
Полученные файлы нужно переименовывать, пример: было bbpress-plugin-ru.mo, стало bbpress-ru_RU.mo.
Всем спасибо!
bbPress has a widget that can show the latest activity (you can set how many).
I would suggest creating a new sidebar area, place that on your homepage, and then use the bbPress activity widget in it.
Hello,
I really appreciate someones help here.
I put wp_debug to true as suggested by the creator of the Graphene theme and it wasn’t showing the forums.
Lot’s of errors came up and I deactivated all the plugins I had, bbpress was the problem. Never, at any time, did I delete and reinstall bbpress.
I set the wp_debug to flase and the errors went away, but now all my forums, that still show up in the backend dashboard of wordpress, come up as “Page Not Found” on the front end.
When I create a new forum and view it BEFORE it’s published, I can see it, but once it’s published again, it comes up page now found.
Please can you help me with this?
THANKYOU
Ok, I have BBPress working fairly well with one exception. I’m using WordPress Access Control and WP-Members to limit user access. My website is a completely closed, member-only site for my employee group. However, the BB Press forums appear on the main menu to unregistered visitors, unlike everything else that remains invisible until I validate them. How do I get BB Press to remain hidden until my users get bumped p in status?
Is there a way to have BB Press totally accessed via a page, so that I can control the page the same way I control other pages?
On my home page which is straight html/css, I would like to pull the latest discussions, about 3 entries, from my bbpress page. How would I do this so it would automically update on my home page as new posts occur?
You can use https://wordpress.org/extend/plugins/seo-data-transporter/ to move SEO settings around from plugin to plugin, this is what I would recommend to use.
In theory all SEO functions should work in bbPress *except* the page title because bbPress filters that.
Two other things to try:
Turn on WP_DEBUG in yout wp-config.php (https://codex.wordpress.org/WP_DEBUG)
Change to TwentyTen/TwentlyEleven to eliminate any issues that are with your theme.
You would use add_filter. Check out https://codex.wordpress.org/Function_Reference/add_filter
You can see how the title is constructed if you look at bbpress/bbp-includes/bbp-common-template.php starting around like 2026 or so. Look for function bbp_title().
You would need to post that in the support forum for that plugin, which is here
https://wordpress.org/tags/bbpress-latest-discussion?forum_id=10
Unfortunately, according to https://wordpress.org/support/topic/plugin-bbpress-latest-discussion-dropping-all-bbld-support-and-development it seems the plugin is no longer supported.
I would suggest trying to find a different one to use, that is actively being maintained.
Actually I don’t see any classes in place for this, but I think its a good idea.
Ticket created https://bbpress.trac.wordpress.org/ticket/1763
SKParticipant
I have found that this plugin imports users AND imports topics, but doesn’t make the connection. So basically it imports users twice – once from user table and another time as authors of something (or nothing).
The usernames shown as post authors have imported_ prefixed to them.
So we have
username, and
imported_username
So I tried deleting imported_username using bbpress function of assigning all its topics/replies to username. The operation was successful and now I see username as author of those topics/replies, but one problem lingers: I still don’t see any topics/replies by username if I go to its profile page.
I can’t go the opposite way and delete username and then change imported_username to username as WordPress doesn’t allow changing usernames.
P.S. I imported from phpBB 3.0.9
I’m using this plugin https://wordpress.org/extend/plugins/user-role-editor/
just uncheck “edit_topics” checkbox for selected role, in my case “Subscriber” and they can’t edit or update it.
SKParticipant
@JJJ: Which version are you trying?
I am using the latest version of WordPress 3.3.1
I have tried both bbPress 2.0 and 2.0.2
I installed bbConverter through WP’s admin panel so the plugin version is 1.3
When I click Activate immediately upon installation, I get
The plugin does not have a valid header.