Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 18,726 through 18,750 (of 26,877 total)
  • Author
    Search Results
  • #86822
    robalan
    Member

    Here are my config files, for reference:

    wp-config:

    <?php

    // ** MySQL settings ** //

    define(‘COOKIEPATH’, ‘/’);

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

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

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

    define(‘DB_HOST’, ‘internal-db.###.gridserver.com’); // 99% chance you won’t need to change this value

    define(‘DB_CHARSET’, ‘utf8’);

    define(‘DB_COLLATE’, ”);

    define(‘WP_CACHE’, true);

    define(‘SECRET_KEY’, ‘###’);

    define(‘AUTH_KEY’, ‘###’);

    define(‘SECURE_AUTH_KEY’, ‘###’);

    define(‘LOGGED_IN_KEY’, ‘###’);

    define(‘NONCE_KEY’, ‘###’);

    define(‘AUTH_SALT’, ‘###’);

    define(‘SECURE_AUTH_SALT’, ‘###’);

    define(‘LOGGED_IN_SALT’, ‘###’);

    define(‘NONCE_SALT’, ‘###’);

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

    $table_prefix = ”; // 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’, ”);

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

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

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

    ?>

    bb-config:

    <?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 */

    define( ‘BBDB_NAME’, ‘###’ );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘###’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ‘###’ );

    /** MySQL hostname */

    define( ‘BBDB_HOST’, ‘internal-db.###.gridserver.com’ );

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

    define(‘COOKIEPATH’, ‘/’);

    /**#@+

    * 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}

    *

    * @since 1.0

    */

    define(‘AUTH_KEY’, ‘###’);

    define(‘SECURE_AUTH_KEY’, ‘###’);

    define(‘LOGGED_IN_KEY’, ‘###’);

    define(‘NONCE_KEY’, ‘###’);

    define(‘AUTH_SALT’, ‘###’);

    define(‘SECURE_AUTH_SALT’, ‘###’);

    define(‘LOGGED_IN_SALT’, ‘###’);

    define(‘NONCE_SALT’, ‘###’);/**#@-*/

    /**

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

    ?>

    #86842
    Olaf Lederer
    Participant

    That’s why I asked, I can’t remember that (it was more than two years ago ver. 0.83)

    :)

    If it works like for wordpress everything is cool.

    #86819
    robalan
    Member

    Thanks guys—I’m going to have a more competent db admin switch over the WordPress database so that the tables have the wp_ prefix. Everything else seems to be default, so hopefully that fixes it (though if that’s what fixes it, I’m going to be pissed). ;o)

    I’ll keep you posted.

    #86848
    rabbitdk
    Member

    No, from inside the bbpress forum, I want to send a topic to my WordPress front so it’s published like a ordinary blog post :)

    #86847
    gerikg
    Member

    Chrishaje, I think it’s something like this https://bbpress.org/plugins/topic/bbpress-recent-replies/#post-4989

    but not recent replies but new topics that was just added….?

    #86846
    rabbitdk
    Member

    Not sure that does exactly what I want, btw I am no good with codes, but that is explained pretty detailed so I could probably try it out (however, I just messed up my bbPress install while messing with permalinks :D)

    I want the full forum post to be published as a blog entry, by the click of a button, to promote the posts as you said :D

    #86845
    chrishajer
    Participant

    Add a forum post to your WordPress front: does that mean if there is a forum post, you want to display it on your WordPress home page? As a sticky or something? You will do this manually whenever you feel like promoting a post?

    https://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration

    #33989
    rabbitdk
    Member

    Hi there!

    I’ve been looking for a while now, I can’t find anything that suits me :D

    I am looking for a plugin that easily lets me (the admin) add a forum post to my WordPress front.

    I’ve tried out bbPress-WordPress syncronization, but this only syncs comments, right?

    Thanks in advance :D

    #86841
    chrishajer
    Participant

    During setup, the password is displayed on screen. If it’s not visible right on top, you can “show installation messages” and see it there. For a while there, I thought you could set the password as well, but I may be confusing with WordPress.

    When you integrate and choose a WordPress user as keymaster, it just uses the existing password, so nothing is displayed or changed.

    #86818
    zaerl
    Participant

    Is it even supposed to show the WordPress users inside bbPress?

    Yes it is.

    I tell you what I have done. I have bbPress and WordPress on the same database and both have table prefixes. The blog is on my-domain.com/blog. The BBS is in my-domain.com/forum

    On forum/bb-admin/options-wordpress.php:

    1) the role map is key master, administrator, member, member, member.

    2) WordPress URL is my-domain.com/blog, WordPress Blog is my-domain.com/blog.

    3) Cookie salt “auth” valid, no Cookie salt “secure auth”, Cookie salt “logged in” valid.

    4) AUTH_KEY <=> BB_AUTH_KEY and others set on (bb-config/wp-config).php and the NONCE_KEY <=> BB_NONCE_KEY

    5) Table prefix set to the WordPress table prefix. Usually wp_

    6) No advanced settings

    On /blog/wp-admin/options-general.php?page=bbpress-integration-admin

    1) bbPress URL = my-domain.com/forum/. Your plugin URL = nothing. WordPress type = WordPress.

    2) Manual Cookie Settings tells me define( ‘COOKIEPATH’, ‘/’ ); which is defined in both config files (on top of those)

    My wp-config.php:

    <?php

    define( 'COOKIEPATH', '/' );

    define('DB_NAME', '...');
    define('DB_USER', '...');
    define('DB_PASSWORD', '...');
    define('DB_HOST', '...');
    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', '');

    define('AUTH_KEY', '...');
    define('SECURE_AUTH_KEY', '...');
    define('LOGGED_IN_KEY', '...');
    define('NONCE_KEY', '...');

    $table_prefix = 'my_wordpress_table_prefix_';

    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');

    require_once(ABSPATH . 'wp-settings.php'); ?>

    my bb-config.php:

    <?php

    define( 'COOKIEPATH', '/' );

    define('BBDB_NAME', 'same as wordpress');
    define('BBDB_USER', 'same as wordpress');
    define('BBDB_PASSWORD', 'same as wordpress');
    define('BBDB_HOST', 'same as wordpress');
    define('BBDB_CHARSET', 'utf8');
    define('BBDB_COLLATE', '');

    define('BB_AUTH_KEY', 'same as wordpress');
    define('BB_SECURE_AUTH_KEY', 'same as wordpress');
    define('BB_LOGGED_IN_KEY', 'same as wordpress');
    define('BB_NONCE_KEY', 'same as wordpress');

    $table_prefix = 'my_bbpress_table_prefix_';

    #86817
    gerikg
    Member

    What are the “bb_” keys in your DB?

    It’s rare that someone doesn’t have a wordpress prefix. I would suggest as a last resort to export your wordpress and create a new database and don’t remove the prefix.

    The login out when you switch from one side to another, it happens to some of my clients when php5 isn’t used. It happens to me. If your users aren’t on both then I doubt that is the problem.

    Take a deep breathe, you got more users helping you out here than most posts.

    #86767
    Gautam Gupta
    Participant

    Automattic is a company which owns all these projects (WordPress etc) – http://automattic.com/

    And Sam had already made a new design for this forum a while ago but has not been implemented yet – https://bbpress.org/forums/topic/sneak-peek-at-bbpressorg-20

    #86765
    Gautam Gupta
    Participant
    #86764
    Gautam Gupta
    Participant

    @Yuri

    Talk practically, as if automattic would give you the passwords. By the way I think this website is owned by matt, as he said in one of the IRC chats or this forum. You can also check here – http://www.pir.org/get/whois?domain=bbpress&Submit=Search while wordpress is owned by automattic – http://www.name.com/whois_result?type=domain&domain_name=wordpress.com&submit=+Submit+

    #86816
    robalan
    Member

    Is it even supposed to show the WordPress users inside bbPress? I don’t even know—that’s how incomplete and fragmented the frigging instructions are. What a waste of time.

    #86814
    chrishajer
    Participant

    robalan, do you have another set of eyes there than can help you look at each item one at a time? Sometimes that’s all it takes. Something simple like pasting all 4 keys from WP to BB, but not changing the name of the constant (they need to be BB_$wordpresskeyname in bbPress, for example.) I’m not saying it’s that one thing, although it has been that thing for many people, but it could be something simple you skip past every time.

    #86811
    chrishajer
    Participant

    In my opinion, which I expressed, it’s ridiculous. Sorry you disagree, but I stand by my statement.

    In any case, I don’t think it has anything to do with this integration problem. This is the most common symptom of integration that is just not working well. There are lots of little gotchas in doing it. I gave up on even trying long ago. It’s far too much to ask people to do to achieve simple user integration. For this reason, I support making bbPress a WordPress plugin. You solve this integration problem, theme integration and also deep/functional integration. With those types of support questions gone, I’ll be out of a job (in a good way.)

    #33987
    bobbycode
    Member

    Hi everybody,

    bbpress fails to send out emails for my forum. Unfortunately, my host decided to disable mail() for all users.

    I believe that is why I get the error:

    “The email containing the password reset link could not be sent.”

    Is there a work around? I know I have some plugins for my regular wordpress websites to get around this but wondering what to do for bbpress…

    Tx,

    Bobby

    #86808
    zaerl
    Participant

    It’s ridiculous if to integrate you have to set your directory permissions to 777. Some hosts won’t even let you do that.

    It’s not “ridiculous.”

    Anyway. Have you installed the WordPress bbPress Integration plugin?

    #86807
    robalan
    Member

    Just tried that again—it saved and doesn’t give any errors, but still doesn’t display any of the WordPress users. Doesn’t explain the cookie issue either.

    #86806
    gerikg
    Member

    In the wordpress integration section of bbpress have you tried to enter the information like it was a foreign database?

    #86805
    robalan
    Member

    gerikg:

    I tried installing without checking the boxes and setting it up via the admin area and got it to pass through: http://cl.ly/Gip

    However, it’s still not showing my WordPress users in bbPress: http://cl.ly/HI9 and I’m still having cookie sharing issues where it logs me out of whichever app I switch to from the other.

    #86803
    gerikg
    Member

    robalan, can you install without checking those boxes and then go to the bbpress dashboard and setting it through SETTINGS-> WORDPRESS INTEGRATION?

    #86800
    zaerl
    Participant

    Do bbPress and WordPress share the same database?

    #86761
    Gautam Gupta
    Participant

    GlotPress runs on BackPress too. BuddyPress doesn’t need BackPress because much code of it is already there in WordPress. And WordPress will eventually shift to BackPress. Though, that’s really not a matter of argument.

    @Yuri

    And main question: Who is admin of this site with full access if Matt left project?

    As far as I know, matt, sambauers, and mdawaffe are keymasters and trent, chrishajer and _ck_ are moderators.

Viewing 25 results - 18,726 through 18,750 (of 26,877 total)
Skip to toolbar