Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 48,476 through 48,500 (of 64,471 total)
  • Author
    Search Results
  • #79566
    AphelionZ
    Participant

    Ok, so I was mistaken – its a 200 response with either wp-load or wp-blog-header and the fatal error from the logs is:

    Fatal error: Cannot redeclare class BPDB in /Users/mrh/Sites/irrational.dev/community/bb-includes/backpress/class.bpdb.php on line 39

    #79539
    KillerSneak
    Member

    would be the best way to take the default WP theme -> and add the BBpress needed functions into it? (and add a few files from the BBpress needed theme) ?

    This is the only bad thing about Wp and BBp integration isn’t as smooth as it should be, and the DEV should have had Wp / BBp compatibility #1 .. At the moment they depend to much on community work.

    #79531
    chrishajer
    Participant

    There is no sidebar.php in bbPress. You need to create that PHP file and then include it.

    #79565
    chrishajer
    Participant

    One thing I question but suspect is not related to this problem is: shouldn’t you be including wp-load.php instead of wp-blog-header.php?

    First pass at a fix for “deep” integration in trunk

    You can search these forums for both wp-load.php and wp-blog-header.php to see which one should be included.

    But, you’re only getting a 404 in the Apache error logs? What page is being logged as a 404?

    Do you have access to PHP error logs? The blank screen is probably a 500 error, so looking at PHP errors will allow you to see what’s causing that.

    #79538

    You just answer that yourself – CSS

    The most effective way is to match the xhtml markup and the css both on WP theme & bbPress

    #79555
    chrishajer
    Participant

    You said ‘change the database name’ – did you create another database to install bbPress into? There’s no need for that, but I am curious if that’s what you did.

    It’s a pretty simple error – one of your connection details is incorrect. Maybe you need another set of eyes to look at it. Or, if it’s a local install, maybe you can look at MySQL errors to see what’s being logged.

    #79571

    Slap /bb-admin to the end of your forum URL.

    So if your forum is at https://bbpress.org/forums then your admin’s at https://bbpress.org/forums/bb-admin/ :)

    #31829
    #31828
    AphelionZ
    Participant

    I’m trying to get the wordpress functions inside of bbPress and vice versa, and therefore get the buddypress functions into bbPress as well. I tried the method described here: http://labs.b5media.com/blog/creating-the-anypress-solution/ but to no avail. In short, it involves adding this code to the bottom of my bb-config.php file:

    // Include WordPress functionality
    $currDir = dirname(getcwd());
    // Make sure this isn't install or admin (go up if it is)
    if(!file_exists("$currDir/wp-blog-header.php"))
    $currDir = dirname($currDir);

    if(!file_exists("$currDir/wp-blog-header.php"))
    die("Cannot find WordPress integration files.");

    error_reporting(E_ALL);
    require_once("$currDir/wp-blog-header.php");

    The only clues I have from my error logs are a 404 error and a white screen of death when I try to access my forum root, which is at /community. Also, my rewrite log is here: http://pastebin.ca/1572291

    Please note that im using an external install of bbPress intentionally because I need the forums to be centrally located and somewhat separate from my blog. Any insight or help would be greatly appreciated!

    #31827

    Topic: First Poster

    in forum Troubleshooting

    Hello,

    i would like to add the “first poster” column to my kakumei template.

    I found three threads dedicated to this subject, but i cant put them together:

    http://bbpress.org/forums/topic/post-author-name

    http://bbpress.org/forums/topic/show-post-author-next-to-last-poster

    http://trac.bbpress.org/ticket/201

    Is it true i ONLY have to modify my forum.php and frontpage.php in my templates folder?

    I tried following some directions, but it only added the author to ONE line, so i am pretty sure i am doing something wrong.

    Any advice?

    Thanks.

    #79530
    InvTrdr
    Member

    Where do I find the sidebar.php file/code for bbPress and the includes?

    Thank you.

    #31826
    angelamaria
    Member

    Hello,

    I’m planning to using bbPress on a WP site/blog I am currently working on, on my local. WordPress is up and running already, a relatively clean install save for a couple of themes, and some entries. No plugins yet. I download bbPress, upload it underneath my WP root directory (where the blog is), change config to match WP config (for my local it’s just changing out the database name; I have a username/password account set up already for each of test installs), and try to install. I get:

    DB Error: cannot select

    …on all pages. I’ve looked at both bb-config and wp-config and the database values are identical, except for the suffix variable naturally. I’ve checked the database, only wp_* tables are there. I am using a fresh bbPress download.

    Just for completeness’ sake (comments removed for brevity):

    bb-config.php excerpt:

    /** The name of the database for bbPress */

    define('DB_NAME', 'pugad-lawin');

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘username’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ‘password’ );

    /** MySQL hostname */

    define( ‘BBDB_HOST’, ‘localhost’ );

    /** Database Charset to use in creating database tables. */

    define( ‘BBDB_CHARSET’, ‘utf8’ );

    /** The Database Collate type. Don’t change this if in doubt. */

    define( ‘BBDB_COLLATE’, ” );

    /** snip snip **/

    /**

    * bbPress Database Table prefix.

    *

    * You can have multiple installations in one database if you give each a unique

    * prefix. Only numbers, letters, and underscores please!

    */

    $bb_table_prefix = ‘bb_’;

    wp-config.php excerpt:

    /** The name of the database for WordPress */

    define('DB_NAME', 'pugad-lawin');

    /** MySQL database username */

    define(‘DB_USER’, ‘username’);

    /** MySQL database password */

    define(‘DB_PASSWORD’, ‘password’);

    /** MySQL hostname */

    define(‘DB_HOST’, ‘localhost’);

    /** Database Charset to use in creating database tables. */

    define(‘DB_CHARSET’, ‘utf8’);

    /** The Database Collate type. Don’t change this if in doubt. */

    define(‘DB_COLLATE’, ”);

    /** snip snip **/

    /**

    * WordPress Database Table prefix.

    *

    * You can have multiple installations in one database if you give each a unique

    * prefix. Only numbers, letters, and underscores please!

    */

    $table_prefix = ‘wp_’;

    Again, I have a username/password user setup on my local MySQL database for testing purposes, so yes, it is expected that those will be staying the same.

    Any info on this would be great. Thanks!

    #31825
    johnhiler
    Member

    Ashfame tracked down this post that mentions our fearless leader:

    What is the future of bbPress? Through the grapevine, I’ve discovered that Sam Bauers no longer works for Automattic but he is still involved with the bbPress project. How much he is involved I don’t know. It’s interesting to me because I’ve always attributed bbPress as Sam’s project but in reality, Matt Mullenweg wrote bbPress in the time span of a weekend and then handed off the project to someone else to maintain.

    So if Sam is not the lead project developer, who is?

    http://www.wptavern.com/forum/bbpress/860-future-bbpress-undecided.html

    The clincher is that Sam is no longer listed on the automattic team page (although earlier versions of that page on archive.org show him there) : http://automattic.com/about/

    So for whatever reason, it sounds like Sam has possibly moved on professionally?

    Sam, if that’s the case – I just want to thank you for all of your hard work! You’ve been a real gift to the bbPress community, and we greatly appreciate your hard work and dedication.

    If that’s not the case, I hope you’re having a relaxing few weeks off. :-)

    #79528
    InvTrdr
    Member

    Thanks guys. Will try out the above and give you an update.

    #79537

    One has to manage it by getting page_topics from the meta table and then manipulate your php code.

    @Kawauso

    I think using $wpdb & $bbdb should sanitize by them self but reading the page on codex it looks like that we need to do that explicitly. I am a lil confused. Can you please clarify?

    #31824

    We have just finished the Romanian translation for version 1.0.2

    Info in Romanian about the translation and how to install it can be found at: http://www.reflectionmedia.ro/2009/09/bbpress-in-limba-romana/

    The actual translation files, both .po and .mo, can be found at: http://www.reflectionmedia.ro/download/bb102.zip

    #79515
    johnhiler
    Member

    Have you enabled your XML-RPC?

    Try the tips here:

    https://bbpress.org/forums/topic/cant-post-to-forums

    #31818
    middlepath
    Member

    ‘there was an error posting this topic’ error is showing when a topic gets posted. its integrated wpmu / buddypress / bbpress.

    can someone help me out here with this, will highly appreciate it.

    middlepath

    Thanks ! I forgot that I should check out the codex for that.

    #79536

    ah.. found it page_topics under bb_meta

    #79535

    How can I get the value the user has set for pagination under the reading settings?

    #31822

    How can I get to know the page number of a post? How does bbPress manage pagination?

    #79439

    In reply to: bbPress Codex – lolz

    #79527
    johnhiler
    Member

    Ah ok, yah mini-stats is a great dashboard plugin which lets you know how many users you have… how many posts and topics they’re creating… and other key metrics like that.

    I check it almost every day, and couldn’t run my sites without it… I find it to be one of the most useful plugins out there, if you’re managing a site for growth. :-)

Viewing 25 results - 48,476 through 48,500 (of 64,471 total)
Skip to toolbar