Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,476 through 49,500 (of 64,483 total)
  • Author
    Search Results
  • #76792
    Gautam
    Member

    Thanks :-)

    mjjinvincible
    Participant

    So did you see the tables created in the database?

    I don’t know, but maybe it is because of the GoDaddy ads causing something weir.

    I remember installing WordPress 2.6 in their free hosting once, and when I logged in to the admin page there was an infinite loop that didn’t let me do anything.

    Do you have PHP4 or 5 set in your hosting account? (with PHP4 it doesn’t create the first forum, and that’s the reason why it doesn’t allow you to log in to the admin panel, but in that case, it show a page to upgrade bbPress, not to install it again, so I guess this is not your problem).

    Was there any error shown in the log it appears at the end of the installation?

    #77584
    mezinster
    Member

    Thanks. But it’s not exactly what i wanted to….

    This plugin disables display_name edition capability, and display_name displaying too…

    “user_login” displayed instead of “display_name”

    could anyone help me to fix that plugin to achieve the goal ?

    <?php

    /*

    Plugin Name: Disable Display Name

    Plugin URI: https://bbpress.org/plugins/topic/disable-display-name

    Description: Blocks the alternate Display Name functionality in bbPress 1.x to prevent spoofing other members and admin.

    Version: 0.0.2

    Author: _ck_

    Author URI: http://bbshowcase.org

    License: CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/

    Donate: http://bbshowcase.org/donate/

    */

    function disable_display_name($display_name=””, $id=0){$user = bb_get_user( bb_get_user_id( $id ) ); return $user->user_login;}

    add_filter(‘get_user_display_name’, ‘disable_display_name’,9,2);

    add_filter(‘get_post_author’, ‘disable_display_name’,9,2);

    function disable_display_name_keys($keys){unset($keys); return $keys;}

    add_filter(‘get_profile_info_keys’, ‘disable_display_name_keys’,9);

    ?>

    #69748
    dudenas
    Member

    No errors.

    Everything seemed OK, except passwords didn`t work.

    #77944

    In reply to: Edit register.php

    chrishajer
    Participant

    What happens when you access the register link in bbPress? Do you get an error, or it just doesn’t work? Is it different if you are logged in vs. not logged in?

    #76673
    johnhiler
    Member

    Crackpixels – I had the same issue… but _ck_ just released a patch which resolved the problem for me!

    https://bbpress.org/plugins/topic/front-page-topics/changelog/

    #77583
    chrishajer
    Participant
    natasheebear
    Member

    Hi, I completed up to step 3 (named the site Steeplechase Homeowner’s Association & specified first user and forum). However, now when I go to http://steeplechasega.info/bbpress/, I get the installer again – as if I didn’t setup anything.

    This is frustrating because I should be getting the admin page, correct?

    I tried to deleting the three install files in the admin directory remotely, but that seemed like a bad idea, so I re-upped them.

    I can’t figure out what’s going wrong. Should I do something to my database? Should I be accessing a different directory for my admin screen?

    And it doesn’t help that the installer screen is not allowing me to proceed from step 1 to step 2 and so on.

    Someone please help me.

    #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?

    #69747

    cloo, were there any errors during your conversion?

    I was going to attempt 3.0.4 > bbpress 1.0.2 until I saw this :D

    #31474
    natasheebear
    Member

    Reference URL: http://steeplechasega.info/bbpress/

    I decompressed the bbPress files and uploaded them to my server. I created a database named bikerpro inside my hosting account. I entered in all of the information into the first install screen and now receive the following message:

    A valid configuration file was found at bb-config.php

    You may continue to the next step.

    However, when I attempt to continue to step 2, I end up back on the first page. Once it allowed me into step 2, but when attempted to skip ahead to step 3, I ended up back up on the first step again.

    Please halp!

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

    #77834

    In reply to: I want hide tags

    Read this: https://bbpress.org/documentation/themes/

    See how in step 1 it says to make sure you have a my-templates folder?

    You’ll be putting style.css in /public_html/forum/my-templates/NEWTEMPLATE/

    With a header in style.css like this:

    /*
    Theme Name: The name of your cool new theme.
    Theme URI: Your theme's url. Maybe it's the blog post you wrote about it.
    Description: Describe your theme here. You can be nice and say something like "Blues and Greens in a two-column format" or enigmatic and say "The river here is only waist deep".
    Version: Always number your releases. Please only use numbers and decimal points (yes, we broke our own rule).
    Author: Author of the original theme,
    Author URI: and his or her url.
    Ported By: Name of the person who ported the theme to bbPress (if applicable),
    Porter URI: and his or her url.
    */

    Under that you’ll put your custom CSS like

    topic-tags { display: none; }

    post-form-tags-container { display: none; }

    #76760
    Arturo
    Participant

    the bbPress 1.0.2 and 0.9.0.6 in Italian are available here: http://www.wpmu.it/downloads/

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

    ?>

    #77862

    You can try, but even if you did, I’m pretty sure I’d never see if there were blank lines or extra lines below and above, would I? That’s the bi**h about debugging this :/

    The only ticket on this even says blank lines are the cause: https://trac.bbpress.org/ticket/815

    #75386
    nedsferatu
    Member
    #76791
    nedsferatu
    Member

    Looks great awesome work! Thanks for your help with this, it makes managing bbpress so much easier.

    #77933

    If the user is visible in the bbPress forum panel, then it IS added in SQL. It’s possible your host is just hiding it somewhere you can’t see.

    #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 :)

    #76759
    hpguru
    Member

    No.

    #76816

    Hi anandasama,

    I followed the same order.

    Even I think that my user meta and cookie integration might have some problem, is there any way to check the same?

    Or can I do it again the cookie and user meta integration part?

    thanks

Viewing 25 results - 49,476 through 49,500 (of 64,483 total)
Skip to toolbar