Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,801 through 63,825 (of 64,154 total)
  • Author
    Search Results
  • #49468
    icwiener
    Member

    Hi stigi. We should definitely merge our work, due to I have started translating as well and only have about 50 untranslated strings.

    I am presently hanging out in #bbpress on Freenode from time to time, so maybe lets meet there sometime.

    cheers

    #49467
    stigi
    Member

    i just started a german one:

    find it at http://stigi.seidbereit.de/bbpress_de_DE.po

    its far from finished. i just started at the beginning. and when i was bored i started again at the end and hoped i would meet up in the middle.

    but there are still like 800 lines not translated. but contribute! :)

    #50696
    ear1grey
    Member

    There isn’t currently a filter on the title, so there’s no quick answer that I can see, however:

    You could copy bb-templatesheader.php to my-templatesheader.php (if you don’t have a copy of it already), then change its call to bb_title(); to another function, which you could write in a plugin, stealing code from the bb_get_title() function in template-functions.php.

    Something like: my-title-plugin.php

    <?php

    // edit this so it returns whatever you want

    function my_title() {

    global $topic, $forum, $static_title, $tag, $user;

    $title = '';

    if ( is_topic() )

    $title = get_topic_title(). ' &laquo; ';

    if ( is_forum() )

    $title = get_forum_name() . ' &laquo; ';

    if ( is_tag() )

    $title = wp_specialchars( get_tag_name() ). ' &laquo; Tags &laquo; ';

    if ( is_bb_profile() )

    $title = get_user_name( $user->ID ) . ' &laquo; ';

    if ( !empty($static_title) )

    $title = $static_title . ' &laquo; ';

    $title .= bb_get_option('name');

    return $title;

    }

    ?>

    #50790

    In reply to: bozo’s?

    ear1grey
    Member
    #50797
    mrjain
    Member

    dude,

    that is a great site, i’m actually working a car site as well called BombayBling.com, so i might be pinging you for some feedback.

    later,

    mrj

    #50853

    Yes, and you’re right :)

    #50053

    In reply to: Can’t Login…

    cvanp, Is your bbPress URL a “subdirectory” of your WP URL?

    #50052

    In reply to: Can’t Login…

    whitelion, If you’re logged in, but can’t admin, it may be that there are no users with admin capabilities. This can happen if you install bbPress and then later intograte it with WordPress.

    To fix this, try setting $bb->new_keymaster = true; in bbPress config.php and then re-running /bb-admin/install.php.

    You should be able to type in your username if there are not any keymasters already. Delete that new line in config.php once you’re done.

    #847
    peiqinglong
    Member

    Just wanted to check…I assume so since it has its own “page” no?

    #50640
    AphelionZ
    Participant
    #50639
    peiqinglong
    Member

    How did you get img tags to work inside bbpress?

    #49599

    In reply to: Emoticons For bbPress?

    peiqinglong
    Member

    Cool! Works for me also!

    #50796
    peiqinglong
    Member

    The page you refer to is one of my sites: http://www.abunchofcars.com/forum and it took a bit of playing to get it “integrated”, but its easy now.

    Basically when you go to http://www.abunchofcars.com/forum , you’re not going to a page called forum, you’re actually loading the bbpress directory. I created a folder called “my-templates” and began warping the standard layout to match my layout. It involved some heavy modification of the bbpress layout files. The main files I tweaked with are: headers.php, front-page.php, footer.php, and style.css. I also did some slight tweaking with the login-form.php also.

    #49749

    In reply to: Using WP template tags

    “Try

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

    in bbPress’ config.php.”

    So this as you are installing bbPress? or ?

    #50572
    zapata
    Member

    I got an error after installation as follows:

    Fatal error: Call to undefined function: bb_is_user_logged_in() in /home/direc/public_html/passionforcinema-com/wp-content/plugins/bbpress-forcelogin.php on line 12

    #50235

    In reply to: Cookies and WPMU

    mozey
    Member

    suleinman, sure thing,

    okay, first of all, my bb and my mu are sharing ONLY the usertable and the login sessions. THATS IT, no common functions, nothing like that.

    and in order to do that, i added the following lines to my config.php on my bb.

    __________________________________________________

    //These are for the information about the database into which bbPress should store its content

    // ** MySQL settings ** //

    define(‘BBDB_NAME’, ‘bbdbname’); // The name of the database

    define(‘BBDB_USER’, ‘bbdbuser’); // Your MySQL username

    define(‘BBDB_PASSWORD’, ‘bbdbpassword’); // …and password

    define(‘BBDB_HOST’, ‘127.0.0.1’); // 99% chance you won’t need to change this value

    // This is the information about mu’s database. bbPress will look for users in this database

    define(‘USER_BBDB_NAME’, ‘mudbname’);

    define(‘USER_BBDB_USER’, ‘mudbuser’);

    define(‘USER_BBDB_PASSWORD’, ‘mudbpass’);

    define(‘USER_BBDB_HOST’, ‘127.0.0.1’);

    //if your using one database, its cool, just replicate the mu/bb data!

    //now your about to tell bb to look for users in the wp table

    define(‘CUSTOM_USER_TABLE’, ‘wp_users’);

    define(‘CUSTOM_USER_META_TABLE’, ‘wp_usermeta’);

    //and now, your about to tell bb to user the same sessions as wp

    $bb->usercookie = ‘wordpressuser’;

    $bb->passcookie = ‘wordpresspass’;

    $bb->cookiedomain = ‘localgigs.fm’; // or .example.com if there was a . above

    $bb->cookiepath = ‘/’;

    // Change the prefix if you want to have multiple forums in a single database.

    __________________________________________________

    i hope this helps. do reply back with questions, :)

    #840
    andyro
    Member

    I noticed someone had done this (lotsofcars blog??), where bbPress loads into a standard static wordpress page. I have the ‘execphp.php’ plugin installed, should this be as simple as copy-pasting the index code into the body of the page text (using html view), and making sure the paths to the rest of bbPress files are correct?? Or is there another, smarter method?

    #50094
    andyro
    Member

    OK, it totally works now. Thank-you. I didn’t realize I had to CREATE a .htaccess file under my ‘/www’ folder, I somehow assumed it would already be there in the installation package, and I only needed to add the MultiViews line to allow pretty permalinks – perhaps this could be clarified in the installation instructions? I am a complete ignoramus regarding all of this stuff, so the fact that I even got it working is a testament to its simplicity. The creation of the .htaccess file had me hung for several hours though. Otherwise, great work, I am looking forward to trying this out now!

    #50051

    In reply to: Can’t Login…

    cvanp
    Member

    I have two WordPress blogs (2.0.5) sharing a user database and attempted to get bbPress to share that user db as well. It installed successfully, but I can’t log in either!

    I know it’s pulling the info though from my User Database, because the username in the sample post is linked to the same site I’ve set in WordPress. I checked my config.php values, and I know the syntax is correct based on the comments in config.php and the comments above, so I’m a bit confused.

    I should note that I’m attempting this on a local test server, so all my config.php values are “localhost” values (such as $bb->domain = 'http://localhost';), I don’t know if this would throw things off at all.

    #50050

    In reply to: Can’t Login…

    whitelion
    Member

    i have the same problem , i can login in bbpress but i can’t admin it

    this i the config values..

    $bb->domain = ‘http://www.addisababba.com&#8217;;

    $bb->path = ‘/blog/forum/’;

    $bb->wp_home = ‘http://www.addisababba.com/blog&#8217;;

    $bb->wp_siteurl = ‘http://www.addisababba.com/blog&#8217;;

    #842

    Topic: detail of Style.css ?

    in forum Themes
    n22
    Member

    In which line of style.css describ those color????

    f.ex: sticky color is on the line 161 of style.css

    1) the color of your forums name? (the one on the right-top corner)

    2) the background color of forums ?

    3) the title of table ?(the gray one on the top: Topic — Add New » Posts Last Poster Freshness …)

    4) the original topic color ? (there 2 colors i think)

    5) those words color? (Hot tags, Latest Discussions, Forums, View..)

    6) the white line under under those title: Hot tags, lastest discussions…?

    7) all link words ?( add new, no-reply, untag… the original color is green)

    8) all link words ?(when mose hover)

    8) background color of the bottom section of forums ?(there is : xxxxxxx is proudly powered by bbPress)


    9) Now, when u add a new topic, theres a table which ask u the subjet, the content, the tag and the ection. i want to change the background color of this table, which line it is?

    10)Now, when u look at a topic, theres the original post and reply. the background of each one is on which line?


    11)last thing..: i want to also change those word (the word, not the color) : ‘Enter a few words(call tag)separeted by spaces to help someone find your topic’ and ‘ pick a section’

    Thank you a lot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    #841
    mokona
    Member

    I’m trying to install bbPress but I got this error

    “Fatal error: Call to undefined function: load_default_textdomain() in /home/.nevermore/wererabbit/demon.wererabbit.net/bbpress/bb-settings.php on line 132”

    What I’m supposed to do?

    #49598

    In reply to: Emoticons For bbPress?

    n22
    Member

    hahahaha !!!!!!!!! it works!@!!!! Thanks to all!!

    #49597

    In reply to: Emoticons For bbPress?

    n22
    Member

    THANK YOU :fuknrekd and AphelionZ

    ill try it!

    #50093
    andyro
    Member

    Thanks, I will try this (first need to figure out how to access .htaccess – reading about this now! :)

Viewing 25 results - 63,801 through 63,825 (of 64,154 total)
Skip to toolbar