Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 45,826 through 45,850 (of 64,526 total)
  • Author
    Search Results
  • #84871
    grassrootspa
    Member

    Well you have my ‘vote’ for keeping it independent but the plugin thing is probably a done deal…

    #84870
    bobtheman
    Member

    thank you for your reply grassrootspa, this thread is our first step in a proactive attempt to get bbpress back on track. Please all other members, especially anyone involved with development respond with your questions, concerns and suggestions for a total group consensus.

    #84869
    grassrootspa
    Member

    I totally agree with you but the decision has already been made by the powers that be.

    No one is more disappointed by this decision than I, but there is probably nothing we can do to change it…

    #84868
    bobtheman
    Member

    any my reply, wanted to keep them separate ..

    calling bbpress a plugin is insulting, why cant we call WordPress a plugin for bbpress? you get my point

    developing bbpress as a “plugin” will not only choke its potential, but be another asset for the “WordPress installer of everything” and nothing grand for bbpress independently.

    ****Solution and proposal, integration is key, and there can be a “bbpress installer plugin” for WP, that helps install bbpress and integrate leaving bbpress as an independent project IE not a plugin dependent or subject to WP.

    bobtheman
    Member

    I wanted to hold a deep discussion regarding the future of bbpress being developed as a “plugin” or independent with the capabilities of integration.

    #33083

    Topic: AJAX interface?

    in forum Installation
    richcon
    Member

    I’m working on a video site, and I want to add a comments section to each video. So I plan to create a bbPress forum to compliment each video. But I want to integrate that forum into each video’s existing web page rather than forcing users to load up the existing forum site.

    So, I plan to use jQuery on the video page to retrieve the comment forum’s contents in RSS form, then display them in the existing page beneath the video. That seems like it would be pretty straightforward.

    The tricky part is this: is there any way to create an add comment form in the existing page that uses AJAX-type methods to communicate with my bbPress back end? (It would also have to be able to handle logging in.)

    Rich

    #84846
    johnhiler
    Member

    This project needs someone who believes in version 1.0, and the plan to turn bbPress into a WordPress MU plugin…

    At this point, I just try to be helpful to our fellow users!

    #33082
    frooyo
    Member

    For what it’s worth, I nominate chrishajer as bbPress Project Lead.

    It was brought up as an excellent next step in the thread linked below that Matt closed.

    http://bbpress.org/forums/topic/whats-happening-with-bbpress

    @chrishajer, I’m not sure if you will accept this nomination. If you do, I’m definitely willing to donate $100 to you to help augment your expenses. I know it’s not much but it’s what I can budget right now.


    Reason why I believe chrishajer is the most qualified:

    * To date, chrishajer has been the only remaining devoted lead of bbPress. To my understanding, it’s also the only moderator of this forum beside Matt.

    * chrishajer understands the needs of what bbPress users want. He also understands what’s need for a product be successfull, such as: setting release dates, establish features & bug fixes to work on, etc

    * people respect chrishajer and would easily take lead from him

    [EDITED title chrishajer 11 Feb 2010]

    #82541
    emasters
    Member

    I am having the same problem as Brevica with WPMU 2.9.1 and bbPress. Integration just isn’t working properly. The cookies being generated are fine, but nothing in bbPress works as it should. Specifically though anyone on the WPMU site can login, their roles do not map. The result is that no one has “keymaster” access to administer bbPress. All of this is being done with a fresh install of both WPMU and bbPress.

    #84841
    romerocw
    Member

    My bad… I fixed it. I didn’t realize that we still needed Sam’s BBPress Integration plugin in WP. I installed the plugin and all is fine now. The thing that threw me for a loop was that I had no issues initially during install. When I cleared cookies last night I caused the problem. The bottom line. Using WP 2.9.1 and BBPress 1.0.2 still requires the WP BBpress integration plugin.

    #82540
    brevica
    Member

    OK, I’ve followed the steps quite a bit, and no integration. Oddly enough, when one is signed in, the other is automatically signed out – you can’t be signed into WPMU and bbP at the same time. Step by step, this is what I did:

    1 When installing wordpress/bbpress do NOT use "www." Example: use bbpress.org not http://www.bbpress.org and use the same database. You do not need to change the prefix, I prefer you don't because you'll run into problem later.

    Done.

    2 Make sure bbpress is in a folder in wordpress. example: wordpress/bbpress/ not on the same level.

    Done. WP is in root folder, bbP is in forums

    3 The folder does not have to be named bbpress, most people make it forum or forums.
    *After successfully installing both programs open wp-config.php (in the wordpress folder) file. Around line # 45-# 48 you'll see define('AUTH_KEY'.... go to this URL (https://api.wordpress.org/secret-key/1.1/salt) and get the EIGHT keys and REPLACE the FOUR keys that are there. Save. Keep the file open for now.
    4 Open bb-config.php (in the bbpress folder) do the same thing here. With the SAME keys you put in the wordpress file put in the bb-config file around line # 41-45. You have to add BB_ to the front of the names. Example: BB_AUTH_KEY to all eight. Save. Keep the file open for now.

    Done.

    5 Clear your cache on your browser. Log into your bbpress dashboard and go to Settings->Wordpress Integration-> WordPress Administrator should be keymaster. Every other option should be member for now. WordPress address (URL) should be the URL again NO www. Blog address (URL) the same as before. The last 3 should be LOCKED if not repeat the steps 3&4.

    Done. Address is http://analyticspros.com.s70609.gridserver.com/

    6 Login to your wordpress dashboard. Go to Plugins->Add New-> search for "bbPress Integration" it should be the first one. Install it and activate.
    7 Go to Settings-> bbPress Integration. Enter the bbPress URL without the www. Your plugins URL leave blank. Click on Save Changes. On the bottom box you'll see some text copy it. Most likely it will say "define( 'COOKIEPATH', '/' );"

    Done. This is the code:

    define( ‘COOKIEHASH’, ‘c89fdd6b36f463ff1f02811d64f2f597’ );

    define( ‘COOKIE_DOMAIN’, ‘.analyticspros.com.s70609.gridserver.com’ );

    define( ‘SITECOOKIEPATH’, ‘/’ );

    define( ‘COOKIEPATH’, ‘/’ );

    8 Paste the line in wp-config.php file around line # 16 (MUST be on top. Don't know why) and paste it in bb-config.php in line # 13 (Must be on top). Save. You can delete the plugin, it's no longer needed.
    9 Clear your cache on your browser and you're done.

    Known Problems
    *Two different database, one for WP and one for BBP, does not always work.
    *Changing the database prefix. There are tutorials out there that tell you to do it, just don't.
    *Hosting companies that offer free databases, have buggy databases.
    *BBpress not being in WordPress folder. I don't think the plugin takes that into account.
    *When you upgrade from an older version (wordpress/bbpress) the XX-config.php files are different than what you already have. Check wp-config.php against wp-config-sample.php & bb-config.php against bb-config-sample.php should be fairly simple.

    None of the above problems apply to me. Any ideas?

    #78489
    Sander B
    Member

    Deze vertaling gebruik ik ook. Het was even een gedoe met de juiste map vinden waar deze ingezet moest worden, maar het is uiteindelijk toch gelukt. Heb ook even de naam gewijzigd van bbpress_nl.mo naar nl.mo

    Thanks a lot for this translation!

    #84833
    chrishajer
    Participant

    I think you will be a good tester. You can add your experience here:

    https://trac.bbpress.org/ticket/1244

    I thought there was another ticket too but I cannot find it right now.

    #78488
    chrishajer
    Participant

    Maybe there’s a typo in your folder name or just here. It should be my-languages. Then the file needs to be named exactly as the define statement in your bb-config.php file. Is that all true?

    #33080
    face-1
    Participant

    I’ve installed last version bbpress avaible, in italian language (official translation).

    When i create a new member and receive the email it contains instead of è the string &egrave ;

    Example:

    Il tuo nome utente &egrave ;: myusername

    La tua password &egrave ;:

    How to solve that ?

    Thanks

    #81089

    In reply to: Help out with bbPress

    HeroicNate
    Member

    Hi, I’m a freelance graphic designer and I love wordpress and I’ve recently started to love bbpress. I’ve been customizing wordpress themes for a while now and I’ve just started getting into bbpress. Since I’ve been using these two so often, I really want to give something back. I don’t really have money or coding skills to contribute, I was hoping maybe I could help by coming up with a shiny cool template/theme that could possibly be included as one of the default themes. I’ve only just begun to figure out theming in bbpress, but I really want to contribute something, and design skills is what I got(i think :D). All I’d need is to possibly be informed on new features or functions that I could design for. I could come up with cool mock-ups, and if the community likes it, I could chop it up into a theme.

    #33078
    #78487
    kadr
    Member

    doesn’t compltely work out for me. I have the files placed in the my-langages folder,

    Also changed the line in the config file to:

    define( ‘bbpress_nl.mo’, ” );

    but nothing changes…

    #84302
    chrishajer
    Participant

    If you have control over the php.ini file I think you can change it. But normally that’s not how you would do it. You probably want an SMTP mailer for bbPress.

    https://bbpress.org/plugins/topic/smtp-mailer-for-bbpress/

    You can also install swift mailer.

    Could you send mail at all from your server, before bbPress came along?

    #81880
    Matt Mullenweg
    Keymaster

    Closing this thread, it has long left productive uses and is annoying me so much I just want to quit the whole project.

    #84603

    Lots of questions, little answers :-) The original guy who set it up for me can no longer help me. He is too busy for little ole’ me. In December the only thing he did was to make it so that when someone copied and pasted text from any site into a post on the Forum it would strip out the HTML code and bring it over as pure text. He never told me how he did it. I have the original message and date he did it though.

    If I could find someone who could work on this I would be happy to pay them. I paid someone and they were not BBPress experts so they couldn’t solve the problem.

    I am using a WYSIWYG plug-in to allow the users to Bold, Italicize, etc. the text the put into a post. I disabled that 2 days ago when I had the problem again because the original guy said he didn’t know if it would cause problems. That didn’t solve the problem.

    I have no idea how to dump the database.

    The other plugins I am using are:

    – bbPress Members only

    – bbPress TinyMCE Integration (The WYSIWYG plug-in)

    – Topics Per Page

    I have a few others but they are disabled.

    It does show that I have 4 active but only 3 are showing on the list.

    Wendy

    #84819

    In reply to: Trac Updates for 1.1

    Yo Gautam,

    No tickets with patches should have been changed, 90% sure i checked for them all – really sorry if one slipped through.

    Bugs on the other hand, I was selective about the reality of getting them fixed. Take Ticket 215: Post count bug as an example:

    • Is it a bug? Yes
    • Does it stop BBpress working in any way? No.
    • Will it sap development time from getting this release out the door? Possibly.
    • So I moved it :)

    I’m definitely not in charge around here, so please, if I’ve moved something you (or anyone else) thinks should be in this Milestone, then please move them back. It’s just that smilies, youtube support etc. had been sitting there for weeks on end. With less fluff in trac for each milestone, hopefully we can get more people interested in testing (as one of the major gripes i hear often is “i don’t know where to start”).

    Lets hope we get some of the patches in soon :)

    #81879
    chrishajer
    Participant

    How about hiring or paying someone to manage the project? Or paying a developer? We had a paid developer/PM with sambauers, didn’t we?

    #84601
    chrishajer
    Participant

    WP Super Cache will not help with bbPress at all.

    If everything was OK until December, what happened in December? Did you update and software or plugins? Did the host change something you don’t know about? With a hosting company, chances are they watch things like free disk space and RAM, but that’s worth checking into as well.

    Can you dump the databases and see how large they are? Maybe a plugin has gone crazy and is just adding tons of data to the database causing access to take longer. There was a recent WordPress (or maybe bbPress) discussion about this, a typo in a plugin causing tons of garbage to be added to the database causing the database to grow huge.

    Do you have access to logs? Depending on what you have access to, you might be able to find something interesting in a log.

    Do you have the option to turn off plugins and revert to a default theme to see if the problem still exists?

    There used to be a plugin called bb-benchmark that would help with this sort of performance thing.

    My guess would be that this is a plugin causing a timeout when connecting to the database. What plugins are you using?

    #33076

    Just a few quick update for those at the development side:

    I’ve went through Trac and made some changes for 1.1. Mostly the involve bunting things to the next again release of BBpress.

    If you’re the owner of a ticket that has been moved, please check that you’re ok with it. When reviewing the list there were way too many “tasks” or new bits of functionality needed that were not going to make it into this release of BBpress. On top of that there were too many bugs/features that really needed to be re-written from the ground up to make it into this next release.

    If you have any bugs, please add them to Trac so we can keep this moving along.

    Thanks,

    Kev

Viewing 25 results - 45,826 through 45,850 (of 64,526 total)
Skip to toolbar