Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 43,001 through 43,025 (of 64,528 total)
  • Author
    Search Results
  • #90538
    hpguru
    Member

    I think there are just 2 posts. Thank you, now it was deleted. Just Googled and i not found more related topics.

    #90527
    chrishajer
    Participant

    Right, I figured it was however they are getting the bbPress information into WordPress for the front page at https://bbpress.org/

    #90537
    chrishajer
    Participant

    Those were posts that were either marked as deleted, or marked as spam. Back when that was done, deleting the only post on a topic didn’t delete the topic, it broke it. I just deleted the topics so it should be OK now. Let me know if you find more.

    #87895
    JDMojo
    Member
    #87894
    JDMojo
    Member

    Hey truthlighthouse,

    First I just want to say THANK YOU! The directions from GoDaddy for setting this up is feeble, to say the least. They should put your instructions up for everyone to see because they are straightforward and simple (and awesome!).

    The only problem I’m having is over at number 18. I uploaded my bbPress folder (which I renamed Forums) to the remote system, but for the life of me I can’t get the installation thing to pop up when I type in the URL in my browser (http://example.net/Forums). I tried moving the Forums folder into the WordPress folder (where wp-admin resides) and still no luck.

    Any ideas? Anyone?

    #90536
    hpguru
    Member

    Maybe Chris able to delete it?

    #90535
    Gautam Gupta
    Participant

    Those are very old posts, and bbPress wouldn’t have been that stable at that time.

    #34633
    hpguru
    Member
    #90526
    Gautam Gupta
    Participant

    @chris

    Yesterday and before that, the members’ name was blank. It is happening because of the anonymous posting changeset, it checks if there is a name of the user or displays Anonymous. But I don’t think it is a bbPress bug, it is something to do with bbPress.org backend.

    #90525
    hpguru
    Member

    Download button on front page is without background.

    chrishajer
    Participant

    They show properly in the forums though.

    See http://chrishajer.com/bbpress/bbpress-anon-front.png

    #87861
    chrishajer
    Participant

    Not sure who is working on it, if anyone, but it’s not me.

    #90498
    hpguru
    Member

    Thank you!

    #90497
    zaerl
    Participant
    bb_is_front()
    bb_is_forum()
    bb_is_tags()
    bb_is_tag()
    bb_is_topic_edit()
    bb_is_topic()
    bb_is_feed()
    bb_is_search()
    bb_is_profile()
    bb_is_favorites()
    bb_is_view()
    bb_is_statistics()

    that are all wrappers (a mojor part of them) of the bb_get_location() function which returns:

    front-page
    forum-page
    tag-page
    topic-edit-page
    topic-page
    feed-page
    search-page
    profile-page
    favorites-page
    view-page
    stats-page
    login-page
    register-page

    hpguru
    Member

    Just replace title in header.php in your theme:

    <title><?php bb_title() ?><?php if (bb_is_front()) { echo " - Your forum slogan";} ?><?php if ($page>1) { echo ' « Page '. $page; } ?></title>

    Unmangled: http://pastie.org/1028304

    Have a nice day and thanks to Zaerl to bb_is_front.

    I need function "if is home" to bbPress

    Example: Your topic title « Your forum name « Page 15

    If you are in topic’s page 15!

    #90496
    hpguru
    Member

    Thank you!!! This work fine.

    Have a nice day!

    #90495

    brilliant, thanks zaerl.

    While you’re here mate, are there any more functions like that (for defining testing for pages) ?

    Thanks

    #90494
    zaerl
    Participant

    bb_is_front()

    #90493

    No, there is no equivalent to the best of my knowledge.

    You could write one yourself that tests for the URL or basename of the file/folder you’re in – it’s not ideal, but very little is here.

    #90492
    Gautam Gupta
    Participant

    You can use the bb_is_front function (my previous comment went in spam).

    #90491
    hpguru
    Member

    But is there any function to title. I need slogan in web browser title and need “if is home”. If it is right, then show – My forum slogan.

    #90490
    Gautam Gupta
    Participant

    You can either put the code in front-page.php as Kevin told or use if ( bb_is_front() ) { /* Code Here */ }

    #90489

    front-page.php in your theme folder.

    Alternatively, I’ve a WordPress mimic plugin I’ll be releasing next week which should solve alot of WP to bbP issues.

    #90451
    ethanthekiwi
    Participant

    During the bbPress install it told me that I had to create a bb-config.php file and upload it to the root directory. I just copied the text, created the file and dropped it in without looking at it (I am not very familiar with php yet). Here is what it looked like on my server before:

    &lt;?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’, ‘bbpress’ );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘root’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ‘There was a password here’ );

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

    ?&gt;

    There were no spaces on or before the first or last lines. This is what it looked like (aside from me removing the password). I noticed the ‘put your unique phrase here’ deal and went ahead and filled those in following the instructions in the comment before it. Then I went to the page again and go the same error.

    @chrishajer

    I didn’t set the server up, but I believe it is a VMware WordPress application http://www.turnkeylinux.org/wordpress. I am afraid I don’t know where the php error log would be. The warnings are on the page itself not in a popup or anything. The url of the page with the warnings is mysite.org/bbpress/bb-login.php. I hope that helps.

    #34630
    hpguru
    Member

    I use on my WordPress function ´&lt;?php if (is_home()) { echo ” – My blog slogan”;} ?&gt;´ on index.php.

    But now i’m back to bbPress. Nothing in SMF or phpBB to me, try it and forget it… Install 1.0.2 and now i need slogan to just index.php.

    Thank you.

Viewing 25 results - 43,001 through 43,025 (of 64,528 total)
Skip to toolbar