Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 59,676 through 59,700 (of 64,516 total)
  • Author
    Search Results
  • #2479
    kblog
    Member

    I just installed bbPress into the same database as my wordpress blog. Now I get an error when trying to use it.

    test blog: http://www.kidoinfo.com/stage/

    forum: http://www.kidoinfo.com/stage/bulletinboard/

    Maybe it’s because I don’t understand the difference in one of the setup parameters:

    “If you’ve installed bbPress into a subdirectory of your WordPress installation, define $bb->wp_home and $bb->wp_siteurl as your WordPress blog address and WordPress address”

    -I think they have the same address: http://www.kidoinfo.com/stage/

    (not this is a test version of the site that is password protected) NOTE: if it’s not possible to troubleshoot this error because the test site is behind a password, let me know and I’ll go ahead and put it in the public site, but I’d rather not until it’s all set up.

    Here’s the error I’m getting:

    You can check the settings in wp-config.php and see if they’re the same.

    Warning: Cannot modify header information – headers already sent by (output started at /home/kidoinfo/public_html/stage/bulletinboard/config.php:1) in /home/kidoinfo/public_html/stage/bulletinboard/bb-includes/pluggable.php on line 37

    Warning: Cannot modify header information – headers already sent by (output started at /home/kidoinfo/public_html/stage/bulletinboard/config.php:1) in /home/kidoinfo/public_html/stage/bulletinboard/bb-includes/pluggable.php on line 37

    Warning: Cannot modify header information – headers already sent by (output started at /home/kidoinfo/public_html/stage/bulletinboard/config.php:1) in /home/kidoinfo/public_html/stage/bulletinboard/bb-includes/pluggable.php on line 164

    and here’s the config info for WordPress blog and for bbpress:

    WordPress:

    wp-config.php

    <?php

    // ** MySQL settings ** //

    define(‘DB_NAME’, ‘kidoinfo_wrdp3’); // The name of the database

    define(‘DB_USER’, ‘kidoinfo_wrdp3’); // Your MySQL username

    define(‘DB_PASSWORD’, ‘xxxxxxxxxxxx); // …and password

    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

    // define(‘DB_CHARSET’, ‘utf8’);

    // define(‘DB_COLLATE’, ”);

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

    $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!

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

    // chosen language must be installed to wp-content/languages.

    // For example, install de.mo to wp-content/languages and set WPLANG to ‘de’

    // to enable German language support.

    define (‘WPLANG’, ”);

    bbPress:

    config.php

    You can check the settings in wp-config.php and see if they’re the same.<?php

    // ** MySQL settings ** //

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

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

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

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

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

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

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

    // Change the prefix if you want to have multiple forums in a single database.

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

    // The full URL of your bbPress install

    $bb->uri = ‘http://www.kidoinfo.com/stage/bulletinboard/&#8217;;

    // What are you going to call me?

    $bb->name = ‘Kidoinfo Bulletin Board’;

    // This must be set before you run the install script.

    $bb->admin_email = ‘douglas.itkin@gmail.com’;

    // Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks.

    $bb->mod_rewrite = ‘slugs’;

    // The number of topics that show on each page.

    $bb->page_topics = 30;

    // A user can edit a post for this many minutes after submitting.

    $bb->edit_lock = 60;

    // Your timezone offset. Example: -7 for Pacific Daylight Time.

    $bb->gmt_offset = -5;

    // 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 BBLANG to ‘de’

    // to enable German language support.

    define(‘BBLANG’, ”);

    // Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage

    // of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at

    // http://wordpress.com/api-keys/

    $bb->akismet_key = ‘xxxxxxxxxxxx’; // Example: ‘0123456789ab’

    // The rest is only useful if you are integrating bbPress with WordPress.

    // If you’re not, just leave it as it is.

    $bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;

    $bb->wp_home = ‘http://www.kidoinfo.com/stage/&#8217;; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com&#8217;

    $bb->wp_siteurl = ‘http://www.kidoinfo.com/stage/&#8217;; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com&#8217;

    /* Stop editing */

    if ( !defined(‘BBPATH’) )

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

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

    Thanks in advance for any assistance people can provide.

    #2478

    Topic: GlamRock.com

    in forum Showcase
    edwinfoo
    Member

    Would just like to share my new site with you. GlamRock.com is a community for people into Glam.

    The blog is WordPress and the forum is an integrated bbPress installation.

    I did the design and all the html stuff myself but for the the php stuff, I contracted IndianElite.com out of Calcutta to install, mod & skin both the blog & forum.

    Generally speaking, I’m quite happy with bbPress. While it was too basic straight up, the plug ins do make it more sophisticated yet easy to administer. Actually, administration is so simple and is easier to drive than notepad.

    So far, it’s working out OK. Would certainly welcome your feedback as I’m thinking about V2.

    ed

    #49513

    In reply to: sample plugins?

    Leo Plaw
    Member

    Why have the authors of BBPress been so daft as to not add a “my-plugins” directory to the default installation of BBPress?

    It was my first question, just like everybody else on the forum, “where’s the plugin folder”.

    Hey, it might seem obvious to those of you who know the BBPress, but for heaven’s sake make it easy for the newbies. You did it for WordPress, so why not BBPress?

    Get with it and think of the users you programmers! 8)

    #2476
    Leo Plaw
    Member

    Is there any docs where I can read up on how to write a plugin for BBPress?

    How hard or easy is it to convert a WP plugin to BBPress?

    Leo.

    #60800
    fel64
    Member

    Nope. Looks like a bug. Tell the dudes about it on http://trac.bbpress.org.

    #60871
    fel64
    Member

    Yup.

    require_once('path/to/bb-load.php');

    in your wp config file.

    #60998
    fel64
    Member

    Good idea. Suggest it on http://trac.bbpress.org.

    #61020

    In reply to: bbPress Site

    fel64
    Member

    I don’t understand. Can you be more specific? URL of the problem? Screenshot of the problem?

    #50473
    jthomps
    Member

    Man, I can’t believe that I forgot to reactivate the plugins after reinstall. chrishajer, Thanks! bbPress Support Forums do “Rock!”

    #50472
    chrishajer
    Participant

    Sounds like that pm plugin is not working or not activated, but it’s still being called by the template?

    It’s a good practice to call plugins like so, to prevent these sort or fatal errors if the plugin is not available:

    if ( function_exists('pm_fp_link') ) {
    // then call the function
    }

    Then there won’t be a fatal error if the plugin is not available.

    #50471
    jthomps
    Member

    Anyone know how to correct this error? “Fatal error: Call to undefined function: pm_fp_link() in /hsphere/local/home/jamtho/southernillinoiswatcher.com/forums/bb-templates/kakumei/front-page.php on line 70”

    #61029

    In reply to: mysql.sock error ?

    chrishajer
    Participant

    Sounds like your problem was discussed here:

    https://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step?replies=15

    Check out the patch that is attached to this ticket:

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

    It worked for another user. Good luck.

    #60659

    In reply to: dutch translation

    chrishajer
    Participant

    I know of this list of translations, but it does not appear complete to me:

    http://www.bbpulp.org/wiki/Translation_files

    There is also a Dutch forum at WordPress.org for bbpress:

    https://nl.forums.wordpress.org/tags.php?tag=bbpress

    I think there have been a couple mentions of a dutch translation in this forum, but I can’t find a link to one right now. Maybe you can search this forum for dutch and contact the posters to see if they’ve ever solved their problem with the translation.

    https://bbpress.org/forums/search.php?q=dutch

    #60359

    In reply to: bbPress Theme Showcase

    _ck_
    Participant

    Ah sorry, yes (she) did and I missed this thread, sorry.

    The new URL is

    http://bbshowcase.org/forums/view/available-themes

    Perhaps if a mod is ever bored around here they could edit the urls?

    #2396

    Hi,

    Does anyone know if a dutch translation is available for bbpress. And if so, where I can i find it ?

    thx,

    Michel.

    #60358

    In reply to: bbPress Theme Showcase

    neyoung
    Member

    I think he registered a permanent domain.

    http://bbshowcase.org/forums/

    #60335
    neyoung
    Member

    I think she registered a permanent domain.

    http://bbshowcase.org/forums/

    #60357

    In reply to: bbPress Theme Showcase

    mathzqy
    Member

    Hi, _ck_. I can’t reach http://bbpress.dreamhosters.com/forums/view/available-themes yet. Is it closed?

    #60334
    mathzqy
    Member

    http://bbpress.dreamhosters.com/forums/ is not available now. Where can I download bbpress themes now?

    #57849
    citizenkeith
    Participant

    I tried this plugin, and it’s not working with v 0.8.3.

    I need spaces and special characters like á. Any advice?

    #61025
    Graeme
    Member

    Thanks for the suggestion. I was planning to put up some screenshots but this is simpler / quicker. I’m aiming to make some time to install that later today.

    #61024
    neyoung
    Member

    You should think about using ck’s bbpress showcase plugin so your visitors can see live demo’s of each of the themes. You can see it in action at http://bbshowcase.org/forums/ there is a combo box at the bottom right of the page that allows you to change themes on the fly.

    #61023
    Graeme
    Member

    Thanks for your kind feedback! I hope you find them useful!

    #61022
    chrishajer
    Participant

    I haven’t looked at any of these yet, but the idea is awesome. Thanks very much for doing this.

    #2472
    Graeme
    Member

    Hi,

    I’ve just launched a new site bbpressraw.com. The site provides a set of lean & mean bbPress themes that are designed to enable you to quickly develop your own custom bbPress themes. They should save you a great deal of time if you are trying to create your own theme from scratch.

    The themes are compatible with and have been tested with bbPress 0.8.3.

    A number of layout variations have been provided, including:

    • 1col_fixed: bbPress blank 1-column theme with fixed width
    • 1col_fluid: bbPress blank 1-column theme with fluid width
    • 2col_fixed_left: bbPress blank 2-column theme with left sidebar and fixed width
    • 2col_fixed_right: bbPress blank 2-column theme with right sidebar and fixed width
    • 2col_fluid_left: bbPress blank 2-column theme with left sidebar and fluid width
    • 2col_fluid_right: bbPress blank 2-column theme with right sidebar and fluid width

    For now the themes have been made available. During the next week I’ll be posting some tips to get you up and running quickly!

    Enjoy!

Viewing 25 results - 59,676 through 59,700 (of 64,516 total)
Skip to toolbar