Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 20,476 through 20,500 (of 26,865 total)
  • Author
    Search Results
  • #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?

    #77915

    In reply to: WP or BB login?

    johnhiler
    Member

    I ended up having to support both, because I wanted users who sign in on a bbPress page to “stay” on the same page… and users who signed into a WordPress-powered page to also “stay” on the same page.

    I used to only use the bbPress signin, which worked great… but then users who signed into WordPress pages got sent “back” to the frontpage of my blog, which annoyed my users.

    Hope that helps!

    #77873
    chrishajer
    Participant

    What version did you install? Search is built in to all versions, but only visible by default in the 1.0 version.

    Or, are you trying to search bbPress from WordPress?

    #77887

    Go over your wp-config and bb-config installs and make DAMN sure they’re talking to each other. Check the DB name and password. Go into your SQL db and make sure that bb_ and wp_ are in the same database. When you login, look at the cookies in your browser and see if anything jumps out about their similarities or differences. Triple check your KEYs and HASHes, and I’d even go so far as to reset them. Can’t hurt, can it?

    #77886
    Jim R
    Participant

    OK…got past this part. : )

    It’s back to the way it was before I started over. If I log into one, it still doesn’t log the other one in. The same applies when logging out. Log out of one, the other is still logged in.

    Thoughts?

    #20334
    recronin
    Member

    *note – I’m not trying to integrate bbPress into a WordPress page but rather a static page. I already have the login integration between bb and wp working.

    I’ve been able to “embed” my WordPress posts into a static web page with the help of an online tutorial using PHP includes. Basically, on the page that you want to have WordPress embedded in, you paste:

    <?php require(‘../../../blog/wp-blog-header.php’); ?>

    into the very top of the page above the DTD, and then paste The Loop wherever you want your posts to appear.

    What I’d like to do is the exact same thing except with bbPress. I’ve tried applying the same basic principle as described as above, but am pretty much stuck and can’t get anything except errors to appear.

    Here’s what my code looks like at this point. I’ve used the header file from the kakumei templates folder as that’s the only header file I can find. At the very top above the DTD;

    <?php require(‘../../../forums/bb-templates/kakumei/header.php’); ?>

    Now I’ve searched high and low for anything talking about “The Loop” (or it’s equivalent) in bbPress but have found zip. The closest things I have seen have been inside the bbPress/index.php and forum.php files, which I pasted and tested each separately into the area that I wanted to have the forums appear, but with no positive results.

    If anyone knows how to do this properly I will be grateful.

    Thank you

    Adam Lawton

    *The page where I found the WordPress integration tutorial is:

    http://moshublog.com/2005/07/05/integrate/

    #77885
    Jim R
    Participant

    I’m zero luck getting through this part. I went through the WordPress integration section, completed the steps, and it logged me out. Now it doesn’t recognize my admin account or any account for that matter.

    I can’t imagine how screwed up this is.

Viewing 25 results - 20,476 through 20,500 (of 26,865 total)
Skip to toolbar