Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 18,201 through 18,225 (of 26,879 total)
  • Author
    Search Results
  • #89575
    johnhiler
    Member

    There’s some real passion here, which is great! There’s nothing stopping any of us from forking the code… that’s how WordPress was started after all. A fork of b2.

    I want to go back to an important point that was raised earlier.

    Matt isn’t taking us all out to dinner?!??

    #89695

    well Matt’s moving bbPress to be a WordPress plugin, and it already runs the WordPress support forums, so in that effect Automattic aren’t going to lose out. It fulfils all their needs.

    And right now, bbPress more than fills my needs for 80% of my forum work; but then it was never intended to fill the other 20%.

    I stay here and contribute because it has real potential (I suppose everything does), but the more I dig around, the more I can see bbPress taking off in a big way wiht a bit of care and love, and well, management/planning.

    Good luck in your search Terence, best of health to you!

    #89694

    Kevin,

    My goal is to build Virtual Crowds way beyond 100 a day and yes moderation will be a big issue, you’re right.

    I’m not looking for the easy way out (never do), which is why a poked my head up above the parapet in the first place. What I want to do, is do it right; get the best possible solution.

    As far as I can see, the way I have to work is from the inside out. In other words, as I am not committed to bbPress or BuddyPress for that matter, I need to start with WordPress and add my forum (social networking functionality etc), as and when I can, and it makes sense, i.e. once the smoke clears a little.

    Its a real shame, but I cannot see that being the original bbPress, flawed and brilliant as it is.

    But you know what they say, one door never shuts without another opening.

    Who knows, maybe Mingle will get its act together and eventually become that much needed WordPress forum and social network plugin, and then Matt will lose out on both bbPress and BuddyPress.

    And so will you guys, I am afraid. And I am sorry about that. I wish there was something I could do.

    #89693

    Basically Terence,

    If you know you’re way around WordPress and are good at theming or hacking some code into a fucntions.php file, then you’ll find bbPress easy to set up and get going.

    Looking into the future of bbPress is never going to help. It doesn’t have a project lead, other than the Wizard of Oz (every 6 months there is a voice from behind the curtain that everyone bows down to). But it’s open source software, it’s never going to go away, and the next version does have some great little fixes.

    My biggest suggestion is this: How busy will your forum be, and how much moderation will it need? bbPress fails at helping you moderate your site once it gets very busy.

    Knowing it’s faults though, it’s still my go to bit of software for forums where I’m expecting less than 100 posts a day.

    Kev

    #89692

    Mod – thanks for the steer.

    Kevin – thanks for taking the time to write such a detailed and helpful reply.

    In the end, I think I am left with the same dilemma, only you’ve clarified one or two points for me.

    Many thanks.

    #87833

    Well then, why doesn’t somebody do something about it? If I remember rightly, WordPress itself was salvaged from another star that had entered a decaying orbit.

    Are there no Buzz Lightyears out there?

    #89705

    Ah BackPress.

    Like Marrying my high school sweetheart it was a wonderful idea at the time, that somehow comes back to bite me on the behind every damned day ever since ;-]

    (here’s hoping she doesn’t google me!!)

    Mr Pelle,

    I truly believe that bbPress is a grand little product, it’s so flexible and extendable that it’s potential in unbridaled. if your forum doesn’t requite alot of moderation, then I can’t think of anything better than bbPress.

    It’s just hampered by no management and no communication, which I feel only exasperate/exagerate it’s problems. And this comes from the the moany SoB who points them out ;-)

    bbpress 1.0.3/1.1 (cos we’ve no-one in charge to make the decision to release anything) contains a great number of bug fixes that have plagued bbPress for too long. All small, all annoying and great to get them out of the road. Even if you don’t need the 2 new** features, it will be a good thing when this comes out and you upgrade.

    I’m all for pointing out mistakes, and keepingon top of this to geet things released, and maybe get some answers out of someone at some time (Seriously, 6 months per blog post – crazy from the company behind WordPress blogging platform) and then we’ll take stock and see what happens then.

    ** they’re not new, we’d had them for years as plugins. God himself only knows why we couldn’t have a bug fix release instead, then work on new features. But that requires stakeholders to be consulted and decisions to be made…

    #89631

    Gareth Gates earned a bit over of leway in the Gallagher household for Jordan, but Stuart McCall… y’all are going to hell of keeping him alive/busy for a while longer ;-)

    Anyway, what you want is to make sure that your bbPress config file has the same info as teh wordpress config file for each of these below

    in WordPress

    define( 'DB_NAME', 'database_name' );

    /** MySQL database username */

    define( ‘DB_USER’, ‘user_name’ );

    /** MySQL database password */

    define( ‘DB_PASSWORD’, ‘password’ );

    /** MySQL hostname */

    define( ‘DB_HOST’, ‘localhost’ );

    /** Database Charset to use in creating database tables. */

    define( ‘DB_CHARSET’, ‘utf8’ );

    /** The Database Collate type. Don’t change this if in doubt. */

    define( ‘DB_COLLATE’, ” );

    in bbPress

    define( 'BBDB_NAME', 'database_name' );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘user_name’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ‘password’ );

    /** MySQL hostname */

    define( ‘BBDB_HOST’, ‘localhost’ );

    /** Database Charset to use in creating database tables. */

    define( ‘BBDB_CHARSET’, ‘utf8’ );

    /** The Database Collate type. Don’t change this if in doubt. */

    define( ‘BBDB_COLLATE’, ” );

    If they are the same, then I’m a bit clueless right now

    #89630
    pukkap
    Member

    Yeah Bradford! Famous for riots, serial killers and Gareth Gates (apologies for that last one guys lol)

    What i wanted to do was have bb integrated with wordpress so users can log into both with same details

    Anyway my config file has as name app100750237xxxx and this should be user name and i know password but still same error?

    #89629

    A Bradford man eh? I was down there on thursday.

    Anyway, welcome to bbPress.

    What you want to do here is look at your WordPress config file (wp-config.php) that is already on your website (i am presuming here that you’re wanting to add a forum for appertunity.com – or at least on the same server).

    You will see what it has for each of the details that you filled in for the corresponding bb-config.php file. that should give you some insight as to what the database settings should be :)

    #89691
    chrishajer
    Participant

    If anyone really wants to know what’s going on with bbPress, I suggest contacting Matt Mullenweg. I don’t know if there’s anyone else in charge who would know more.

    #89690

    Is bbPress going to live or morph into something else?

    Both. According to Matt, who stated it back in January in the middle of an IRC chat, bbPress will become a WordPress plugin… eventually.

    I doubt that’ll happen anytime soon though.

    With the release of WP 3.0 just around the corner (I am already running WP3 RC2), what’s going to happen with bbPress then?

    Same as what’s happening now. Some good folks will work on code (some community members, some Automattic folks), and we’ll sitin silence not knowing what tomrrow will bring.

    Do I install bbPress on WP as a forum and use BuddyPress to access it?

    If you’re using BuddyPress, you’re not talking to the people behind the bbPress you’re using. the bbpress that works with BuddyPress is a different beast, and for some reason they decided not to rename it, so we get the support questions and bad rep – constantly!

    Or is something going to change and make the combination and integration of all the plugins for each and of WP3/bbPress/BuddyPress all too much of a royal pain in the petutie?

    WP/BuddyPress plugins are never going to work with bbPress.

    There’s a long answer behind why, but basically, thats a no go.

    I wish someone could give me some clarity on the direction bbPress and BudyPress are going.

    BuddyPress actually has some great folks who are very communicative and support their community so well it’s unreal. But you’d need to be on the BuddyPress forum for that – as it’s got nothing to do with us.

    bbPress, well, we’d all like some communication – but thats never been it’s strong point. Don’t worry, thats not new, and it’s not going to change.

    Someone. Anyone?

    ECHO ECho Echo echo… etc

    #89570
    Gautam Gupta
    Participant
    #89569
    _ck_
    Participant

    As rude and weird as this entire topic is, the reality is the form of bbPress that you have known up to now and through 1.1 (1.2?) from Automattic is over.

    Once bbPress stops being stand-alone, everything will change: all the advice on this entire forum will be mostly useless, the plugins and themes will be pointless for the WordPress plugin version of bbPress.

    In fact they should probably call the plugin something other than bbPress as it will only confuse people when they search for help and resources for the plugin.

    The turning point for bbPress was BackPress. The state we are in now is 100% the problem with that decision (made by Matt in January 2008, quite cavalierly IMHO).

    To be more specific, bbPress based on BackPress actually would have been almost acceptable, IF, and this is critical, IF WordPress had been also converted to use BackPress. But it wasn’t and now almost obviously never will be.

    So we are left with an orphaned product, not bbPress, but BackPress itself, which makes the 1.x line of bbPress a dead-end because of it’s dependency.

    I need to be very careful what I say next because some people immediately jump on every word as some kind of promise, which I am not making. All I can say is that I will attempt to maintain 0.9 in my own way as long as reasonably possible (years?) until a better solution emerges (which is unlikely, but we’ll see).

    Considering how it’s all up to Matt now, I’d be *more* polite to him, not less.

    #34491

    The other big question in my mind is this.

    Is bbPress going to live or morph into something else?

    With the release of WP 3.0 just around the corner (I am already running WP3 RC2), what’s going to happen with bbPress then?

    I am at a critical stage with my site’s development and I have to make a decision to jump one way or the other; partly because I just don’t have the time or money to develop two themes for one site.

    Do I install bbPress on WP as a forum and use BuddyPress to access it? Or is something going to change and make the combination and integration of all the plugins for each and of WP3/bbPress/BuddyPress all too much of a royal pain in the petutie?

    I wish someone could give me some clarity on the direction bbPress and BudyPress are going.

    Someone. Anyone?

    #66199

    would be far better to start a new thread.

    Please start a new thread!

    PLEASE START A NEW THREAD.

    This one started in February 2009, It’s June 2010!!!

    #66198
    cm
    Member

    And for integrate bbpress with wordpress 3.0?

    #89461

    In reply to: How/where to install?

    _ck_
    Participant

    I would contact the same person that installed your WordPress and ask them for help as it’s obvious you did not install it yourself.

    You might also try an automated install but change your password afterwards and backup your database first:

    http://www.simplescripts.com/script_details/script:bbPress

    #66197

    would be far better to start a new thread.

    Please start a new thread!

    #89568

    I am not happy about a lot of things with bbPress, specifically it’s management and communication; which have been shockingly bad for 2 years now. I also think tht Matt really dropped the ball on bbPress and then somewhat screwed us over with his comments against the “bbpress community” in his WordCap Keynote speech.

    That said:

    1) Don’t hide behind a fake profile. We all have opinions, and we all agree and disagree on many things. If you’ve got something to say, and you believe this is the place to say it, have the common decency to put your name to it.

    .

    .

    .

    2) One has to differentiate between Matt the person, and Matt the Founder/CEO/Employee of Automattic. I have no doubt that Matt 100% wanted bbPress to succeed and he did help reinvigourate the project for a little while, he just dropped the ball again; but breaking his own rules:

    http://ma.tt/2009/08/kill-your-community/

    As I said herein the link below, Matt should have delegated bbPress to someone and kept up communication as Matt is an insanely busy dude. There is no doubt that WordPress 3.0 would take priority over bbPress, and there’s all the other pies that Matt has his finger in.

    https://bbpress.org/forums/topic/from-a-project-management-viewpoint

    It’s not for you or me or anyone really to make demands of his or anyone else’s time. We can ask for information, especially really basic information that should be on this website – but Matt the person and Matt the head of Automattic doesn’t owe you/me/anybody anything.

    .

    .

    .

    3) I think Matt got it wrong and messed up. He did so a couple of times in a row imo. I think he then did really wrong by us publicly taking a go at the folks who keep this site going – I thought that was underhanded and a total slap in the face to all the moderators (sorry the ONLY moderator) and people who didn’t jump ship. I lost alot of respect for Matt the person when that happened.

    I think he continues to allow this to spiral but not communicating with anyone in a moderator or higher position so that some of these same questions can be answered; but bbPress is not his focus, and really, thats his call to make not ours.

    It’s not like it wasn’t like this for bbpress1.0’s release and bbPress0.9 release, and as Matt said, the’ve fecked this up before and nothing changes:

    We’ve done this before. Relax. :)

    — Matt

    https://bbpress.org/forums/topic/from-a-project-management-viewpoint#post-63315

    .

    .

    .

    4) I truly think this post covers my thoughts in a nice concise manner. And before making any posts like this, I strongly suggest reading it:

    https://bbpress.org/forums/topic/whats-happening-with-bbpress/page/5#post-64410

    It followed a post by Gautam, who’s done stellar work since Matt’s departure, and was followed by the only moderator left asking a simple question and then Matt leaving the project. I think it shows the difference from where “we” the community are and where Matt is. And that’s ok, we’re all allowed to be in different places.

    But posts like this is never going to be helpful.

    .

    .

    .

    5) I think it’s very very wrong to state that Matt doesn’t have “heart, soul and brain”. The man is a really nice, wonderfully warm and smart human being. He’s just fracked up on this, and for teh first time in a long time, hasn’t looked at things objectively and help up his hands (which is one of the things I admire most about Matt over the years).

    And bro, with all due respect to _ck_, without warning she left the project too and closed down her forum so we couldn’t access the code or discussions on it. I think _ck_ is an amazing amazing developer, and knows bbPress inside out; but I’m not sure on what you’re basing this presumption that she (or any of us) would be better at leading a community based project. _ck_ has in the past shown some signs of not being the happiest bunny when people start asking questions.

    .

    .

    .

    6) I’m still laughing at how childish your fake profile name is. “wtfmatt”. Ha, you really should have just called yourself “impatient13yearold”.

    .

    .

    .

    7) I was trying to reference this earlier. I wrote this alomst 18 months ago now. Crazy how much of it still holds true:

    https://bbpress.org/forums/topic/how-to-help-us-help-bbpress

    Take care,

    Kev

    #89495

    In reply to: WP-widget in bbpress?

    Gautam Gupta
    Participant

    Only when you load WordPress functions in bbPress.

    #66196
    haose
    Member

    Hi guys! I have a curious with this plugin. When a unregisterd user leave a comment on my blog, the username will be transfered correctly to forum, and a voice will be created. But i can not see the content of the comment.

    But if i edit the comment on forum, i do see the content.

    Plz help!

    #89567
    Gautam Gupta
    Participant

    The truth is that Matt DID come here to help the project and take on the development but it was the community (including me) who troubled Matt a lot that he left the project. Check – https://bbpress.org/forums/topic/whats-happening-with-bbpress/page/5#post-64425

    Also, mdawaffe has come back and most probably bbPress development would start after WordPress 3.0’s release. And, I and several others have also been contributing to trac and chrishajer has been committing the patches to SVN.

    And please do not make fake profiles, you should have guts to come here and ask this with your own original profile.

    #34483
    hope1
    Member

    Hi ya, I just installed it but I don’t plan to use it for WordPress so is this possible? I would like it to stand on it’s own as a link to a new website except I get this http://www.hope-gaming.com/bbpress/ and the url i specified is this http://www.hope-gaming.com/forums/ except the latter is giving me a 404 error and the 1st one is damn basic of which I cannot log in as I am then given the error again. Is it just a case of it taking time to show up? Thanks all.

    #89489
    ghettobsd
    Member

    This is what i found:

    From: https://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes

    User: baptiste

    Post: Easy fix (hack) in bb-includes/template-functions.php, update this function to look like this:

    function get_post_text() {

    global $bb_post;

    return stripslashes($bb_post->post_text);

    }

    May be an artifact of the wordpress integration – not sure.

    The above did indeed work. But I still looked at the other posts and problems others had.

    https://bbpress.org/forums/topic/apostrophe-and-or-quotation-marks-cause-backslash-to-appear

    user: arpowers

    ok, found the answer wooooooo!

    The ‘real’ reason this wasn’t working was….

    ‘magic_quotes_gpc’ is set to ‘off’ on my server (in php.ini)

    All these other solutions are band-aids, my hunch is that making sure magic quotes is ‘on’ is the solution.

    user: jackey

    Putting “php_value magic_quotes_gpc 1” in my .htaccess file worked for me… for now.

    The above also worked. So instead of editing the bbpress code, i just modified the .htaccess file (added to it), that 1 line fixed it. So I will go with it untill I see a problem.

    Worth noting, someone said that by changing the code as per baptiste’s method could corrupt backups you make of sql. So, that was the reason I went with the .htaccess fix.

    Thank you!

    chrishajer: you are GhettoBSD Approved!

Viewing 25 results - 18,201 through 18,225 (of 26,879 total)
Skip to toolbar