Forum Replies Created
-
In reply to: Get rid of "Private: " text in front of forum Title
It’s a WordPress core issue, and one I’m not sure we can easily filter out. I’ll take another look at this for 2.2, but I think it’s hard-coded in.
Anything is possible, but you’ll currently need to write your own widget to make it happen. You’ll most likely want to strip out any formatting, and limit the length also (similar to a WordPress excerpt.)
If you’re able to make this happen and contribute your changes upstream, it would be a great addition to bbPress core for 2.2.
In reply to: 2 problems can someone please helpHi Janus. You’ll need to tweak some of your theme’s CSS. bbPress doesn’t currently have a ‘dark-theme’ permutation, so you’ll need to do it yourself, or enlist the help of someone that’s willing to do it for you.
As far as the reply heights go, your theme is applying some comment styling to your replies. bbPress 2.1.2 comes with some extra CSS to prevent this, but again it’s a CSS issue that you can fix yourself.
In reply to: Introduced an Error and Can't Remove It?All kinds of things. Everything in bbPress has an action or a filter in it that enables any other plugins to change the output. Is it possible you were customizing template parts inside your active theme? If so, check in your theme’s folder for a /bbpress directory, and see if you changed any files in there.
In reply to: Recent Replies Under Forum ContentsThe reason there is no shortcode for this, is because it doesn’t usually make sense to display a river of replies out of the context of their parent topics and forums. Hence, there’s no template to support this, because the use-case is most likely custom to the application.
In the future, we will need to address this so that searching topics and replies has a place to output exactly what makes sense to see, but it sounds like even that isn’t exactly what you’re trying to do.
I’d recommend you look into writing your own WP_Query or using get_posts() to customize this output yourself. Getting the posts and their data out is easy, then it’s up to you to make it look and work like you need it to.
Hi. It’s been less than a day, on a weekend. I kindly ask that you please dial back your expectations.
That said, I can’t duplicate what you’re experiencing, and it would be a great help to have more information to assist you. What theme are you using? Did you customize it? What plugins are you using? Have you tried disabling them to see if there is a conflict?
Pagination, and adjusting the values, works fine. I’ve set them to ‘5’ at testbp.org so you can see for yourself:
In reply to: Codestyling Localization warningIt’s true, but you can disregard the message. load_plugin_textdomain() unfortunately doesn’t do what we need it to, so we use load_textdomain() instead.
In reply to: Introduced an Error and Can't Remove It?Delete the /plugins/bbpress folder, and replace it with a fresh download.
In reply to: Recipient list in messageYou’ll have better luck asking over in the BuddyPress.org support forums. 🙂
In reply to: Forum shows no contentGreat! Thanks for coming back and letting us know!
In reply to: Number of Topics per PageLooks resolved to me.
In reply to: Forum shows no contentShould not be happening with the bbPress TwentyTen theme unless you have a plugin that’s incorrectly filtering query results.
In reply to: Conditional enqueue in headerJared was actually incorrect. 🙂
bbPress actions are piggy-backed on top of WordPress actions, there’s no condition to them.
- If you don’t want bbPress to enqueue it’s own CSS, dequeue it, or make sure your theme has /css/bbpress.css in it.
- bbPress uses admin-ajax.php for a few ajax bits that happen theme-side. They degrade properly, so if you do not want to include the ajax bits, you can safely unhook that too.
In reply to: Mandatory Anonymous Posting?You’ll need custom templates to do this, lacking any kind of author information. That should really be about it. If you’re not comfortable learning on your own, you’ll need to hire someone to get the job done.
In reply to: bbp_list_forums does not show anythingHere on bbPress.org, I used the forums shortcode, and used CSS to hide a few columns. I did not use bbp_list_forums(), which has a specific purpose outside of what you’re trying to do.
Sounds like your UAM plugin is misbehaving or is not configured correctly. Anyone with more experience able to chime in?
Thanks for checking into this. Will be nice to get this figured out.
In reply to: Recent Replies widget not showing new topicsWorks for me. Make sure you have your widget configured the way you want it, and try looking for plugin conflicts.
In reply to: Installed but it's no where to be seenAsking “where are the shortcodes” would have probably helped us help you.
Asking Google for “bbPress Shortcodes” would have eventually gotten you there, too. 🙂
In reply to: Installed but it's no where to be seenI don’t understand.
bbPress doesn’t have any reason to use brackets in URLs. Slugs are parts of a URL.
Example: http://domain.com/forums/ <–‘forums’ is the root slug of your forums
In reply to: Installed but it's no where to be seenI’ll take it as a compliment that you’re lost in the simplicity if it all.
If you go to Settings > Forums, you’ll see the slugs for where your forums and topics live. You’re free to change these obviously, and also free to manipulate the output with shortcodes or customized templates in your theme.
In reply to: Index pageNo bugs here; it sounds like you’re just doing it all incorrectly, and what you see is what you get. 🙂
For your installation, you should probably pick 1 method of having a forum index that works for you, and use only that one. If you don’t want to use shortcodes, and would rather use a page template, then just do that way. Don’t make 1 page with a shortcode, and another at the forum root, an another here and another there.
In reply to: bbPress Plugin 2.1.1 breaks phpBB user pwd resetI forgot to include that revision in 2.1.1. It will be in 2.1.2 later this week. 🙁
In reply to: Index pagepage-front-forums.php is a page template. You need to set the template in the edit page screen.
I tweaked the widget code for what will be 2.1.2. If you can report back if it fixes your issues would be great.