Forum Replies Created
-
In reply to: [2.0/RC1] loop-author.php
Fixed in next release.
Fixed.
Doesn’t seem so. Marking as resolved.
In reply to: BBPRESS 2.0 Plugin redirectingThis should be fixed it the next release.
Let us know how it works.
In the future I’ll look into adhering to the WordPress Discussion settings for restricting comments too.
In reply to: bbPress 2.0 – FeedbackI’ve added a multisite option to handle the assigning of the default role and caps. I see value in having it work either way, and can see a case for toggling this setting even on a per site basis.
Multisite crisis averted.
In reply to: sprintf() errorIt means that the translation isn’t correct and is missing one of the variables needed for the sprintf().
Explain? All of my installs have wp-content located outside of the WordPress install directory, so I don’t believe this to be entirely accurate.
In reply to: Notices, warnings – develop with wp-debug on please@anmari – At the risk of sounding defensive (which I’m not trying to be) please assume we develop everything with WP_DEBUG on, and anything that pops up is an oversight, not a lack of knowledge or ability. You can create trac tickets at bbpress.trac.wordpress.org to outline the steps to trigger the notices. Thanks!
@ashfame – Ticket please. Thanks!
In reply to: Double breadcrumbIf you’re using shortcodes, this is normal. You can hide it with CSS if need be. The problem comes from Theme Compat also using the output buffer from the shortcodes, to not have to duplicate a bunch of code.
I’ll dream up a cleaner solution, but until then this is expected behavior.
In reply to: is_bbpress() doesn't account tag pagesAgreed. Add a ticket on trac?
In reply to: Editing topics and replies in bbPress 2.0Do you have any other bbPress template files in your theme, or are you relying on bbPress Theme Compat to work correctly?
In reply to: bbPress broke admin dashboardThe way that BuddyPress integrates bbPress is currently through BuddyPress Groups. Do you want your forums to be powered by user groups, or do you want to have central forums like we have here at bbPress.org and WordPress.org?
In reply to: How do I get to my bbPress Admin Panel?@suziwilson – The way that BuddyPress integrates bbPress, into WordPress, is by taking over the installation and administration of bbPress completely. That said, if you are using BuddyPress to manage your forums, you do not have access to the bbPress admin area any longer.
If you previously had bbPress setup without BuddyPress, there is a large possibility that you will want to go back to the old setup you had before. BuddyPress currently ties forums into BuddyPress Groups, so they work a bit unconventionally compared to your normal support forums.
Very soon you will be able to install a new version of bbPress totally outside of BuddyPress, and they will work transparently without any additional setup, as two separate WordPress plugins rather than having bbPress be tucked away inside BuddyPress like it is now.
I know it’s all really confusing right now, but it won’t be soon.
In reply to: Editing topics and replies in bbPress 2.0Maybe try visiting your permalinks page and seeing if flushing the rewrite rules helps? The ‘/edit’ is a special rewrite rule, so it’s possible they never got reset.
In reply to: Editing topics and replies in bbPress 2.0Editing topics and replies has been working for months, and I’m not able to duplicate any of what you’re mentioning on several installs.
If you have passed the time limit on editing topics or replies, the link no longer appears, so that isn’t the problem.
The edit links are always available to admins, regardless of the time limit set.
Sounds to me like something is wrong with your install somewhere. Most likely custom template files?
In reply to: Swedish for 2.0 plugin@Jobjörn Folkesson – The strings are almost completely unique and the .po/.mo’s aren’t compatible. Your average person can’t easily migrate one to the other without manual labor and time. While it’s a great help and the contribution is always appreciated, it doesn’t solve this specific issue for this user.
In reply to: How to enable search in bbPress pluginSounds like a great idea to me. Hard to beat the best.
In reply to: How to enable search in bbPress pluginWithout doing some ender the hood trickery, it’s going to be hard to include all results and satisfy the majority of uses.
bbPress already does some of this to prevent things like rouge comment forms appearing where maybe they shouldn’t. I haven’t been able to come up with a working solution that I think satisfies what 80% of the people using bbPress will want, namely because the WordPress core search function makes what we want to do, a little difficult.
The other thing that you’re noticing is that all search results look like blog posts. That’s because that’s how the search.php in almost all WordPress themes is coded to look. bbPress can’t really intercept every possible query and scan the post_type for topic/reply, and then inject something different, on every singe possible page load. Well, it could, but I suspect the performance hit would be fairly costly and it probably wouldn’t scale well into millions of entries.
So, we’re kinda stuck.
In the meantime, you can append:
?ts=whatever
to search topics, and
?rs=whatever
to search replies in a specific topic, so I do have some logic built in to allow for this… but, it does need some massaging before it’s what I would consider to be ‘correct.’
In reply to: bbPress broke admin dashboardWhat is it exactly that you’re trying to do. Anything is possible.
In reply to: 2.0 RC1: Closing a topic doesn't workI just put some additional checks into branch. See if that fixes it for you.
In reply to: Swedish for 2.0 plugin@t.sjodren – Your translation is helpful, but not related to this topic.
In reply to: bbPress broke admin dashboardWhen you say ‘dashboard’ do you mean the bbPress one, or the WordPress one?
In reply to: 2.0 RC1: Closing a topic doesn't workNot able to duplicate this one. Just tested at:
In reply to: Tag pages don't show topicsNo typo. Fixed in branch.