Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 16,876 through 16,900 (of 26,846 total)
  • Author
    Search Results
  • #103786

    They can be installed in the same database.

    Just like WordPress, bbPress has its own theme functionality so you will have the same looking site if you have a similar theme for both of them or you can customize the bbPress theme to match your WordPress one by deep integration – http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/

    Read about pros/cons of deep integration too – http://blog.ashfame.com/2010/02/bbpress-deep-integration-advantages-disadvantages/

    #36899
    PurdueGuy
    Member

    I have an existing WordPress site, and started looking into adding bbPress to it. I see that they can be integrated, but am unclear on whether the bbPress needs its own domain for installation. Will the WordPress and bbPress site be like two interlinked sites, or more like one site?

    #36898

    I installed everything as per instructions and much help from various sources.

    It all seemed to work for a moment, but then I logged out and back in to make sure it was all okay, but once I logged in the ADMIN link was gone and I cannot figure out how to get back to the admin section to access the settings and stuff.

    Does anyone have any ideas?

    #94793
    Willabee
    Member

    Use wordpress function query_posts().

    Then give it the parameters of author_name and post_type.

    @ Gautam/JJJ

    Any major updates planned soon? Want to launch a site with this plugin end of the month, so would like it if I can build in the latest and greatest. Keep it up. ^^

    #36777
    FrankR
    Member

    I have a big main section on my website and I would like for the entire bbPress program to reside there and look and act like it does as a freestanding, or as best it can.

    I can easily do this with WordPress but this is much different. For thing, it seems that there can only be one stylesheet, so I have to copy bbPress’s stylesheet and paste it into mine and name it style.css. then rename the divs with the same names.

    This is what I want it to be:

    <My website>

    <my header></close my header>

    <my navigation></close my navigation>

    <my mainsection or column is 900px wide>

    <<< Here will go the entire bbPress program >>>

    </close my mainsection or column>

    </close My website>

    Here’s how I have the header.php:

    <<<<—- Start of header.php —->>>>

    <?php

    $_head_profile_attr = ”;

    if ( bb_is_profile() ) {

    global $self;

    if ( !$self ) {

    $_head_profile_attr = ‘ profile=”http://www.w3.org/2006/03/hcard”&#8216;;

    }

    }

    ?>

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”&gt;

    <html xmlns=”http://www.w3.org/1999/xhtml”&lt;?php bb_language_attributes( ‘1.1’ ); ?>>

    <head<?php echo $_head_profile_attr; ?>>

    <meta http-equiv=”X-UA-Compatible” content=”IE=8″ />

    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />

    <title><?php bb_title() ?></title>

    <link rel=’stylesheet’ href=’style.css’ type=’text/css’ charset=’utf-8′ />

    <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; ?>

    <?php bb_feed_head(); ?>

    <?php bb_head(); ?>

    </head>

    <body>

    <!–Begin top of My Website–>

    <div id=’al_wrapper’>

    <div id=’al_sub_wrapper’>

    <div id=’al_head’>

    <h1>Title</h1>

    <h4>Tag Line</h4>

    </div>

    <div id=’pagetitle’>

    <div id=’bread’>You are here: Home » This Page</div>

    </div>

    <div id=’al_both’>

    <div id=’my_right’>

    <div id=’inside_my_right’>

    <h2 class=’myright’>This Page</h2>

    <!–End top of My Website–>

    <body id=”<?php bb_location(); ?>”>

    <div id=”wrapper”>

    <div id=”header” role=”banner”>

    <h1>“><?php bb_option(‘name’); ?></h1>

    <?php if ( bb_get_option(‘description’) ) : ?><p class=”description”><?php bb_option(‘description’); ?></p><?php endif; ?>

    <?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>

    <div class=”search”><?php search_form(); ?></div>

    </div>

    <div id=”main”>

    <?php if ( bb_is_profile() ) profile_menu(); ?>

    <<<<—- End of header.php —->>>>

    <<<<—- Start of footer.php —->>>>

    </div>

    </div>

    <div id=”footer” role=”contentinfo”>

    </body>

    </div>

    <?php do_action(‘bb_foot’); ?>

    <!–Beging of My Website footer–>

    </div>

    </div>

    </div><!–end both–>

    <div class=’spacer_20′></div>

    <div id=’al_footer’>

    Content copyright 2010. Mywebsite.com – All rights reserved.

    Home  · 

    Privacy Policy  · 

    Terms of Use  · 

    Contact Me

    </div>

    </div><!–end al_subwrapper–>

    </div><!–end al_wrapper–>

    <!–End My Website footer–>

    </body>

    </html>

    <<<<—- End of footer.php —->>>>

    Using this, the look of my website is OK but the bbPress is all jumbled up and not right. Any help would be appreciated.

    #65268
    leonehal
    Member

    I have same problem as people said before.

    Sonika says clear cookies but it will work only people who know that but common people can not do this.

    I try lot of things.

    Like change in sidebar.php & comments.php in

    /public_html/wpress/wp-content/themes

    whatever theme is…….to wp log out.

    It does not solve my problem.

    I think it is bug in WP or clear cookies some how.

    Please reply me if anyone has solution.

    #94783
    justin54
    Member

    I’m working on a site and have been trying to implement bbPress into my WordPress theme with no luck. Do you think I should wait for this plugin? If I do go ahead and use bbPress, will the bbPress posts be easy to integrate into the plugin?

    #94781
    Willabee
    Member

    @ alanchrishughes

    Both are wrong. BuddyPress already allows ways for adressing the entire site in multiple ways. And bbPress already has a profile (which is the basic wordpress user profile). This can be heavily extended with the help of some coding/plugins (other then buddypress).

    So again, there’s no real reason for them to “join” in any kind of way. But seeing as both of the plugins are from automattic, I see them intergrating them into each other in some sort of way. Just like akismet.

    Edit: BuddyPress also already has a built in forum.

    #94776

    The bbPress plugin will use the existing WordPress user account, with nothing extra needed.

    BuddyPress integration will be extremely easy, although BuddyPress will need a few small changes to help it along. :)

    #36697
    amxcld9
    Member

    How do I ad a link back my main WordPress page?

    I want it at the top to the right of the login link.

    Any ideas?

    Thanks,

    I’m using latest versions as of Dec 2010

    #96951
    Willabee
    Member

    Could’ve better waited for the bbPress plugin, but m’kay.

    #102051
    Willabee
    Member

    Could’ve better waited for the bbPress plugin, but m’kay.

    #94762
    Malfunction
    Member

    Is there anything a moderate PHP programmer / designer can do to help? Testing, coding?

    Looking forward to see this plugin developed. Could use a proper forum plugin that integrates well with WordPress itself.

    #64230
    onzevil
    Member

    Bloodcurdling

    #64228

    Lots of topics back from the dead lately.

    #64227
    zaerl
    Participant

    Posted 2 years ago #

    #64226
    andreao
    Member

    what code? I get the same error.

    #36657

    Topic: Don't Undersand

    in forum Installation
    ONEWAY
    Member

    1.) how do i manage the discussions from buddypress???

    2.) why is there no plugin in plugin directory of wordpress?

    3.) if i want to have old style bbpress on my site – without groups do i need to install bbpress in addition to buddyperss.

    4.) why did they change the design of bbpress and make it look like buddypress?? I think someone with better eyesight then old bbpress designers is making this and buddypress.

    thanks for the help!!!

    #96947

    Thanks for sharing information…

    #102047

    Thanks for sharing information…

    #36648
    julesmoretti
    Member

    Even though having installed both properly. Having in bbpress set up correctly the wordpress integration settings as well as in buddypress having setup the forum to the bbpress.

    When I log into buddypress, and then click on my forum tab that points to the bbpress forums I set up. a user has to log in again! Is there a way that when I log in through the buddypress side the bbpress also gets logged in also?

    Thank you for your help!

    Best

    Jules

    #36644
    hamma
    Member

    I have an installation of bbPress 1.0.2 fully & successfully integrated into WordPress 3.0.1 with no known issues.

    I’ve uploaded/FTP’d 4 different themes into my ‘my-templates’ folder, and I can see them now on my Admin Dashboard/Appearance panel, however, none of them work. I’ve checked and rechecked my folder & file permissions; set to 755 & 644 respectively.

    Also, in the appearance panel, none of them show their screenshots (if thats even important) like the kakumei themes do.

    Any ideas?

    #98196
    Willabee
    Member

    Your not an admin anymore, is your bbpress linked with a WordPress install?

    Edit: Perhaps the old installs of bbpress didnt have the Keymaster role?

    #103296
    Willabee
    Member

    Your not an admin anymore, is your bbpress linked with a WordPress install?

    Edit: Perhaps the old installs of bbpress didnt have the Keymaster role?

    #98503
    yehgdotnet
    Member

    We learnt bbpress is somewhat linked with wordpress.

    However, according to our testing result on wp latest version, it is certainly not vulnerable to this issue.

Viewing 25 results - 16,876 through 16,900 (of 26,846 total)
Skip to toolbar