Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 48,376 through 48,400 (of 64,471 total)
  • Author
    Search Results
  • #79716
    chrishajer
    Participant

    You will also need to delete the database tables that were created by bbPress, otherwise when you go to reinstall, you will get a message stating “bbPress is already installed, maybe you meant to upgrade.”

    #64936
    chrishajer
    Participant

    Yes, that’s fine. If you create a Page in WordPress called Forums (actually the slug just needs to be forums), you don’t even need any content on the page. WordPress will direct traffic there. That works with permalinks on. Not sure what happens if you don’t use permalinks. If you don’t create a Page called Forums, with a slug of forums, then you just won’t have a link in your menu to the forums. There are plugins to get around that though, if you need it. Try the Page first though and see if it works.

    #64935
    relish1227
    Member

    Hello — can someone please help?

    I have WordPress installed already — and I’m not sure where I’m supposed to install bbpress exactly. When people say they installed it “inside WP” do you mean that you just created a new folder in the root of the site where WP already exists?

    Like if my site is http://www.mysite.com — can I create a folder at http://www.mysite.com/forums/ — and WordPress will be able to link to it properly?

    Thanks much.

    #79376

    Yeah! The theme issue. [FIXED]

    #79375
    brokenclock
    Member

    Thanks! We got it!

    Just one thing: it first failed as I copy/paste text from you blog, some quotes were uncorrect.

    From you blog, I got: a:1:{s:9:”keymaster”;b:1;}

    And I had to use: a:1:{s:9:”keymaster”;b:1;}

    Don’t know if the difference is really visible on this page.

    #31551
    spykawg
    Member

    A clean, white bbPress theme with a glossy, “Web 2.0” feel and tablebased layout. Comes in 3 colors – red, orange and blue

    Download+Preview

    Blue: http://www.awesomestyles.com/bbpress-themes/view/static-blue-bb

    Red: http://www.awesomestyles.com/bbpress-themes/view/static-red-bb

    Orange: http://www.awesomestyles.com/bbpress-themes/view/static-bb

    License

    All released under the GPLv2

    #67744
    sennad
    Member

    You can use same user db if you integrate BBpress with Worpdress, and apply FB Connect plugin on WP, but only problem are avatars, they don’t show up on BB press.

    #79720
    Olaf Lederer
    Participant

    check the plugin section and the forum there is some plugin to register by openID

    This works for me quite well. May be you are doing something wrong!

    #31873
    kingscast
    Member

    Has anyone figured out how to use Facebook Connect with bbPress? I’d like to give users the option to enter and participate in the forums without having to register. Like Disqus, Facebook Connect, Twitter and OpenID would be great. Just curious if anyone is working on this? Thanks!

    #79659

    In reply to: HTML in Topics.

    chandersbs
    Member

    It’s possible with this plugin:

    https://bbpress.org/plugins/topic/admin-can-post-anything/

    Thanks to CK

    #79708
    johnhiler
    Member

    What exactly happens when you try to change your email?

    I don’t know if this is similar, but there were some reports of something along those lines a while back:

    https://bbpress.org/forums/topic/cant-edit-the-keymasters-profile

    chandersbs
    Member

    Actually I don’t. I tried your code, but its still showing the same.

    #79710

    Please check your email!

    #31871
    nada122
    Member

    Hey there,

    I made a mistake during the installation and would like to go back to the screen that allows you to integrate with WordPress. I think I put bbpress in the wrong page on my site. How can I go back and fix this?

    Thanks!

    SELECT * FROM bb_forums WHERE forum_id <> 1 AND forum_id <> 2 AND topics <> 0 ORDER BY forum_order ASC LIMIT 10

    Got the idea?

    #31870

    Topic: Quick Tags on PM

    in forum Installation
    brad_langdon
    Member

    Is it possible to add the buttons in Comment Quicktags for bbPress 1.1 to the BBPM form as well?

    At present they only show up on the forum post forms.

    chandersbs
    Member

    How exactly can I exclude some forums for showing up in this code, that generates a list of forums, or rather, HOW can i show only selected forums?

    <?php if ( $topic ) : ?>
    <h2>Forum List</h2>
    <ul>
    <?php
    global $bbdb;
    $query="SELECT * FROM bb_forums WHERE topics!=0 ORDER BY forum_order ASC LIMIT 10";
    $results=$bbdb->get_results($query);
    foreach ($results as $result) {
    echo "<li><a href='/forum.php?id=".$result->forum_id."'>".$result->forum_name."</a></li>";
    }
    ?>
    </ul>
    <?php endif; ?>

    #31869
    kingscast
    Member

    I am looking to create a custom theme for bbPress and I need assistance. This is a very simple gig as it will not be feature-rich and will only be bbPress (we have not integrated the WordPress part into it. In other words, users will be directed right into bbPress). I am on an extremely short timeline for this. This would be a paid gig. Please email keithkorneluk_at_gmail_dot_com.

    Thanks!

    #31868
    pengume
    Member

    Every time I try to change my email in bbpress profile it doesn’t change it. I have the moderator new post notification plugin activated. and am also not receiving new post emails to the email address. Not sure what to do or where to go next I’ll try deactivating all my plugins and check to see if it’ll change. Thanks for any advice or help in the mean time.

    joseffb
    Member

    I’m not able to get WPMU 2.8.4 and BP 1 to SSO at all. I tried and can’t get it to work any help would be grateful.

    I have the multi-domain plugin setup and also have the bbpress-integrate plugin in the “plugins” directory.

    WP-Config.php

    /**

    * The base configurations of the WordPress.

    *

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

    * Do not try to create this file manually. Read the README.txt and run the

    * web installer.

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

    *

    * This file has the following configurations: MySQL settings, Table Prefix,

    * Secret Keys, WordPress Language, and ABSPATH.

    *

    * This file is used by the wp-config.php creation script during the

    * installation.

    *

    * @package WordPress

    */

    // ** MySQL settings – You can get this info from your web host ** //

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

    Removed for Security

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

    define(‘DB_COLLATE’, ”);

    define(‘VHOST’, ‘yes’);

    $base = ‘/’;

    define(‘DOMAIN_CURRENT_SITE’, ‘thisissite1.com’ );

    define(‘PATH_CURRENT_SITE’, ‘/’ );

    define(‘SITE_ID_CURRENT_SITE’, 1);

    define(‘BLOGID_CURRENT_SITE’, ‘1’ );

    /**#@+

    * Authentication Unique Keys.

    *

    * Change these to different unique phrases!

    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}

    *

    * @since 2.6.0

    */

    define( ‘NONCE_KEY’, ‘&^YU8obCOZmNz)#udi$ghSLF’ );

    define( ‘AUTH_KEY’, ‘t0d87hpJOq!DBA#gp7VZ#dez’ );

    define( ‘AUTH_SALT’, ‘CdaJ42PU3iCsjehU(*h8V#6k’ );

    define( ‘LOGGED_IN_KEY’, ‘LihT(0OQBtTkw82^c0jmT4ub’ );

    define( ‘LOGGED_IN_SALT’, ‘NinP#50Uq(KU#LQ5h64on9v*’ );

    define( ‘SECURE_AUTH_KEY’, ‘UYi3SxHzUXE48E!vvggXv&s8’ );

    define( ‘SECURE_AUTH_SALT’, ‘c@p6I*b*hvcr8F^SMfr7JG^!’ );

    /**bbpress integration **/

    define(‘USER_COOKIE’, ‘wordpressuser’);

    define(‘PASS_COOKIE’, ‘wordpresspass’);

    define(‘COOKIEPATH’, $base);

    define(‘SITECOOKIEPATH’, ‘/’);

    define(‘COOKIE_DOMAIN’, ‘.thisissite2.com’); // same as bbPress

    /**#@-*/

    /**

    * 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_’;

    /**

    * WordPress Localized Language, defaults to English.

    *

    * 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’, ”);

    // double check $base

    if( $base == ‘BASE’ )

    die( ‘Problem in wp-config.php – $base is set to BASE when it should be the path like “/” or “/blogs/”! Please fix it!’ );

    // uncomment this to enable wp-content/sunrise.php support

    //define( ‘SUNRISE’, ‘on’ );

    // uncomment to move wp-content/blogs.dir to another relative path

    // remember to change WP_CONTENT too.

    // define( “UPLOADBLOGSDIR”, “fileserver” );

    // If VHOST is ‘yes’ uncomment and set this to a URL to redirect if a blog does not exist or is a 404 on the main blog. (Useful if signup is disabled)

    // For example, the browser will redirect to http://examples.com/ for the following: define( ‘NOBLOGREDIRECT’, ‘http://example.com/&#8217; );

    // Set this value to %siteurl% to redirect to the root of the site

    // define( ‘NOBLOGREDIRECT’, ” );

    // On a directory based install you must use the theme 404 handler.

    // Location of mu-plugins

    // define( ‘WPMU_PLUGIN_DIR’, ” );

    // define( ‘WPMU_PLUGIN_URL’, ” );

    // define( ‘MUPLUGINDIR’, ‘wp-content/mu-plugins’ );

    // Uncomment to disable the site admin bar

    //define( ‘NOADMINBAR’, 1 );

    define( “WP_USE_MULTIPLE_DB”, false );

    /* That’s all, stop editing! Happy blogging. */

    /** WordPress absolute path to the WordPress directory. */

    if ( !defined(‘ABSPATH’) )

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

    /** Sets up WordPress vars and included files. */

    require_once(ABSPATH . ‘wp-settings.php’);

    /**bbpress integration **/


    bb-config.php

    <?php

    /**

    * The base configurations of bbPress.

    *

    * This file has the following configurations: MySQL settings, Table Prefix,

    * Secret Keys and bbPress Language. You can get the MySQL settings from your

    * web host.

    *

    * This file is used by the installer during installation.

    *

    * @package bbPress

    */

    // ** MySQL settings – You can get this info from your web host ** //

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

    Removed for security

    /**#@+

    * Authentication Unique Keys.

    *

    * Change these to different unique phrases!

    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}

    *

    * Change these to different unique phrases!

    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}

    *

    * @since 2.6.0

    */

    define( ‘BB_NONCE_KEY’, ‘&^YU8obCOZmNz)#udi$ghSLF’ );

    define( ‘BB_AUTH_KEY’, ‘t0d87hpJOq!DBA#gp7VZ#dez’ );

    define( ‘BB_AUTH_SALT’, ‘CdaJ42PU3iCsjehU(*h8V#6k’ );

    define( ‘BB_LOGGED_IN_KEY’, ‘LihT(0OQBtTkw82^c0jmT4ub’ );

    define( ‘BB_LOGGED_IN_SALT’, ‘NinP#50Uq(KU#LQ5h64on9v*’ );

    define( ‘BB_SECURE_AUTH_KEY’, ‘UYi3SxHzUXE48E!vvggXv&s8’ );

    define( ‘BB_SECURE_AUTH_SALT’, ‘c@p6I*b*hvcr8F^SMfr7JG^!’ );

    $bb->wp_table_prefix = ‘wp_’;

    $bb->wp_home = ‘http://thisissite2.com/&#8217;;

    $bb->wp_siteurl = ‘http://thisissite2.com/&#8217;;

    // Integrating with mu

    $bb->cookiepath = ‘/’;

    $bb->cookiedomain = ‘.thisissite2.com’; // leading . allows subdomain sharing

    $bb->usercookie = ‘wordpressuser’; // WPMU doesn’t hash cookies

    $bb->passcookie = ‘wordpresspass’; // WPMU doesn’t hash cookies

    // Load WordPress so we can use the same templates.

    define(‘WP_BB’, ‘true’);

    require_once(‘/home/content/82/4558682/html/wp-blog-header.php’);

    /**#@-*/

    /**

    * 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_’;

    /**

    * bbPress Localized Language, defaults to English.

    *

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

    * language must be installed to a directory called “my-languages” in the root

    * directory of bbPress. For example, install de.mo to “my-languages” and set

    * BB_LANG to ‘de’ to enable German language support.

    */

    define( ‘BB_LANG’, ” );

    #79146
    gerikg
    Member
    #79461

    function do_action($tag, $arg = '')

    do_action() has an arguments variable as it’s 2nd argument, sorry for not being clearer. That’s passed when it runs an action function and if nothing is passed, it defaults to an empty string.

    $bb_table_prefix would be the prefix for the bbPress tables though, wouldn’t it? In the case of a WP/bbP integration, the bbPress user data is stored in the WordPress user tables, so those aren’t under the same prefix as the bbPress tables. Unless it changes automatically for WordPress user tables somehow?

    #31866

    Howdy!

    I would like to showoff my new project

    Need A Project – http://needaproject.com/ (WordPress)

    NAP Forums – http://needaproject.com/discussion/ (bbPress)

    P.S. => They are not deeply integrated.

    Any comments or suggestions are welcome!

    #79683

    fix file permissions of my-templates & my-plugins folder – http://blog.ashfame.com/2009/09/fix-my-templates-my-plugins-folder-not-working-bbpress/

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