Forum Replies Created
-
In reply to: Lost in the theming process of bbpress 2.0.2
Yes, that’s all about to be out-of-date when 2.1 is finalized, see https://bbpress.org/forums/topic/bbpress-21-theme-compatibility
In reply to: Create Sticky Topic in Multiple ForumsHmm you are right. Submitted ticket, #1809.
In reply to: Freshness Time IncorrectHmm, the only time I’ve ever really seen this issue is on imports from 1.x, though unfortunately I don’t have an answer on why it’s jacking up.
If you are on a development site, just for grin I’d try out 2.1 (currently in development) to see if that happens to iron out some of these weird issues.
In reply to: Replies as comments rather than CPTCheck out https://bbpress.org/forums/topic/forums-topics-replies-custom-post-type-architecture – should explain it
In reply to: Upload Avatar via edit profile sectionI’d recommend checking out https://wordpress.org/extend/plugins/simple-local-avatars/
In reply to: Can't add text on main forum page (not as a topic)Link?
In reply to: How to require wordpress account for viewingRight now it’s not something that is easily done out of the box. It can definitely be done, but needs some plugins to accomplish.
It’s definitely on our radar though. See https://bbpress.trac.wordpress.org/ticket/1805
In reply to: Forum user stylingWhat version of bbPress are you using?
In reply to: Permalinks, I think….Hmm, that’s weird. What version of WP/bbPress are you running?
bbPress should work no matter what permalink structure you have WordPress set to use.
So the problem you’re saying is even though the Forum has 2 posts, they don’t show up for a “normal” member, right?
In reply to: Question about multi-sites wordpress configurationsSure.
The forums will be separate for each site, but will share user accounts.
In reply to: Removing log of edits to forumIf you go into your bbPress settings, I believe if you uncheck “Allow topic and reply revision logging” that should disable it.
In reply to: How to move Forums, Forum, Topic ?Right now unfortunately you don’t have a lot of control over this, however it’s definitely something we are going to look at in 2.2.
In reply to: Where is Dashboard?If you are are running bbPress 2.x and are trying to install a theme, there is a 95% chance it is for bbPress 1.x and won’t work.
Double check that first.
In reply to: where to find new themes?At the moment there really aren’t any themes available for bbPress 2.x.
With the upcoming changes in bbP 2.1 on how themes are handles I expect this to change.
However, for the time being the only option is to just customize the theme that is included.
In reply to: Safari and Chrome messed up layoutPut it in your theme’s style.css
In reply to: Safari and Chrome messed up layoutI’m on the latest version of Chrome (OSX) and it looks fine.
In reply to: Safari and Chrome messed up layoutNot sure what to tell you, everything looks OK in chrome to me.
In reply to: Why most plugin download links give me 404 error?Are you on bbPress 2.x or 1.x?
If you are on 2.x do not use the plugins on bbPress.org, instead use WordPress.org
In reply to: Safari and Chrome messed up layoutPut this in your theme’s style.css
.bbPress #content {
width: 67%;
}In reply to: Safari and Chrome messed up layoutYou need to look at the CSS being applied to the #content. This looks more like a theme issue, not with bbPress.
I’d use Firebug or Chrome inspector to poke around. Specifically try changing the max-width to a set width.
In reply to: Split bbpress plugin and standalone into 2 forumsAs time passes everything is moving in the direction of bbPress 2.x, so this site will slowly progress to that as well.
In reply to: CSS IssueYou need to use Firebug or Chrome inspector to check out the CSS.
I’ve looked at things and it’s all simple conflicts that are happening due to the CSS that’s in place with you theme.
For example
.hentry
is being floated left which is screwing up the forum index.You will want to put some tweaks in place (in your theme’s style.css). For example:
.bbp-forums .hentry {
float:none;
}Hmm weird. Next I would deactivate all plugins except bbPress to make sure one isnt screwing with the loop or query vars.
In reply to: BBPress database problemThanks for the report back