Forum Replies Created
-
In reply to: Problems with bbPress not working
Refresh your permalinks in Settings.
In reply to: bbConverter support dead?Not everyone has the luxury of working for free. The best part of OSS is being able to look at the code, learn from it, and contribute fixes upstream. Someone that needs this badly enough will keep it alive.
In reply to: Weirdest bug ever…I know Jake personally. Any idea what caused that conflict?
In reply to: 2.1 – 'Topics Replied To' tab has no template?2.1 is prerelease. Some things are unfinished still.
In reply to: bbPress 2.1 – Theme CompatibilityNo idea what commercial theme you’re using so its impossible to say. It’s also up to users like you that use totally custom themes to test how well it works with bbPress and report any issues you run into to the theme authors.
Remember that what bbPress is doiing is actually the first of its kind in the WordPress world, so the more you can help forge it early on is the better it will be and easier it will get.
In reply to: Topic Tag Archive wrongly displaying *all* topicsThis fix will be in 2.1.
Thanks.
In reply to: Change "answer to" label on feedSo, the functions that actually output the feeds are hooked in. Rather than hack the core, you could write a small plugin that unhooks the core feed, and hooks your custom code instead. The feed functions are at the bottom of the bbp-includes/bbp-*-functions.php files. Copy and paste those into your plugin, change the text as needed, and do the above, and you’re set.
In reply to: User Not FoundFirst, site looks awesome!
Second, possibly a bug. Give me a day or two to look into it.
In reply to: How to add an avatar in this (here) websiteCreate a Gravatar account using the same email address you used to register here. It will automatically pull it in.
In reply to: Change "answer to" label on feedYou’ll want to customize the translation itself. It’s not a straight forward process, and you’ll need a Po/Mo editor, like PoEdit, to do it.
Where are you seeing this happen?
In reply to: Son of a…Happens to the best of us.
In reply to: Major bug with tags…There’s no easy switch to flip yet. May look into it in the future, but for now this is an intentional feature of tags. Basically, they are ‘self policing.’
Forums and categories are designed and architected to be the construct that groups topics and replies together into a familiar relationship.
What you want to do *could* be possible, but I think you’ll have more success creating your own taxonomy structure to group topics together with, and using the core Forum/Category structure as the canonical place where that topic ultimately lives.
Research creating custom WordPress taxonomies. It should help you achieve what you’re trying to do pretty easily.
In reply to: New Integration for bbPress (PageLines)I understand now. No need to send anything, thanks for the offer.
Growing pains with any software are sometimes difficult, for everyone – users and developers. The process of moving bbPress into a WordPress plugin was not without its own. I am confident that the end result with today’s iterations is better than the previous, and hopefully your experience coincides with that.
In reply to: bbPress bug with MultiSiteInteresting. I’ll take a look, thanks.
In reply to: New Integration for bbPress (PageLines)So you own it, and it works? If so, I fail to understand your position on the matter.
In reply to: Major bug with tags…If you empty out the tags field, it will replace the tags of the topic. This does not happen in the default template.
In reply to: New Integration for bbPress (PageLines)@jankowalski – Surely you don’t think being compensated for hard work is wrong?
In reply to: Role OverwriteCorrect.
In reply to: Role OverwriteIt will append itself to existing WordPress core roles and capabilities, and adds a custom role for global forums in multi site installations.
In reply to: Assigning Moderators to Specific Forums?Anything is possible, but it would need to be built; it does not exist in bbPress currently.
In reply to: bbPress 2.0 Theming Video TutorialThat’s what I figured. Thanks again.
Your spam situation should be fixed, too.
In reply to: bbPress 2.0 Theming Video TutorialThat’s awesome Chris! Great work! Mind if I link this video in a page in the Codex?
When it comes time to put together round 2 of this video, I have a few suggestions on things I’d like to see included.
1. Instead of dropping the files into the active theme, can you walk through quickly making a child theme? I bet many users are not able to hack away at the core files of their themes because they’ve purchased them just don’t have control over that code.
2. Have you looked into dropping a ‘bbpress,php’ file into the root of the existing theme? You get less control over the actual template code, but it speeds up the process of getting the sidebar placement working in forums, topics, and the various other edit screens.
3. Good tip on loading the JS in the footer. Probably a core patch there so no one has to do that later.
That’s my only real suggestions. The video is great and does a good job at showing how easy it is to do with a little bit of investigation into the code.