Hello
I’m having trouble with this plugin. I’ve installed it fine, and am able to ignore/un-ignore a user. However, testing it out on my demo forum, when I ignore the last user in the thread it then sends me back to the main page and assumes that that thread doesn’t exist so I’m not able to view/access it.
Anyone can help with this?
I read the entire three pages of this topic in one sitting now. I’ve been fooling around with files and folders all day. I give up trying to create a bbPress theme or child theme. I’m just going to edit Twenty-Eleven’s bbpress.css, and if I run into issues updating, then so be it. All I want to do is override Twenty-Eleven’s CSS. It can’t be this difficult…
justin, there is a wordpress plugin, Math Comment Spam Protection:
http://sw-guide.de/wordpress/plugins/math-comment-spam-protection/
which i *think* might be almost reasonable for a non-programmer (like me) to extend to bbpress 2 for anonymous posters. what appears to be missing in bbpress (at least i can’t find it) is a filter hook analogous to ‘preprocess_comment’ for bbpress topics and replies.
has anyone here come up with a non-captcha based solution to allow anonymous posting without being overrun with spam?
Can we post a link to a beginners’ guide for creating bbPress themes at the beginning of this topic, with the rest of the FAQ links, please? It’s kind of confusing as to where to find this information. Also, I would appreciate somebody replying to me as to where to find it while I wait for it to be added to this topic…
Can we post a link to a beginners’ guide for creating bbPress themes at the beginning of this topic, with the rest of the FAQ links, please? It’s kind of confusing as to where to find this information. Also, I would appreciate somebody replying to me as to where to find it while I wait for it to be added to this topic…
It completely worked. Apparently, WordPress.org and bbPress forums are linked. Thanks.
I solved this. Had nothing to do with bbPress, but instead, had to do it via my WordPress theme. Thanks anyway.
I just created a new WordPress site (3.2.1) and installed the latest bbpress plugin (version 2). I have two questions:
1) Where can I find documentation specifically about the plugin, or does everything (plugins and widgets) that works with WordPress and bbpress also work with WordPress and the bbpress plugin?
2) I would like to be able to display not only the root forums, but also the subcategories – in order and indented. I am currently using the bbpress forum list widget, but it doesn’t appear to be able to display the root forums with subcategories indented underneath. It only show root forums, or everything all mixed together.
@rosiste
I would suggest going over to the http://bbconverter.com forums and request to have mingle added to the converter. At the moment there is no system in place, but Adam may add mingle to the list if requested enough.
I agree with Crisium. There is no clear-cut documentation on how to integrate bbPress into WordPress. I myself am at a loss trying to figure out how to force bbPress to use a template that is not my default php template, and at how to create a bbPress child theme. I’ve been reading, reading, reading(!) for the past several days and it all just seems like a big confusing mess to me. If there IS any “user-friendly” and very-thorough documentation for anything in bbPress at ALL, could somebody please link me to it?
Is this possible?
I’ve got them both in the root at the moment and playing nice as far as integration goes, but not as far as the permalinks work. I can’t have both working at the same time, one works or the other doesn’t.
I want my URL structure to operate as follows
bbpress – /forums/ – /profiles/ – /topic/ etc
Wordpress – /category/ – /archives/ – /sample-page/
Is this possible? Or is it possible if I put one of them in a sub folder…
HELP
Hi, Per Carlen did You find some solution, how to do database migration from mingle forum to bbPress? I’m in the same situation right now. Thnx.
Oops sorry, forgot to add this is with 1.1 BBPRess and not the 2.0 so this won’t work =[
@Dan
If I figure it out then I’ll submit the changes. It’s kinda low on my list as I have so much else to finish up, but I do indeed want to learn how to do it so I will try.
I know how to easily add classes to the wp post_class, but it is not the same on the bbPress topic classes. Time for me to keep digging around to learn how to modify the function to work like it does with wp.
*I’m using the plugin over at bbconverter.com and it works great. Nice, simple little plugin, thnx
That is all set in the root bbpress.php plugin file.
I have never even thought about changing those locations, and I don’t think it is currently possible without hacking the heck out of the plugin as I see the dirs hardcoded throughout.
Frankly, as they are internal links within the bbpress plugin, I can’t personally see any reason that I would ever want to change them, but whatever the reason that’s your business.
I’m no developer, but I seriously doubt it’ll happen. JJ would have to speak to that… way out of my league.
I’m guessing you mean bbp_get_user_favorites_link() which is found in: /bbpress/bbp-includes/bbp-user-template.php line 534.
Accepts the $add and $rem arrays for changing the output text.
I took a quick peek at your link. Honestly I do not see anything at all which would cause the spacing like that.. it is very strange.
One place you might try asking is over at css-tricks, as they have a great forum for css issues and Chris is a genious at that kind of stuff.
As to removing the info boxes:
Unless you have manually replicated all of the bbPress templates and added them manually to your theme, then you are actually using the bbPress twentyten theme templates. (they are found inside the bbPress plugin folder)
In there you will find files like content-single-forum.php, content-single-topic.php, etc..
In those templates are functions like:
<?php bbp_single_forum_description(); ?>, <?php bbp_single_topic_description(); ?>, etc...
Those are the functions used to output the information blocks. You would need to remove those lines from the files in order to get rid of the boxes.
**Now obviously if you modify those files, then you will loose your changes every time you update bbPress, not advised….
Instead check out the theme compatibility thread in the forums here to learn how to make child themes so you can make changes without loosing those changes.
Or.. you can always take the ‘easy’ way out and simply add some css rules to your stylesheet to hide them. Not at all elegant but effective.
.div.bbp-template-notice.info { display: none; }
Bump, really need help here..
Unfortunately my folder is named wp. The rewrite did remove the second occurrence of the folder but it also removed the wp in wp-admin, so it didn’t work for me.
I followed soggybiscuit’s path, that’s working so far.
I have the same problem, but unlike your setup, I have never added topic-tags via the admin side.
This problem exists on every install I use.
We do have one thing in common, being that I also use custom themes by adding all the needed bbPress files to the theme. However, even if I revert to twentyten ‘stock’ I still have the problem.
I need some help with the bbpress plugin, default theme in a custom template.
Please see: http://rhodyjobs.com/forums/topic/rhodyjobs-com-launches-new-forums-for-members/
Above the post, there is a spacing, which I cant find or remove in any css file.
Any ideas?
Also, I want to remove this box:
“This topic has 2 voices, contains 1 reply, and was last updated by George 2 days ago.”
But the only place I can find it is in the twentyten theme which i’m not using.
PLEASE HELP.
Thanks in advance.
Did that work for you juggledean?
I’ll think on it more but the basics are that I have a customized bbPress theme installed as a child theme in wp-content/themes/ . This is a copied and modified version of bbPress’ base theme (I included all the theme files since I’ve needed to get into a lot of them). I’ve renamed that bbPress child theme (and its directory) bbps.
All the topics are entered via the front-end forum vs the admin panel.*
Finally, I don’t know that the tag archive was ever working correctly on these sites and then stopped. I’ve only seen it print all the topics instead of the respective tag’s topics.
For now I’m still accepting tags on new topics but I’m not displaying them on the single topic listing or the single topic edit page. If there was a way to remove the A tags from the tag list outside of core code I would do that so that I could at least display the tags in the short-term but it’s not a primary need.
If I can answer more questions about my installs let me know.
*I had an issue with a couple topics that I had started in the WP forum admin that was resolved after I deleted those and re-entered them through the forum itself, so I’ve stuck with that approach for now. The issue, as an aside, was that the topics were reflected in the Forum Archive topics count for each forum but the forum’s page showed no topics and the topic’s pages were 404.
The test profile that I created cannot Reply to a comment or post a new topic. However they can post a comment in WordPress. Under the User tab in the Admin panel the profile is listed as having no role. When I update the users role, click save and return to Admin user tab they still have no role. In the bbpress/wordpress intergration tab All wordpress roles are marked as member (aside from admin). What is going on?
How do I fix this?
@JJ
Did you get my message about a generic ‘bbpress theme plugin’ skeleton component?
Basically just like we talked about last month, I was thinking it would be really beneficial if there were a generic plugin that we could use for our custom themes.
I’m thinking just the barebones basic setup. Heck even if the plugin included all the default template files it would be great.
Then all we would have to do is replace the template files in the plugin with our own, so long as the names are the same.
*well I know there is a bit more to it than that, but I think you get the idea of what I am after.
And yeah, it is 5:30am, ouch… have not slept all weekend as trying to finish this up, crazy tired now.