Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,501 through 49,525 (of 64,513 total)
  • Author
    Search Results
  • #77952

    In reply to: Disclaimer for all

    hpguru
    Member

    This is bbPress Support Forum, not phpBB Support Forum.

    #75645
    gerikg
    Member

    Any custom template I put in my-templates folder does not work anymore.

    I have

    WordpressMU 2.8.3

    BuddyPress 1.0.3

    BBpress 1.0.2

    1and1 Hosting

    MySQL 5

    It seem it has a hard time finding the CSS and when you’re in the Admin the thumbnails do not show up.

    #77561
    migran
    Member
    #69749
    DennisH
    Member

    Same here. Passwords do not work. Users need to reset them.

    #76675
    _ck_
    Participant

    If this appears in your front-page.php, then you have bbPress 1.0.x and you have a bug

    <?php bb_latest_topics_pages( array( 'before' => '<div class="nav">', 'after' => '</div>' ) ); ?>

    The same bug was in some rare cases of 0.9

    and I programmed around it in topics-per-page

    I doubt it will work properly on 1.0 but you can try installing the plugin, remove the above line and replace it with

    <div class="nav"><?php front_page_pages(); ?></div>

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

Viewing 25 results - 49,501 through 49,525 (of 64,513 total)
Skip to toolbar