Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 57,201 through 57,225 (of 64,063 total)
  • Author
    Search Results
  • #64445

    In reply to: Sidebar

    chrishajer
    Participant

    You are looking for integration then, to include WordPress bits in your bbPress.

    If you search this forum for integration or view topics tagged integration, you will find lots of integration advice. Here’s a good thread (started a while ago so some of the advice may not apply).

    #64418
    fokjulle
    Member

    Here is config.php:

    <?php

    // ** MySQL settings ** //

    define(‘BBDB_NAME’, ‘*********’); // The name of the database

    define(‘BBDB_USER’, ‘********’); // Your MySQL username

    define(‘BBDB_PASSWORD’, ‘*********’); // …and password

    define(‘BBDB_HOST’, ‘**********’); // 99% chance you won’t need to change these last few

    define(‘BBDB_CHARSET’, ‘utf8’); // If you are *upgrading*, and your old bb-config.php does

    define(‘BBDB_COLLATE’, ”);

    define(‘BB_LANG’, ”); // not have these two contstants in them, DO NOT define them

    // If you are installing for the first time, leave them here

    // Change BB_SECRET_KEY to a unique phrase. You won’t have to remember it later,

    // so make it long and complicated. You can visit https://www.grc.com/passwords.htm

    // to get a phrase generated for you, or just make something up.

    // If you are integrating logins with WordPress, you will need to match the value

    // of the “SECRET_KEY” in the WordPress file wp-config.php

    define(‘BB_SECRET_KEY’, ”); // Change this to a unique phrase.

    // If you are running multiple bbPress installations in a single database,

    // you will probably want to change this.

    $bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!

    // Change this to localize bbPress. A corresponding MO file for the

    // chosen language must be installed to bb-includes/languages.

    // For example, install de.mo to bb-includes/languages and set BB_LANG to ‘de’

    // to enable German language support.

    define(‘BB_LANG’, ”);

    /* Stop editing */

    if ( !defined(‘BB_PATH’) )

    define(‘BB_PATH’, dirname(__FILE__) . ‘/’ );

    require_once( BB_PATH . ‘bb-settings.php’ );

    ?>

    Yes, I use PHPMyAdmin…

    #64417
    chrishajer
    Participant

    Maybe the database you used for WordPress has a different collation, but WordPress didn’t care about the difference where bbPress does care and gives you an error?

    Do you have access to the database with something like phpMyAdmin?

    #64009
    Sam Bauers
    Participant

    New WordPress MU 1.5 release candidate is now out:

    http://ocaoimh.ie/2008/04/19/wordpress-mu-15-rc1/

    #3237
    Beer
    Member

    Who are the bbpress designers that you know of that can convert a template I choose into a bbpress design? Thanks in advance.

    #64442
    chrishajer
    Participant

    To make bbPress look like your WordPress theme, you are going to have to do some XHTML and CSS work with a new template for your bbPress forum. It doesn’t sound like you will need user integration, so you can skip that part of the installation/integration, but will will need to either include WordPress in bbPress to get access to your WordPress header and foot or manually add those items to your bbPress template.

    If you search this forum for integration or view topics tagged integration, you will find lots of integration advice. Here’s a good thread (started a while ago so some of the advice may not apply):

    There are also a couple WordPress forum plugins:

    http://www.stuff.yellowswordfish.com/simple-forum/

    http://www.xdweb.net/wordpress/xdforum2/

    (might not work anymore with WordPress 2.5)

    Never tried either of those but they might be options instead of creating your own theme to make bbPress look like your WordPress installation.

    #63042
    chrishajer
    Participant

    Courtesy of _ck_ http://ckon.wordpress.com/2007/07/12/bbpress-plugin-bb-tweaks/

    <?php
    /*
    Plugin Name: Target Blank
    Description: append target="_blank" to all links
    Plugin URI: http://ckon.wordpress.com/2007/07/12/bbpress-plugin-bb-tweaks/
    Author: _ck_
    Version: 0.04
    */
    //add target=_blank to post links
    function bb_target_blank( $text ) {
    $text = preg_replace('|<a (.+?)>|i', '<a $1 target="_blank">', $text);
    return $text;
    }
    add_filter('pre_post', 'bb_target_blank');
    ?>

    #3236

    Topic: Sidebar

    in forum Themes
    nick212004
    Member

    How do I add a sidebar into a forum for bbpress?

    #3235
    antonioperez
    Member

    Hello everyone. I am attempting to incorporate bbpress into my current wordpress site at http://www.atriskstoriesofhope.com/wordpress. I don’t want bbpress and wordpress to share any user data as the wordpress site will only be available to members who pay for the service. In short, the bbpress forum will be a kind of online mentoring tool. What I want to is to basically embed bbpress into my wordpress so that when someone navigates threw the site, it will appear as a smooth transitition.

    Thanks

    #3234

    Topic: Where is ThemePress?

    in forum Themes
    alakhnor
    Member

    Does anyone know where I can still download ThemePress?

    Or is there any similar theme for bbPress 0.9?

    #64344

    In reply to: IE: error on page.

    timskii
    Member
    #64343

    In reply to: IE: error on page.

    chrishajer
    Participant

    When I was not logged in, no errors. When logged in, I see a Javascript error:

    Error: favoritesToggle[1 === isFav ? "removeClass" : "addClass"] is not a function
    Source File: http://trashmedia.co.za/forums/bb-includes/js/topic-js.php?ver=20080401
    Line: 55

     

    I have a 0.9.0.1 installation and I checked there and I have the same exact same error.

    It looked like the error was related to favorites, so I figured I would mark something as a favorite and see if the error would go away, but it didn’t.

    There is already a ticket filed for this problem with a solution posted there as well:

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

    #59412
    citizenkeith
    Participant

    I use this little plugin and my users love it. However, it stops working when using _ck_’s “Change Number of Front Page Topics” plugin.

    How to restrict number of Latest Discussions on front page

    Not sure which one is causing the problem, but thought it would be worth posting here, in case somebody wants to troubleshoot it.

    #3233

    Topic: Categories in 0.901?

    in forum Plugins
    eyal8r
    Member

    I see some threads of integrating/patching earlier version of bbpress to accommodate Categories for forums. However- that was for version of 0.8xxx. I have version 0.901 and want to group my forums into categories. How do I do this? I’m shocked that this isn’t part of the standard install…

    #3211
    fokjulle
    Member

    I’m testing my new BBPress installation; I created a second – “normal” – user account for me, and am posting things to test everything. I noticed that, in Firefox, so far so good. However, I noticed something in IE: when I am not logged in, everything loads fine. But once I’m logged in (as a “normal” member), and navigate to various threads, the page loads, but with “errors” (as seen at the bottom of IE’s status bar). The CSS seems to mess up slightly, but otherwise everything loads correctly.

    If I click on the report, it says that the “object doesn’t support this property or method”, on line 56, character 2.

    Why is this, and how do I fix it?

    #62225
    _ck_
    Participant

    An early beta is now available for review:

    https://bbpress.org/plugins/topic/bb-attachments/

    #64110
    _ck_
    Participant

    An early beta is now available for review:

    https://bbpress.org/plugins/topic/bb-attachments/

    #62511
    _ck_
    Participant

    An early beta is now available for review:

    https://bbpress.org/plugins/topic/bb-attachments/

    #3231
    fokjulle
    Member

    What is this, and how do I fix it?

    **************

    bbPress database error: [Illegal mix of collations (utf8_general_ci,COERCIBLE) and (latin1_swedish_ci,IMPLICIT) for operation ‘find_in_set’]

    SELECT user_id, meta_value FROM bb_usermeta WHERE meta_key = ‘favorites’ and FIND_IN_SET(‘3’, meta_value) > 0

    Warning: Cannot modify header information – headers already sent by (output started at /usr/www/users/trashm/forums/bb-includes/db-mysql.php:106) in /usr/www/users/trashm/forums/bb-includes/pluggable.php on line 224

    #64158
    refueled
    Member

    I’ve updated this theme. If you’ve been having registration issues, please download it again and replace the following files:

    login-form.php

    register.php

    register-success.php

    #64406
    chrishajer
    Participant

    I think you would probably want to edit the template files to include those blocks of code from your static page into bbPress, not the other way around. bbPress needs to do its thing, but you can edit the template files and include the sidebar and header into the bbPress pages.

    #3228
    freewaregeek
    Member

    Hi everyone, i want to know if is possible to integrate bbPress into static HTML webpage, if yes how ? Thanks in advance. To see an example :

    This is my site :

    http://freewaregeeks.com/

    This is what i’m trying to do :

    http://www.imagebin.eu/pics/6a0285a7c31bf34bd8522cae809fa74f.png

    #64403
    Sam Bauers
    Participant

    Feeds access the database just the same as page views, so there should be no delay in new posts/topics showing up in the feeds from bbPress.

    I don’t know how often RSS forward or similar services grab those feeds though.

    #3226
    jaydedman
    Member

    We came up with a hack for email notifications: http://showinabox.tv/forum so people can get an email when someone posts to a thread they are following.

    We are using RSS Forward.

    But it seems that our bbPress feed updates itself very slowly.

    Anyone know how often feeds refresh by default?

    #64369
    Ryan
    Participant

    You’re right, it’s the new user notification plugin that I had forgotten about downloading.

Viewing 25 results - 57,201 through 57,225 (of 64,063 total)
Skip to toolbar