Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 18,676 through 18,700 (of 26,882 total)
  • Author
    Search Results
  • #34058
    amwilson
    Member

    I am looking at different forums to use and I like the idea of bbpress because all of my web development is within wordpress. I like the idea of being able to integrate the forum with wordpress. I installed simple:press just to take a look at it and I like how the forum is on the wordpress platform because it uses use my existing wordpress theme with all of my widgets and site navigation already there. Now that I hear bbpress is going to do the same, I am leaning toward going with bbpress instead of simple:press since I am guessing long term that is where the most development and compatibility will be. For example, bbpress appears to integrate with buddyppress and mingle but simple:press does not.

    What I would like to know is, if I do decide to go with bbpress, how should I set bbpress up now before it becomes a plugin to make the transition better when it does become a plugin?

    Should I set it up to use my wordpress database or give bbpress its own database? I am not sure if the separate database will be an option after it is a plugin.

    Or is there a way to set it up bbpress now as a plugin?

    Is it simple to import simple:press data to bbpress? If so I may just use simple:press for now until bbpress becomes a plugin and gets any bugs straightened out and then import the forum to bbpress.

    I would also like to hear any comments about my reasoning here.

    #87152
    psycheangels
    Member

    bbpress is not going die, open source file will never die.

    well im happy to see more ppl use bbpress not because the wordpress stuff.

    #87151
    simonle
    Member

    Thank you for your comments.

    I am in the need for a light-weight discussion board, preferably something that isn’t tied to WordPress. And for this I think bbPress suits perfectly. But I don’t want to invest time in something that isn’t going nowhere. :/

    #87059
    cnc
    Member

    @ chrishajer… topic has been resolved… My problem has gone..

    ==================================================

    @ gerikg reply regaring your email

    Because you was using the wordpress header you wasn’t using the style.css file in the theme. I left it so it’s not used but adjusted the other files.

    …:: Yes I’m using my bbpress style sheet into wp style sheet…

    I tried your files but they did not work…

    Its was a matter of global variable ..

    I’ve learned it from this post

    https://bbpress.org/forums/topic/seemless-wordpress-integration

    <?php if ($forumpage == TRUE) {

    bb_title();

    echo ” :.: AKN&I”;

    } else …

    to add the forum feed:

    <?php if ($forumpage == TRUE) bb_feed_head(); ?>

    in my case I call global variables..

    anyway thanks for your help..

    ============================================

    @ pelle .. really sorry dude your plugin did not work for my forums.. I hope it will work for others..

    and I hope you’ll make it better and simple..

    all the best….

    Regards

    cNc

    #87149

    My experience with bbpress is unfortunately very bad: i am a webmarketing manager (not a developer) and i trusted the “Download, install, and you’re on your way!” they claim on the homepage, but since then i had nothing but frustrations.

    Obviously i chosed bbpress because of the wordpress integration, but it took me months to make it work, and now ii have it, but full of bugs (plugins not working, empty synced comments etc etc etc).

    Unfortunately many people work in my company, and already have many users in my forum, so i just cannot change platform i’ll have to survive with bbpress.

    If you have a simple site, lots of patience, know php and are very religious, go on with bb.

    The Process

    #87125
    jakshi
    Member

    O, I did integration with lastest releases wordpress (2.9.2) and bbpres (1.0.2), I just guess that long chain of previous upgrades can influence on bbpress integration with wordpress (may be database upgrades have some inaccuracy etc.)

    #87124

    Yes it may have been a little different if you did the integration with older releases. The best thing to do is to upgrade WordPress to the latest version, then bbPress, and then do the integration. Rather than integrate the scripts and then upgrade them. :)

    #84333
    Ryan Hellyer
    Participant

    This is now been released as a beta and includes a lot of improvements.

    http://pixopoint.com/products/pixopoint-theme-integrator/

    You can see another example of it in action on the GreekBerry forum (case study). It would be great to see an example of it in use with bbPress too :)

    #87160
    gerikg
    Member

    Locate the bb-config.php file it might be in your wordpress folder or bbpress and find the define( ‘BB_LANG’

    #87148
    Shivanand Sharma
    Participant

    bbPress isn’t going anywhere. If you are worried about the lack of initiative in the direction of development, be assured that it will be also be there in bbPress closing down. :)

    They’ve decided to convert bbPress into a WordPress plugin. But that’s been pending for months now. And when that does happen you’ll sitll have bbPress around. Don’t worry… use bbPress. It’s not got some premium themes and plugins too. The community is working on it behind the scenes.

    #87123
    jakshi
    Member

    Al – I glad that my investigation help somebody :)

    Kevin Muldoon – Thank you, may be it help some people that have trouble with integration. You article about integration very useful and clear. May be difference between my site and site that you setuped – My site has been upgraded from 2.1.x to 2.9.x during using and bbpress was upgraded from 0.9.x to 1.0.x, but you setup new sites.

    #87122

    Hi jakshi,

    I’m surprised you had this problem as I did the integration process several times and never had a problem with this. Not sure if this is something that is caused my a setting on a websites host or something similar. I’ve updated the article with your suggestion though so that others will know to try this solution :)

    Kevin

    #87121
    Al
    Participant

    Jakshi, a sincere thank you.

    I had given up trying to make WP/BBP integration work, having tried everything I could find on-line to suggest how to fix things, but with no luck.

    However, your suggestion of halving my key lengths from 64 to 32 has it all working. Amazing.

    Cheers!

    Al

    #87056
    mr_pelle
    Participant

    @cNc: the best thing would be to test the forum out of a WordPress page, so there would be no header/footer problems.

    #34046
    jakshi
    Member

    Hello.

    I read http://www.wpmods.com/integrate-wordpress-bbpress and do all described thing, but had no success with cookies integration.

    Then I read forums, check all parameters, but cookies integration didn’t work.

    When I have searched for answer – I have tried to change my BB_AUTH_KEY = AUTH_KEY, BB_SECURE_AUTH_KEY=SECURE_AUTH_KEY etc. parameters in wp-config.php and bb-config.php on somthing simple (‘d’) — suddenly, cookie integration begin to work.

    I did several experiments and found that if keys too long – cookie integration don’t work. Keys with length 32 chars — still work, but keys with length 64 chars don’t work at all.

    May be this will helpful for somebody.

    #87030
    chrishajer
    Participant

    I have no idea what happens after you submit this form.

    https://bbpress.org/plugins/forum/requests

    I am guessing there is someone at automattic that approves WordPress plugins, and maybe looks at bbPress plugins as well. I know on the WordPress side it wasn’t always transparent. With less volume at bbPress, I imagine it’s even LESS transparent.

    #57480
    cnc
    Member

    @ vilimaunula….. where did you include this code? in which file? in which line?

    <?php if ($forumpage == TRUE) {

    bb_title();

    echo ” :.: AKN&I”;

    } else …

    to add the forum feed:

    <?php if ($forumpage == TRUE) bb_feed_head(); ?>

    and are you sure this code is right.. for getting bbpress title?

    Thanks,

    cNc

    #87052
    gerikg
    Member

    @mr_pelle, no cNc is just calling the WP one <?php global $is_bb; $is_bb = true;<b> get_header();</b>?>.

    The solution would be calling the bbPress one bb_get_header() and bb_get_footer() and adjusting the header.php & footer.php in the bbpress theme to closely match the one in the WordPress one.

    #87050
    gerikg
    Member

    1) That is your header.php and footer.php file in your bbPress theme but you’re NOT using them. You’re using your WordPress theme’s header.php & footer.php. I did a view source on your site and the first two lines after body is:

    <body> <div id="header"> <div id="logo">

    If you were pulling what you pasted before it should of been:

    <body id="xxx"><div id="wrapper"><div id="header" role="banner">

    So you’re not pulling bb_head() & do_action(‘bb_foot’)

    #86964
    Xevo
    Participant

    Arguments, stuff you want to do with the function. It’s used all over wordpress/bbpress.

    Looked it up in a PHPXref and found that ‘exclude=7,8’ should work, try removing the $page and see what happens.

    #87012
    Xevo
    Participant

    Awesome just what I need, have my bbpress integrated into wordpress + buddypress, so would like to test it for you. Could you send it to me?

    xevodesign[]gmail.com

    #86868
    Xevo
    Participant

    @ wlanguide

    Wordpress 3.0 beta is out already. Working on that release.

    Thanks for the help guys, just installed it on a clean install and followed all the steps in the tutorial mentioned above made it a succes. Setting topic to solved.

    #86867
    wlanguide
    Member

    So, wordpress 3.0 is to be released? Good news!!

    #86866
    Xevo
    Participant

    @ Gautam

    Will try that tutorial and follow it to the letter with a clean install later.

    @ GerikG

    First thing I tried, no luck.

    @ Kevin Muldoon

    My downloaded zip file only contained bb-config-sample.php. I have my folder writeable, so that not the problem either. I haven’t deinstalled buddypress yet, will try integrating bbpress with a clean install later. And to remind you, I’m trying to intergrate it with 3.0, not with 2.9.2.

    If anyone else has a solution, please let me know.

    #86140

    I’m always wary of website with premium themes that refuse to show screen shots or link to a demo; or that are selling them from a website thats just a rushed out wordpress install (complete with the “Hello World!” blog post still being the only one there).

    I’m not doubting the validity of the theme or it’s value, it may be awesome and totally worth the money, it’s just I’d rather see the theme itself than a text based flash movie telling me that it’s great.

Viewing 25 results - 18,676 through 18,700 (of 26,882 total)
Skip to toolbar