bbPress 0.9.x and 1.x are A LOT different… No idea how you could get that work…
If you downloaded trunk via SVN, BackPress is included, else you’ve to download it from here.
KSES is too slow to use for realtime output.
It’s used by WP/bbPress *before* the post is saved permanently (pre_post filter)
But bbcode is stored as bbcode, not converted HTML.
So it has to be converted to html each time a post is shown (post_text filter).
So KSES is too slow for that.
(plus I don’t want to use an external function with regex matches, which makes it ten times more complex)
Okay there are two different people in this conversation.
But no, you cannot change the post order in a topic, at least not correctly and consistently. bbpress internally uses post-position and hard codes the post order.
The system would have to be redesigned.
My user-wall already avoids this problem and allows posts in any order and any spinoff I might create from bbpress will also have this ability.
But for now, no bbpress can’t do that correctly.
Trying to integrate existing plugins may be more trouble than it’s worth. However a few examples of how to adapt existing ones to work with as little fuss as possible may be better. But having said that I dare say a lot of the filters/actions will still be there, which increases the chance of existing ones working.
I am building a website for our local Canine Search and Rescue group. They are currently using Yahoo Groups but since some users can’t access Yahoo from work they need me to build them an alternative.
The biggest features I need to replicate are:
– users can register to post to the group
– posts are threaded (like a forum) and appear on the website/forum
– posts are emailed to all (registered) members of the group
– WP editors/administrators can manage group users and posts
– dead easy to use
If they are able to reply to posts via email that would be a great bonus.
How much of that can I accomplish with bbPress?
I have build membership sites in the past and used other forum software so I am not a newbie nor afraid to get in under hood and make changes if necessary.
Jodie B
The link provided above by José Conti, it’s a fake. The downloadable file does not exist.
I think he’s using this forum to advertise her website, without any contribution to the comunity
El enlace proporcionado por José Conti, es falso. El archivo descargable no existe.
Creo que está usando este foro para promocionar sus sitio web sin aportar nada a la comunidad.
i am not sure if anybody came with this problem:
when i installed bbpress using https:
i could not login bb-admin
and when i tried to login
it brings me back to the top page.
instead i use http to install bbpress again,
all works OK
anyone know what’s the problem?
thanks
bbpress is cool but not so good on images? my blog is going to have alot of images.
Hi,
I use BBpress Version 1.1-alpha-2539 (trunk version), what is great with this version two new options :
– anonymous posting
– email notification on new replay to your topic/comments
Yes this is ok, but i need some thing more : the email notification is avalaible only for registred membre, not for anonymous posting … so how can us get this option work for guest posting ?
thank’s
Hi,
Just Installed bbPress with Hebrew support (he-IL rtl). I uploaded simple theme (this is its name ‘simple’) but in the Available Themes I see and empty screen shot with Hyper text “simple”.
When I activate the new theme – the forum is without any design – only plain HTML text.
What am i doing wrong?
Thanks
B-T-W : How do I add a pic to my profile in this forum?
Best Regards,
Eyal
Anonymous UserInactive
I know there’s a few threads on WordPress integration, whereby WP and bbPress share users in the database. But I was thinking of doing it another way, prior to launching my site, and wondered if others had done it.
Basically, I would turn off registration for WordPress. No users can register using WordPress, ever. Instead, the registration process is just handled by bbPress.
What I would then need to do, is have a bbPress login in the header of my WP blog. The comments for a post in WP would be handled by bbPress. I would probably have to create a bbPress thread manually, then link to it from the WP post, or somehow integrate it into the WP post.
Is it possible to include a bbPress thread in a WP post, if you know the thread id? I would probably tie the thread id to the relevant post using a custom field in WP, then grab it in my WP template.
Does this make sense? I hope so.
Hi,
I hope you can help. I’m not great with bbPress
I have bbPress integrated with WP. I’m running WP 3.01 and bbPress 9.04. I’m using the “Root Cookie” plugin (from what I remember) to make them integrate.
I set this up a year ago so I don’t really remember what I did completely to start with.
I’m trying to pull posts out into a widget with a WP plugin but it’s not working which is why I want to upgrade.
I first of all I tried a straight upgrade to 1.0.2. The forum was accessible, but you couldn’t log in. If I visited /bb-admin I got a 404.
So I tried going from 9.0.4 to 9.0.6 to see if an incremental upgrade would work. This just completely broke and I was getting a function error.
Can anyone help me with a method to upgrade to 1.0.2 without breaking integration with WordPress?
Would appreciate any help.
Thanks,
Greg
Hi all
I just downloaded the bbpress but don’t really understand the install instruction, I uploaded to server but not sure what to do next, when I go to the link it just asks me to down load the file bbpress-1.0.2.zip. the file i just uploaded?
can anyone please help, many thanks
: (
BBpress moderation suite doesn’t have any options to hold messages for moderation, it’s not a solution.
Wait, are you talking about on TOPIC pages or on forum/front page.
The default order in bbPress is newest topics show up at the top on forum/front page, but newest posts show up last on topic page.
Because you said “posts” I assumed you meant topic page.
Or are you saying you want to link the “last poster” to the last post in a topic? That’s already done on freshness?
Before I respond, can I give you some comments about your draft.
- Some of the proposed plugins should be integrated in the core. Report user, user roles, quotes, SEO, stickies, improved moderation, Pivate Messages: all of that I consider essential to a good forum script and while there is nothing wrong with making them into a plugin, it would be much more convenient for new users not to have to install a bunch of stuff to get those features.
- I agree that bbpress has been neglected over the past years, and that the website especially needs a revamp.
- I also think that the fork needs a better theming structure, one that is easier to use and allows people with little/no knowledge to be able to edit the theme.
- I also think that this new software should include some features that have not been included in a lot of forum softwares, but are still useful, if not esential.
- Moderation Log: the idea behind it is that whenever a post gets deleted, who deleted it, a copy of the deleted post, and some notes on why it got deleted are recorded in a log (that is only viewable to certain people, of course). That way administrators and moderators can easily keep track of troublemakers and they have a log of all past offenses.
- Good page structure: most people spend a minuet or two looking at a site before deciding to join it. One of the factors that influence the decision is activity. The new forum software structure should be designed to reflect the activity of the forum, and how much fun people are having. This is mostly in the themes, so that’s why the default theme should be designed to reflect that.
But anyway, now I have 3 questions:
- have you ever been on the development side of an open source project?
- If this fork got underway, would you be running the show, and if you did, how much would you contribute to the project programing wise?
- How would ideas get approved?
thank you for your time
Integration with WordPress, or any other external software, will not be something we’ll be aiming for in the core.
The plan is to allow classes and functions to be overwritten/extended so that anyone that interested can write a plug-in to handle such features. That’s more to do with OOP data mapping versus hard-coding, than an attempt to so anything with WordPress specifically.
Does that mean that you have it all figured out and the purpose of this thread is to get extremely talented programmers on board
Only if they use Dreamweaver like I do.
There are many of talented people on this site whom I have come to respect; and it would be folly of me not to keep them in the loop on something like this. I’m not really sure why people think that’s Machiavellian of me…
you have no script, and (as far as I know, correct me if I’m wrong) no experience contributing/managing php scripts.
What’s PHP again?
that is integration. But why stop at user tables when you can do layout/content/user integration with several different softwares? I think that integration with other scripts, including wordpress, is crucial.
What will be happening is that people can extend the user or login classes so that external systems can be tied into the software (MediaWiki, Drupal, WordPress etc).
Does that mean that you have it all figured out and the purpose of this thread is to get extremely talented programmers on board. I could be wrong, but it seems like you’re approving any and all ideas that come your way. If this fork is a democracy, I want in, but count me out if your going to have complete control over it.
I am aware that Matt technically has almost complete control over wordpress, but the difference is that he has a totally awesome script, whereas you have no script, and (as far as I know, correct me if I’m wrong) no experience contributing/managing php scripts.
Here is the process for getting bbPress info to show in WordPress. You would use a similar process, in reverse, to show WordPress data in your bbPress installation.
https://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration
And that’s exactly what I wrote
That’s exactly the tutorial I followed. Worked perfectly.