SKParticipant
There are no conflicts.
Also went to WP Admin > Settings > Permalinks and hit Save.
For some strange reason only subforums are behaving badly.
www.domain.com/forum/f/forum-name/subforum-name returns 404.
I tried monkeyman’s rewrite analyzer and have been told that the rewrite rule is working; something else is in the way.
I tried putting print(debug_backtrace()); after function set_404() { in wp-includes/query.php but did not get any intelligible debug information…all that happens is: a single word Array gets prefixed to the top of the 404 page.
I have also discovered that in the database, in the table wp_posts the value stored in column guid for these subforums is http://www.domain.com/forum/f/subforum-name i.e. without the parent forum’s slug.
If I try to visit www.domain.com/forum/f/subforum-name then I do get to the subforum page. Funnily enough, the breadcrumbs on that page depict the correct path including the parent forum.
Curiously, when I create a new subforum, the guid field for it is www.domain.com/?post_type=forum&#XXX;p=YYYY If I try to follow that URL, I end up at forums base.
I should point out that this messed up parent-child relationship is only occuring for bbPress…I have many hierarchical pages in WP, and they all seem fine.
What exactly are you look to do? Stars to rank members?
I’m testing with the following:
wordpress3.3.1, buddypress1.5.4, bbpress2.1r3786
After activating buddypress and then going all the way up to the forum part, what exactly is the step to get it configured? I do not want to use Group Forums. I click on Install Site Wide Forums it tells me it is installed.
This was a problem before the 2.1 beta so …
What is being done in the 2.1 beta that addresses this?
How should users configure it via upload if they are not using plugin search?
I installed bbPress 2.0.2 on my WordPress 3.3.1 site and I can’t get the shortcodes to work. If I add a shortcode to any of the forums it just shows the [shortcode].
http://www.rmminc.org/forums is blank the forums I created don’t show up on the page.
Below are two forums I setup
http://www.rmminc.org/forums/forum/homelessness
http://www.rmminc.org/forums/forum/poverty
Hello everyone , I’m searching a plugin for bbpress for star ranking.
thanks.
What file in bbpress needs to be edited to change the size of the Category topic font size? The way it is now, on my site, the Category font size is a bit smaller than the topic title.
Quoting is something we have on our radar for core. Hopefully for 2.2.
As far as the existing posts parsing the html in the editor, I ran into that problem myself today. We’ll look into that.
For reference, here’s is how I was able to replicate this:
Use a link in the editor when making a post, eg:
<a href="http://bbpress.org">bbPress</a>
Everything seems fine. Until you go back and edit the post and then are presented with
http://www.jaredatchison.org/files/Screen%20Shot%202012-03-02%20at%205.49.44%20PM-OTIItv7mSR.png
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.
Users form my forums are requesting this too.
Hey, I just started using bbpress and I love it! I came across this however and would like to change it. When i started my forum structure i made a category then some subforums. But beside the subforums it says (0,0) or however many topics/replies there are in the forums and i would like to make that information go away…at least in the main forum structure.
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!
Please provide a step by step instructions on how to enable 2.1 theme in active theme directory.
Simply copying bbp-theme-compat contents into theme directory wont do it or i just cant.
SKParticipant
I am facing a strange problem with one of my sites.
Clicking on a subforum (or typing in the URL) redirects me to the site’s homepage. I suspect this is because somehow WP decides it hasn’t found a page for that URL. Not sure what to do…I have installed bbPress in other sites previously but haven;t had this problem.
Please, can someone help?
http://www.csillamvilag.com/forum/
Yes, the forums’ appearance sucks…I haven’t customized it yet.
Okay, this is insane. I am able to change the text color of the “Freshness” table, but I’m not able to change the background.
http://bp.daevas.com/discussion/board/na/
I’m stumped. I’ve even gone back and disabled ALL of the css files from my site and I’m still getting the same background colors for the table. I enabled the css again then I tinkered around with the Freshness table by adding “color: #ff0000” to it. That changed the color or the text.
.bbp-topic-freshness,
.bbp-forum-freshness {
text-align: center;
width: 25%;
color: #ff0000;
}
But, if I add “background-color: #ff0000;” it doesn’t change the background color.
I don’t know what’s going on here. Disabling the CSS leaves the same background and editing the css doesn’t change it.
Even adding the line “background-color: #ff0000;” to all tables without any background color listed does nothing. The only part that does change is the “This category contains 0 topics and 0 replies.” table.
Ahh, ok. Hmm… I guess I’ll just go through the other .css files in my theme and see if anything could be overwriting the table/cell background color in the original bbpress.css.
Actually it’s my fault. I originally listed my plugin as 2.0 and 2.1 compatibly, when really it only works for 2.1 (which is currently in beta).
http://bp.daevas.com/discussion/board/eu/english/servers/
The bbpress.css is in my theme directory but the only changes being made are to the “This category contains 0 topics and 0 replies” section. The lower table/cell backgrounds aren’t changing even though I made the changes in the .css file.
Without a link to your site I can’t say.
To be honest I still don’t understand what isn’t working. Place the bbpress.css in your theme directory, edit it as you need, that should be it.
Hmm.. I guess that wasn’t my issue after all.
I’ve edited my bbpress.css file (the original) to reflect the color changes I need but it’s still showing the white text on #fafafa background instead of white text on #333333 background color.
I assumed that the #fafafa in the bbpress.css needed to be changed to #333333 but it didn’t work. So I went into my Themes folders .css and changed everything that was listed as #fafafa to #333333 but it still didn’t work.
The only change that was made, that carried over, was changing
div.bbp-template-notice.info {
border: #cee1ef 1px solid;
background-color: #fafafa;
to
div.bbp-template-notice.info {
border: #cee1ef 1px solid;
background-color: #333333;
All of the other changes I made to the bpress.css does not seem to be carrying over.
I also changed the colors in the bbpress-rtl.css and that didn’t work either.
Any thoughts?
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/