Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 52,326 through 52,350 (of 64,428 total)
  • Author
    Search Results
  • #72964
    bruinfelix
    Member

    Currently i’am working on a own BuddyPress theme, based on the original theme provided by the BuddyPress developers. And yes, it will include a matching bbPress theme ;)

    http://wordpress-blog.nl

    #72688
    Johanhorak
    Member

    Hi mypop I followed your advice on buddypress. Thanks it all worked. Before I had mu 2.7 and I could unlock discussions and then allow it again. This created the forum etc. But when I upgraded to WPMU branch 2.7.1r1715, all else as you have it, I could not follow the procedure. The only way was to delete the group and re-create it.

    I am with Hostgator on a shared server.

    My issue now is to find why my logins are not shared.

    Gone of searching…

    #72837
    _ck_
    Participant
    #72914
    Sam Bauers
    Participant

    Setup should not be any different to the case where they are on the same server besides the obvious need to change the URLs in the admin area of BuddyPress/WPMU.

    You will have issues if you can’t somehow share the same user database from these servers though or at least somehow replicate that data reliably to the bbPress server.

    #5155
    alehawk
    Member

    Hi!

    I normally use VBulleting forum, several of my sites runs it but I algo use wordpress in some sites and for a new one I was looking for something in the middle betweeen forum and blog and I thing I got it with bbpress.

    I know it isnt like WordPress but I like it.

    To the point, in VBulletin I got a automatic thread tagger, it will add tags automatically to the posts, it works just fine, you can exclude words like TO, FOR, THE, etc.

    I guess something like that is missing here. I dont know how to code it.

    Tnx!

    #72948
    _ck_
    Participant
    #5153
    Nate
    Participant

    So, I get to be a newbie (it’s been a while …)

    The problem: I did the integration, but in the bbAdmin area (where you determine the User Values), I merged the administrator of WordPress (uh, me), somehow, with a value that doesn’t have access to the ‘Settings’ link within bbPress.

    Not sure how I did it, or how to fix it. But while I seem to be recognized as the ‘admin’ on bbPress, the ‘Settings’ tab is no longer visible.

    Help!

    Thanks guys,

    Nate

    #72927

    In reply to: Talkpress?? VIP?

    _ck_
    Participant
    #72939

    Still got them.

    I’m not a php newbie.

    Not an expert, but in a comfortable place in the middle :D

    I think I’ve pretty much got over all the bugs in the system.

    If anyone wants my style of integration – this is what I did:

    Installed bbPress in root/forums/

    in header.php of forum template put the following before everything else:

    <?php include('../lib/includes/header.php');//Website template ?>

    in header.php of your own website:

    $forumexplode = explode('/', $_SERVER);

    if($forumexplode == "forums")

    {

    bb_feed_head();

    ?>

    #You can also put in here you own, relative path style sheets from the main website.

    <link rel="stylesheet" href="<?php bb_stylesheet_uri(); ?>" type="text/css" />

    <?php if('rtl' == bb_get_option('text_direction')) : ?>

    <link rel="stylesheet" href="<?php bb_stylesheet_uri( 'rtl' ); ?>" type="text/css" />

    <?php endif;

    bb_head();

    }

    else

    {

    ?>

    Anything you want to load from normal relative path (if not forums)

    <?php

    }

    ?>

    </head>

    <body id="<?php ($forumexplode == "forums" ? bb_location() : ""); ?>">

    in footer.php of forum template put the following after everything else:

    <?php include('../lib/includes/footer.php');//Website template ?>

    I also prefixed all the forum template’s XHTML id tags with forum_ so they won’t mess with my website’s structure.

    After you’ve done all that, you’re free to style your forum via the css file in the templates directory like you would normally, as well as the structure via the other files.

    And your website, via your own stylesheets.

    Or you can load everything from either stylesheet as long as you remember to load them from their relative path in the header.

    Hope this helps someone ;P

    Peace everyone, hope bbPress will release a version soon which will be easier to integrate.

    Because my system doesn’t really allow for easy user authentication integration on the rest of the website. Can be circumvented via regular user auth integration but that’s more work.

    SMF (Simple Machines Forum) has ssi.php file which you just load into any page and everything is integrated right there and then. Maybe in future versions?

    Me.

    #5152
    Vizworld
    Member

    I’ve just setup BBPress and integrated it with my WordPRess blog (www.vizworld.com and vizworld.com/forum ). The integration worked perfectly.

    However, I find myself today unable to access the Admin area. I could get in yesterday by doing the recommended logout/purge cookies/login , but Today every time I click “Admin” it just bounced back to the main forum page.

    Any help would be appreciated.

    #72937

    Problem was, I declared a variable by the name of $forum which overwrote a native variable in the system.

    My mistake people. Sorry to waste _ck_’s time.

    _ck_ – what do you think about my integration? I’m cheating because I’m not integrating the forum into the website, but the website’s header and footer into the template of bbPress.

    Do you see any major setbacks to this cheat?

    Because integrating bbPress into my website will take me days.

    I’ll appreciate your opinion on the matter,

    Me.

    #72940
    _ck_
    Participant
    #5151
    esemar
    Member

    Hi,

    I need to import forum data from an unknown forum system. Is there a data tree for bbpress out there somewhere, and is there a way to import xml forum data into bbpress?

    Thanks-

    Scot

    #72909
    johanh
    Member

    Even with these errors my bbpress is working and all my users on MU were integrated with bbpress. Thanks for all your suggestions and advice and especially to my new friends above and @mypop

    #3695

    Topic: bbSync

    in forum Plugins
    mattpeckham
    Member

    Does anyone know if bbSync is working properly with bbPress these days?

    #72935
    zeronix
    Member

    I tried to include my Header.php content (some codes of it) to my bbpress header.php but always got trouble with the scripts.

    It seems the codes are different and wont work together.

    Maybe someone can help us because i am a beginner too.

    Maybe there´s a way to create a new Page in WP and include bbPress there?

    I hope so.

    #65710

    In reply to: Intergrating the theme

    zeronix
    Member

    Is there a wayy to get this Tool you talked about in your Tutorial?

    I´d also love to integrate my WP theme to my forum but the link you posted is down :(

    PS:

    I run WPmu and the latest bbPress release

    I hope this tool will work with it (if you could send me).

    Best regards, Sebastian

    #5149
    martines
    Member

    Hi!

    Can somebody help with easy explanaition how to WordPress header get into bbpress forum.

    Thanke!

    #72933
    _ck_
    Participant

    Here’s what you should have read before posting this question:

    https://bbpress.org/forums/tags/10

    Not sure what your rush is for alpha 7 unless you aren’t using any of my plugins.

    I will not be supporting 1.0 any further until it is final release which may not happen this year. You should only be using 0.9 on live sites, it’s very stable.

    #5147
    grassrootspa
    Member

    I love you guys, but will Alpha 7 be out anytime soon?

    It’s been around January or so since the last beta.

    Realistically speaking, will we see the Beta version in a month or so, or more like a half a year or more???

    I’m really excited about bbPress and can’t wait to utilize a stable version on a live site.

    #72687
    chrishajer
    Participant

    Sounds like port 111 (RPC) is disabled on your host. Have you tried contacting them?

    #72918
    agitainment
    Member

    Thanks, _ck_. I appreciate the feedback.

    By the way, I’m running several of your plugins, including Human Test, bbCode, Subscribe to Topic and more.

    For anyone wanting to extend your bbPress site, I suggest looking first at _ck_’s plugins under the Extend tab. Really great stuff.

    mypop
    Member

    I’m planning (/ trying !!**!!) to run WPMU branch 2.7.1r1715, bbPress 1.0-Alpha-6, latest BuddyPress, r1324.

    My Hosting provider won’t allow RPC calls on the same server, so I have to mount bbPress on a different domain and server.

    Will it work?

    Assuming, it will:

    Is it better to put bbPress in the root, or in a folder (usually root/forums )?

    What (apart from the cookie hash) are the issues that I’m going to face?

    How would I configure the cookies?

    #72903
    mypop
    Member

    Usually if you delete the bb-config.php file, and then go to you main forum directory, it will go through the install process again and create you a new admin login without deleting the existing tables.

    If you were using integration and hadn’t set up the correct user as keymaster, and your keymaster still exists, it is likely that you are looking at the wrong user tables. (wp_user vs bb_user)

    If you are trying to integrate with buddypress / wpmu, then deleting the bb-config.php

    and following the https://trac.buddypress.org/browser/trunk/bp-forums/installation-readme.txt

    file will get you up and running with user sharing.

    To do the integration you MUST be running the latest WPMU 2.7.1 branahc and BuddyPress trunk and NOTHING more that 1.0 Alpha 6 of bbPress – see here: https://buddypress.org/forums/topic.php?id=471

    After that, you’ve got the usual cookie integration to do if you want to, see here:

    http://umwblogs.org/wiki/index.php/Integrating_WPMu%2C_BuddyPress%2C_and_bbPress

    Having been round this loop many times, I know how frustrating it can be.

    Hope that helps.

    #72599
    fazcue
    Participant

    Thanks _ck_! and thanks for your great plugins! I`m using some of them.

    fernandot: gracias! Me llevo buen tiempo, y aún lo sigo laburando de a poco. Buen blog ayudawordpress… he estado por ahi varias veces. Si tienes alguna pregunta sobre la integración, etc, no dudes en preguntar. Saludos!

Viewing 25 results - 52,326 through 52,350 (of 64,428 total)
Skip to toolbar