wow, that’d be totally cool!
at the first glance “TextControl” seems to be a rather complicated plugin by itself, though.
I just thought if the “Markdown PHP” (which is quite small and relatively simple — hence less bugs and problems) can successfully work with WP, it should also work w/ bbPress…
perhaps, I do miss something and it can’t without having to be redone heavily?
Edit:
oh, I get it (just download plugin itself) “TextControl” require_once(‘text-control/markdown.php’); — I thought authors did their own implementation of Markdown.
“her” plugin is for admin… yes… and very dangerous to override to allow visitors to have that kind of override…
Do you want me to port “TextControl” to bbpress?
It has markdown among many other options.
http://dev.wp-plugins.org/wiki/TextControl
http://ckon.wordpress.com/2006/08/14/updated-version-of-text-control-that-works-with-wp-21/
hello fel,
some name suggestions:’bbMark’, ‘markMini’ etc and possible permutations 
italic, bold, blockquote and link is basically what I need.
ck removed a lot of filters, I’ve tried remove them too — works better, but his plugin is for admin user level, isn’t it?
I just can’t dig it: how do I encode HTML back to Markdown at ‘edit_text’?
PS a bit of documentation on “bbPress text flow” (something like: http://www.michelf.com/img/blog/wordpress1.5-text-flow.png) wont hurt
Thanks for your help everyone, I think I’ll be giving bbPress a try.
Okay the plugin list is blank for me. It did seem to pull down the plugin list. But I don’t see any new plugins offered?
Oh duh, I just re-read that it won’t show any plugins it hasn’t installed itself.
Can’t that just be copied from the bbpress table?
But wait, shouldn’t it show new available plugins not installed yet?
Interesting – checking it out in a moment.
It will be helpful to more tightly knit the bbpress community.
I was thinking of making a voluntary plugin that would ping a bbpress stats site either nightly or weekly with your number of members, total topics, total posts. It would make a showcase for bbpress possibilities.
Right now it’s hard to get a count of the number of installed bbpress users. I’ve tinkered with various search engine commands and come up with an active number of 200-300 but this could be wrong do to path or file renaming (or template editing).
MMember
And here I imagined the secret to be some way to transport chocolate through the internet! This is good too . . . just not as good.
Finally, no more secrets. They are too hard to keep!
Trent
Now available in the “Extend” area.
http://bbpress.org/plugins/topic/57
This plugin adds a plugin browser to the administration area of bbPress. Using this browser you can view the latest versions of the plugins available via the official bbPress plugin repository, you can install them and also upgrade them when new versions become available.
Neat-o!
This plugin used to be known as the super secret plugin
Note: the plugin only manages plugins that it has installed, it won’t magically find all your existing plugins. However, re-installing is a trivial exercise through the browser.
After over 5000 posts and 3 million unique visitors, I’ve finally made it professional. (or at least one step closer) ihatestarbucks.com is now running bbpress! feel free to drop in and vent your spleen or share your kudos.
Sorry Trent.
admin [at] pharmboard [dot] com
Feel free to edit the post if you’d like.
Ryan
1) I would ‘t worry about the plugins to help out if you need it (small percentage) as they are intended to get it fixed which will eventually make it into the core. Those plugins would only require minor changes if something was changed in bbPress, but I doubt it would happen often.
2) I had great luck with the phpbb converter myself and have stated in one of the threads which one I used. I would just look around a bit before choosing one.
3) Since the upgrade process is so easy, there is no need to wait! As well, the changes scheduled for the next series of releases are small changes and no worth waiting for!
4) So1o just released a new version of the private forums plugin that is exceptional and recently addressed the problems with the RSS feed being private. It is found in the ‘extend’ tab of this forum in the plugin browser!
5) fel64 is absolutely right. mdawaffe is the head dev and he is working on wordpress code at the same time. They will always be compatible as they are working toward more shared function (at least not conflicting). Issues will be worked out as we go, but shouldn’t be a problem.
Thanks,
Trent
Please let me know what you would charge to make these changes.
Please don’t do that people! Contact stuboo through their website or if you are reading this stuboo, leave a contact address as we don’t want to use the forums as a place to bid or bidding wars.
Trent
I need a couple of things done that I don’t have time or knowledge to do.
1. Upgrade my bbpress
2. Fix my bbpress (users create accounts but never receive emails telling them what their password is).
It’s possible that fixing #1 will fix #2, but there may also be a chance that the upgrade will break my theme. I need you to not let that happen.
Please let me know what you would charge to make these changes.
http://www.pharmboard.com
1. Some dudes do, yeah. But it seems to be a minority; who can tell? Maybe bbPress does just have a few new users a week 
2. Haven’t seen one. Believe there was some trouble with older converters somebody dug up.
3. New version is in development, and I expect there will be new versions in development for a while. Don’t let that stop you getting it now. There’s no release planned for the next week as far as I know.
4. It’s not in the core and there’s no indication that’s what’s being worked on right now. It’d have to be a plugin. Last I read they fixed their RSS problems? It will say in the plugin topic, anyway.
5. It’s one of the wp devs that’s developing bb at the moment. They all work for the same small company. I don’t think one release would ever break the other.
The user login handling functions are all pluggable. They’re in bb-includes/pluggable.php, always check if a function of that name already exists before defining the default one, and is loaded after plugins are run. So you can overwrite any of them.
I don’t know. But do you know about the plugin I wrote that does things similar to markdown? No. No you don’t. Because I haven’t mentioned it yet. Basically it lets you italicise, bolden, and link in a very elegant way (although I think syntax-wise slightly different way to markdown). It respects code and it auto-converts the lists you only wrote casually (list items starting with #, -, *, (1, 2, 3 …), (a, b, c …)) into proper HTML. If I could think of a goddamned name I would have uploaded it yesterday. But it is a different, very likely smaller feature set to Markdown, and if you need Markdown then that’s no use at all to you. If you’re interested I’m happy to provide a copy of the script.
Have you tried these filters ck removed? https://bbpress.org/forums/topic/new-plugin-admin-post-anything Check for the last post because he made some changes, but those should be all.
hi guys, please help..
i have a regular php website to which many people are already registered. is it possible to integrate the BBPress login to be the same ? or does integration only work between BBPredd and WordPress?
i would like people to only log in once to my site and have access to the registered people content, as well as to the forums without loging in again.
thank you
I’m integrating bbPress fairly tightly into an existing site. I use the lefthand sidebar for nav throughout, and I’d love to put the the list of forums in that sidebar. Doing it on the front-page was easy enough, but I can’t get it to work on the forum page.
Any help?
I just set up a bbpress forum and use the WP user database. It works well though plugins are needed and some hackery of bb-config is required (see here.
I use the private forums plugin. There is another plugin that blocks all access to the site. You could always make ma minor mod to bbpress source to force login and not rely on a plugin.
I’ve seen some discussion on WP about BBpress. I believe they changed the way they handle tags in order to not step on bbpress.
I’ve monitored bbPress for some time and plan to use WP for a big site and would need to convert a phpBB(2) forum over to bbPress. What’s the latest on:
1) WP integration – last I heard you had to fiddle with cookie settings and some usernames wouldn’t work on the forum login. I’d be wary of using plugins as this could cause problems upgrading in future.
2) phpBB(2) conversion – is there any script that will convert everything perfectly?
3) future plans – is there a new version in development or is everything on hold for now? (i.e. should I just go and install the current version or wait another month or two)
4) private forums – an essential feature for me is to have a staff board that is 100% secure. Again I didn’t really want to rely on a plugin for this and last time I think I read it wasn’t secure because of an RSS problem.
5) lastly – is bbPress compatibility high on the list when new versions of WordPress are released? (i.e. could a new WP break by forum?)
Cheers.
Vanilla seemed great for a while, but I found integrating it very annoying. Writing your own extensions is extremely hard unless you’re doing something very basic. Having said this Vanilla is good if it can do everything you want straight away. Just make sure you’re capable of theming it properly as it’s annoying seeing yellow posts on every Vanilla install. But their community was very friendly, if a little nontechnical, but this was +6 months back.
Hi, i tried to find a contact mail on the homepage but i haven’t find it, so i ask this there.
At this very moment i need to request to add another user to a plugin project ( http://bbpress.org/plugins/topic/48?replies=5 ) that i started, in particular i need to permit this user to access the svn server to upload its improvements as a new user.
Is possible to it? If so how to request for this?
Thanks in advance.
Hi fel. I’ll post up later today the process I went through. I’ll get the latest version of the class right now!
Thanks for the heads up.
I’ve also done some work with CodeIgniter and Flash integration which I’ll post a link to later in case anyone does CI development (off topic I know but still valuable).