Info
- 1145 posts
- 203 voices
- Started 1 year ago by John James Jacoby
- Latest reply from jaredatch
bbPress 2.0 - Updates
-
- Posted 1 year ago #
Just tried to activate the plugin on the sub-blog on the wordpress ms site . Works quite well although there are a few things confusing. Understandably, the plugin has not been released. I will patiently wait.
-
- Posted 1 year ago #
How do we convert bbpress to the bbpress plugin?
-
- Posted 1 year ago #
It's too early for that!
-
- Posted 1 year ago #
bbpress wordpress plugin delayed??
-
- Posted 1 year ago #
no, whatever gave you that impression:
download from: http://trac.bbpress.org/browser/branches/plugin
which has a zip archive link at the bottom.
it's in early stages of testing.
-
- Posted 1 year ago #
bbpress wordpress plugin delayed??
I don't think anybody has ever said the plugin would be released on October 15 (formerly September 15). We're looking at a soft release of an early testable version (there's probably a better word for that, maybe pre-alpha? I don't know, I'm not a coder).
EDIT: JJJ said this in the original thread:
http://bbpress.org/forums/topic/bbpress-plugin-september-15Quick update - Aiming for October 15 for the aforementioned super-pre-alpha.
So, super-pre-alpha it is! :D
We won't see a usable version for some time. But the community can start testing and reporting bugs now.
-
- Posted 1 year ago #
JJJ on page 1 of this thread: "Looking more like October 17 now, to be exact." - in response to when "a version for alpha testing" could be ready. Presumably something including the features mentioned in the very first post of this thread.
I think everybody is looking forward to a version that includes some rudimentary front-end templates, so people can roughly see how it might work and look, and many people were expecting this to be ready around the 15th, or "to be exact", on the 17th.
-
- Posted 1 year ago #
that version is already there, have you followed the link I provided to download : http://trac.bbpress.org/browser/branches/plugin ?
-
- Posted 1 year ago #
Yes - it was version (or "changeset") 2564 when I posted the above. Now it's 2571.
-
- Posted 1 year ago #
Wow, looking good. Just started testing - thanks a mil JJJ, and everyone else!
-
- Posted 1 year ago #
Will be trying to hammer out the topic/reply counts this week, as well as a very basic front end New Topic/New Reply form.
That's all it needs to be functioning in a skeletal capacity for initial proof of concept testing and iteration.
I didn't write a single line of code during WordCamp NYC; spent most of the time supporting BuddyPress questions with our two new core committers, Paul Gibbs and Boone Gorges.
I leave again this Friday through Monday for the Google Summer of Code Mentor Summit, so this week is a short dev week.
Any interest in doing a development chat in IRC next week?
-
- Posted 1 year ago #
Please confirm the date rather than saying next week ;)
I'd be interested in it.
-
- Posted 1 year ago #
Wednesdays @ 2100 GMT
irc.freenode.net
#bbpressI just committed a first pass at New Topic and Reply forms. They need escaping and a security sweep, but appear to work well enough so far.
I've also opened a few tickets for a few things that I haven't started, for those that are interested in getting involved and dirty with some code.
-
- Posted 1 year ago #
I'm gona follow up the updates on this (subscribed!)
Keep up the good job guys ;)
Regards.
-
- Posted 1 year ago #
Will be about for that chat... might not be able to do much code wise sadly, but I'll see how things go.
-
- Posted 1 year ago #
Further down the line, are you planning the structure the urls?
-
- Posted 1 year ago #
Tried downloading the latest from Trac but I got the "invalid header" error. I don't think I'm gonna bother asking for support about these things, so I'd rather wait for an official alpha release that's got the bare basics put together. Great job though :)
-
- Posted 1 year ago #
hi everybody!
I downloaded the pre-alpha bbPress plugin and it doesn't work :/I added some codes to bbpres-functions to make it work:
add_filter('init','flushRules');
function flushRules(){
global $wp_rewrite;
$wp_rewrite->flush_rules();
}and then I realized that the plugin is useless at this stage :))))
-
- Posted 1 year ago #
@alexvorn2
You just need to go to Permalinks page after activating the plugin to flush the rewrite rules. -
- Posted 1 year ago #
@Gautam yeap, I like to see a Month and name permalink instead of the Default, by Default it's ok but if I choose other, without the code I mentioned in the previous message it doesn't work.
-
- Posted 1 year ago #
@Gautam @alexvorn2 Yup. I just changed the permalinks to /%postname%/ and still giving me a 404 error.
-
- Posted 1 year ago #
@quicoto did you add the code
add_filter('init','flushRules');
function flushRules(){
global $wp_rewrite;
$wp_rewrite->flush_rules();
}in the bbp-functions.php ?
-
- Posted 1 year ago #
@alexvorn2 No but like @Gautam said I thought was not necesary :)
-
- Posted 1 year ago #
Ok, you need to actually go to the Permalinks page and press the Save Changes button to flush the rewrite rules.
-
- Posted 1 year ago #
@Gautam: right. So weird... If you have the default Permalinks and you change them it doesn't work. But if you save again it does :P
I guess the plugin will flush it itself in the future, right?
-
- Posted 1 year ago #
Yup, I think so.
-
- Posted 1 year ago #
There shouldn't be any permalink issues out of the box with it. At least I haven't experienced any so far. There are filters and preload constants to allow you to change the slugs, and an interface will probably make its way into the Permalinks page too.
-
- Posted 1 year ago #
I am sorry if this is documented somewhere but where are the settings for the forum other then for Forums, Topics, and Replies?
I specifically am looking for where I can turn off anonymous posting to the forum. I selected "Users must be registered and logged in to comment " under Settings > Discussion in WordPress but this only seems to apply to posts.
Am I missing something?
-
- Posted 1 year ago #
I tried this now
http://www.example.com/forum/general
Not Found
Apologies, but the page you requested could not be found. Perhaps searching will help.
If I reset and go to default permalink, no problem.
Using 2580
-
- Posted 1 year ago #
@intmenz - I had the same issue and actually had the same issue and had to hot the refresh button in my browser to get it to work. For whatever reason clicking a link to the page would not work.