Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 20,451 through 20,475 (of 26,846 total)
  • Author
    Search Results
  • #77874
    1onely
    Member

    What version did you install?

    version 1.0.2

    Or, are you trying to search bbPress from WordPress?

    no

    #77946
    aberean
    Member

    I am having same issue on fresh install of bbpress! Any Help please?

    #31473
    #77865
    Marius-
    Member

    Well ugh, there is no space there! I’ve checked ten thousand times already.

    <?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', 'michael_forum' );

    /** MySQL database username */
    define( 'BBDB_USER', 'michael_forum' );

    /** MySQL database password */
    define( 'BBDB_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', '' );

    /**#@+
    * 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( 'BB_AUTH_KEY', 'put your unique phrase here' );
    define( 'BB_SECURE_AUTH_KEY', 'put your unique phrase here' );
    define( 'BB_LOGGED_IN_KEY', 'put your unique phrase here' );
    define( 'BB_NONCE_KEY', 'put your unique phrase here' );
    /**#@-*/

    /**
    * 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', '' );
    ?>

    #77943

    In reply to: Edit register.php

    Why not just redirect any calls to register.php to your WordPress site via .htaccess?

    Redirect 301 /forums/register.php http://paperviewzine.com/wp-login.php?action=register
    Redirect 301 /forums/bb-reset-password.php http://paperviewzine.com/wp-login.php?action=lostpassword

    #31472

    Topic: Edit register.php

    in forum Themes
    driz
    Member

    I’m trying to edit register.php in my template file so that it will use my WordPress one instead, this is the code I have so far, but it doesn’t work, any help thanks.

    <?php if ( !bb_is_user_logged_in() ) { ?>

    <?php header("Location: http://paperviewzine.com/wp-login.php?act=register"); ?>

    <?php } else { ?>

    <?php header("Location: http://paperviewzine.com/forums/"); ?>

    <?php }; ?>

    #77863
    Marius-
    Member

    Well, here the entire thing is, with sensorship:

    <?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’, ‘michael_forum’ );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘michael_forum’ );

    /** MySQL database password */

    define( ‘BBDB_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’, ” );

    /**#@+

    * 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( ‘BB_AUTH_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_SECURE_AUTH_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_LOGGED_IN_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_NONCE_KEY’, ‘put your unique phrase here’ );

    /**#@-*/

    /**

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

    ?>

    #77860

    In WordPress that error is almost always caused by spaces or blank extra lines in your config file.

    http://www.hongkiat.com/blog/wordpress-error-warning-cannot-modify-header-information/

    The same is, generally, true of bbPress. Please read the link above to make sure that when we talk about spaces, we’re both talking about the same thing :)

    #31390
    mezinster
    Member

    Subj.

    I want do disallow ordinary users to edit their display_name in profile.

    How could i do it ?

    For WordPress the problem was solved by adminimize plugin. Maybe such a way for BB exists?

    dressup9x
    Member

    Thanks Josh

    #31469

    I registered a hosting space on http://www.netsons.com (it’s free). They offer a mysql database. I istalled wordpress and bbpress on the space, and worked. But the question is: when i installed bbpress…it asked me about a mysql url…i inserted netsons’s mysql url… it sayed ok.

    But when i register a new user on forum…the record is not in netsons’s mysql!!! the user is visible only in bbpress forum panel.

    So: why it asked me about a mysql URL if it don’t use it?

    i’m newbie from italy…sorry

    #77891

    The . should be there.

    Your Keys and Salts on bb-config are prefaced by ‘BB_’ right?

    Though … your cookiepatch is wpm. Is this WordPressMU?

    #77929
    richcon
    Member

    It’s an adjusted version of the Kakumei theme that links to my wordpress install’s stylesheet, menu, and header artwork, and a few graphical tweaks.

    mjjinvincible
    Participant

    I was going to start a new topic with almost the same problem.

    First off, I’m trying to integrate WordPress MU 2.8.3 and bbPress 1.0.2

    The problem I have is the second one behe101 stated before.

    When I access my site through WordPress everything works fine. When I access my site through bbPress, and then try to go to http://www.mydomain.com/wp-admin/, it redirects me here: http://www.mydomain.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.mydomain.com%2Fwp-admin%2F

    I’ve followed Sam’s screencast, step by step, and tried it over three times with fresh installs… but still happens the same. It happens something like described here: https://mu.wordpress.org/forums/topic/13125

    But I don’t know, I did copy/paste exactly what the bbPress Integration plugin output into the wp-config.php file.

    Also, when I go to the home page of the site I can see I’m logged in:

    WordPress µ

    This is a WordPress Mu powered site.

    You can:

    * Site Admin

    * Log out

    * Create a new blog

    * Edit this file at wp-content/themes/home/home.php with your favourite text editor and customize this screen.

    But it still won’t access the administration dashboard.

    #77856
    Marius-
    Member

    I have NO clue about permissions. I never use that with WordPress… wouldnt I have the same problem there too?

    Infact, look away from that Line 160 issue, I dont have that problem now. Its the very first errorlog that I posted thats the problem now.

    There does not seem to be any additional spacing. The BB config file is 64 lines in total. It ends with “?>”

    richcon
    Member

    I just installed a new bbPress 1.0.2 install on a web site, and successfully integrated it into an existing WordPress site.

    I found a bug: whenever going to someone’s profile page (/forum/profile/1), it’s showing the login name, nickname, and ‘member since’ date for whoever happens to be logged in at the time. It should be showing the info for the person whose page I’m visiting.

    The User Activity section shows activity for the correct person (and the navigation menu is also correct), but those other bits are wrong.

    This is also messing my ability up to edit someone’s profile when logged in as the admin: it’s showing my own admin account’s info instead of theirs, and even is showing their role as Key Master.

    If nobody is logged in, then the page works correctly.

    Anyone have any ideas? Is this just me?

    behe101
    Member

    I’ve just discovered: when I login to the bbPress forum and try to access wp-admin on the WordPress site, it prompts for my username and password AGAIN, although once I’ve done this I can access both control panels (bb and wp-admin).

    I can still post to the forum when logged in using either endpoint.

    behe101
    Member

    WordPress 2.8.3 and bbPress 1.0.2

    chrishajer
    Participant

    What versions of bbPress and WordPress did you integrate?

    #77890
    Jim R
    Participant

    Thanks, but I’m looking for a solution. I saw something you posted on another topic about a tutorial, but all it did was log me out of my forum and not recognize any user. I’m just surprised the integration of users and themes is so difficult between bbPress and WP.

    joshmac
    Member

    You can also use this tutorial and the template: http://www.adityanaik.com/integratepress-part-i/ It will call the header and footer from wordpress, but you will still need to tweak it a little and and the sidebar call if you want it.

    #77889
    joshmac
    Member

    Never display your cookie hash. That is a security risk.

    #77888
    Jim R
    Participant

    They appear to be all the same. I did set up my bbPress database table prefix as wp_bb_. They are in the same database.

    One thing I wonder about is this:

    define( 'COOKIEHASH', 'd61ff63d6d2f09a423c2332af089b5c8' );
    define( 'COOKIE_DOMAIN', '.hoosierhoopsreport.com' );
    define( 'SITECOOKIEPATH', '/wpm/' );
    define( 'ADMIN_COOKIE_PATH', '/wpm' );
    define( 'COOKIEPATH', '/wpm/' );

    The cookie_domain, it says (dot)hoosierhoopsreport.com. Should the (dot) be there?

Viewing 25 results - 20,451 through 20,475 (of 26,846 total)
Skip to toolbar