Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 44,451 through 44,475 (of 64,487 total)
  • Author
    Search Results
  • #87456
    Josh
    Member

    Well, i installed it from buddypress, i know it’s a standalone website app, it’s just it’s giving errors when i go to manage it’s settings from the dashboard.

    Theme errors:

    backticksWarning: require_once(/home/milleja4/domains/milleja46games.frih.org/public_html/blog//forums/bb-admin/admin-functions.php) [function.require-once]: failed to open stream: No such file or directory in /home/milleja4/domains/milleja46games.frih.org/public_html/blog/wp-content/plugins/bbpress-admin/bbpress-theme-admin.php on line 86backticks

    Then in bbpress settings:

    backticks<form class=”options” method=”post” action=”

    Fatal error: Call to undefined function bb_option() in /home/milleja4/domains/milleja46games.frih.org/public_html/blog/wp-content/plugins/bbpress-admin/bbpress-options-admin.php on line 38backticks

    #87297

    In reply to: wordpress integration

    kikko088
    Member

    nothing, I try to add also this line but nothing…:( clean install of bbpress and 0 plugin wp.

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

    define( ‘BBDB_NAME’, ‘mio’ );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘root’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ‘root’ );

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

    require_once(dirname(__FILE__) . ‘/../wp-load.php’);

    OR

    (

    /* Deep integration */

    if ( !defined(‘ABSPATH’) & !defined(‘XMLRPC_REQUEST’)) {

    define(‘WP_USE_THEMES’, false);

    include_once(dirname(__FILE__) . ‘/../wp-blog-header.php’ );

    header(“HTTP/1.1 200 OK”);

    header(“Status: 200 All rosy”);

    }

    )

    ?>

    I I’m not expert on php, I add correctly the line?

    by default the forum includes an alternating “class” for each reply, all I did was use CSS to “float:right” instead of using the default “float:left” on each one.

    #87094

    In reply to: Compatibility ….

    evilgeek23
    Member

    same for bbpress smilies

    #87455
    chrishajer
    Participant

    Also, the forums in BuddyPress are based on bbPress but they are not bbPress. If it’s BuddyPress specific, you might have better results getting support at the BuddyPress forums.

    https://buddypress.org/support/topics/

    evilgeek23
    Member

    thx … btw can u elaborate the exact steps to make alternate avatars … ?

    kieranyo
    Member

    1.0.2

    #87136
    jakshi
    Member

    @huafeihua116

    Not at all.

    @ashfame

    I agree with “salts were never included in sample config file”, When I do integrations – I get salts values from options.

    I and many other people will very happy if developers of bbpress says us what difference between your good working wordpress and bbpress cookie integration, and their wordpress and bbpress cookie integration that don’t work.

    But for now – it’s still unresolved issue :)

    evilgeek23
    Member

    excellent kieranyo .. what version do u use ? 0.9 or 1.0.2 ?

    kieranyo
    Member

    Thanks everyone!

    bforeste: it was very easy to do. Without sounding too technical, by default the forum includes an alternating “class” for each reply, all I did was use CSS to “float:right” instead of using the default “float:left” on each one. The existing html and css caters for this very well. :)

    bforeste
    Member

    Big fan of the alternating avatar ‘conversation’…great idea. Should be default format for any board IMO.

    Is this mod easily done for a non-coder?

    #85185

    @kevin

    yeah buddy! was off track now back to the game ;)

    I will investigate by hard-coding cookiepath, cookiedomain and like stuff in bbPress too.

    I understand your point completely, I would have done the same for production sites and kept the testing going on test site.

    #86995
    bforeste
    Member

    chrishajer – I think this comment is worth exploring more: from post https://bbpress.org/forums/topic/upgrade-errors-it-looks-like-your-database-is-out-of-date

    How can the bbPress upgrade/install know the database is out of date if it cannot connect to the database? I thought the version was stored in the database in the first place. I might have to try breaking my bb-config.php and attempting to upgrade a 0.9 installation to see how this works. Haven’t tried in a while.

    I get the same results time after time. Anytime I try to upgrade my 0.9 DB using the new 1.02 fileset, I am presented with a DB connection error. I ask the same question – how can I get to the login page or the ‘your DB is out of date – upgrade’ page without some form of DB connection?

    If it is making an initial connection, what could break it? Could a secret_key / salt mismatch do it? Would anything break the bb DB connection on the WP side (I’m upgrading a non-integrated 0.9 DB into an integrated WP install). Should I wipe out the WP integration first?

    Also – does anyone know a way to create a simple php file (or other method) to test the connectivity of the app server to the db server? I just want to verify the connection outside of the WP / BB install – in case something is wonky there.

    thanks for any ideas…

    #87135
    ekitel
    Member

    I just tried installing on a different host, gator as opposed to dreamhost but it still doesn’t work.

    I find that when you logout of one it does automatically log you out of the other. Also when you log in into one when already logged into the other it logs you out of the other, so effectively you can only be logged into one at a time.

    When looking at the cookies that are set I see that WP sets 2:

    wordpress_ada20ea306634ad9f83718aa733fc431

    wordpress_logged_in_ada20ea306634ad9f83718aa733fc431

    When logging into BBP it only sets 1:

    wordpress_logged_in_ada20ea306634ad9f83718aa733fc431

    I notice in WP the values for wordpress_ and wordpress_logged_in_ don’t match, are they supposed to be different?

    If already logged in with WP and then logging in with BBP I notice that the value of wordpress_logged_in_ changes. I’m sure that’s why if you go back to WP then you find yourself logged out.

    As far as I can tell the value set for wordpress_logged_in_ by WP is not recognized by BBP so you are not automatically logged in to it. I wonder why that is if I’ve followed all the cookie integration steps?

    #87429

    In reply to: Public Forum

    psycheangels
    Member

    dont use bb anonymous posting in https://bbpress.org/plugins/topic/bb-anonymous-posting/#post-1276

    use bb anonymous from post meta plugin by ck, and for hold moderation use plugin from s010

    you can edit the hold moderation to only hold when anonymous user post.

    you can cek my site the bb anonymous work perfectly and hold moderation plugin

    #85184

    Oh, and on that note (not to steal from the other thread).

    I’ve only ever used 32 length keys, never 64.

    Again, mightprobably will have 0 impact, but right now it works so…

    I’ve also copied the SALTs from the wordpress and bbpress options page onto the config file.

    Again, probably 100% overkill, but right now it works so…

    This may sound daft, but I’ve accepted that integration isn’t going to be the exact science I think it should be, so i just try to cover the bases.

    #85183

    Yo dudes,

    @Zaerl

    I know matey, wasn’t meant in a bad way at all :)

    In terms of backward compatability, there’s quite a bit of change to how constructs and classes are handled, and depending on when the code was written, could cause some hidden issues.

    bbPress 0.7,0.8 & 0.9 weren’t major rewrites of any of the basic backend code. A huge chunk of them were written by Matt over a weekend some 7 years ago and the move to backPress was a definative leap (fully awesome OOPness – as much as its kinda useless ).

    So what i meant wasn’t just the leap from PHP4final to PHP5; but also things that were not aimed for PHP4 but that PHP4 supported. i.e. The code that was still in bbPress0.9 that was written when PHP3 was still around.

    @Ashfame

    Long time bro.

    I know the problem of which you speak mate, and while not knowing exactly which bit of code makes it go away, I’ve not had it in ages.

    Login in wordpress >>> check that i’m “logged in” on bbPress >>> access admin.

    Yeah it all works. I’ll have to delve into the code when home, but I think the sites I’m testing on are using “super anne” code/plugin. I also doubt these are on the latest versions of bbpress/wordpress. Frankly I’ve accepted that installing bbpress means not upgrading wordpress.

    As i recall from the long long long thread in 2008, the key thing was having:

    in wordpress config:

    define(‘COOKIE_DOMAIN’, ”);

    define(‘COOKIEPATH’, ‘/’);

    in bbPress config:

    $bb->authcookie = ‘wordpress_’;

    $bb->cookiedomain = ”;

    $bb->cookiepath = ‘/’;

    $bb->sitecookiepath = ”;

    The basic theory was that the bbPress admin, wasn’t reading the wordpress cooking properly or at all, something to do with when it was assigning/pulling data from the “$bb” global variable; so it wouldn’t let you access the admin panel of bbPress. But by setting this info in the config (loaded first) it solved it.

    That may be pie in the sky my friend, but thats what my brain is telling me.

    #87454
    zaerl
    Participant

    and i get alot of errors

    What errors? Please notice that bbPress isn’t a WordPress/buddypress plugin but a standalone software.

    #34132
    Josh
    Member

    I just installed bbpress through buddypress, and i get alot of errors, how would i fix them or do i have to reinstall? By actually installing it?

    #59933
    zaerl
    Participant

    It means that the URL rewriting is possible only if you are using the Apache web server. Apache rewrite URLs using an extension called mod_rewrite. Other web servers have similar functionalities but bbPress doesn’t support them.

    I never really liked the Nissan one when you linked ot it previously, but your new URL is really great, and very well done. Congratulations and thanks for sharing with us!

    #85182
    zaerl
    Participant

    PHP4 to 5 was a huge change, a leap into correctly written OOP.

    I was speaking about the backward incompatibilities which are just a bunch of functions.

    zaerl
    Participant

    Very stylish. Compliments.

    kieranyo
    Member

    Thanks!

    Yeah I’m quite happy with how it turned out. It gives it more of a feeling that it’s a conversation :)

    Nice design! I like the way you show alternate avatar positions on topic page :)

Viewing 25 results - 44,451 through 44,475 (of 64,487 total)
Skip to toolbar