Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 64,101 through 64,125 (of 64,446 total)
  • Author
    Search Results
  • #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’;

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

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

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

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

    #836
    bftuk
    Member

    Will bbpress have an option for members to have signatures, where they can add text or links?

    I’m looking at starting a new forum, having used SMF & PHPBB forums in the past, but i really like wordpress so have installed a ‘test’ site using bbpress, and am really impressed, but its an important feature that i’m need to be installed.

    #50092

    andyro,

    It looks like you need to set up pretty permalinks.

    #50047

    In reply to: Can’t Login…

    devils_advocate:

    $bb->domain = ‘http://acd.us’;

    $bb->path = ‘/cms/bbpress/’;

    $bb->wp_home = ‘http://acd.us/cms’;

    $bb->wp_siteurl = ‘http://acd.us/cms’;

    Try those values.

    #839
    lordcoder
    Member

    Hi ,

    how to determine if its a member or an admin ( by admin , i mean the administrator and keymaster levels ) ?

    if not , where can i find a good documentation about bbpress template tags like wordpress’ one ?

    TFYT .

    #818
    lordcoder
    Member

    Hi all ,

    i recently installed BBPress , and oh man , its very easy to use and the installation taked only 3 minutes , but its the customization that was very interesting , about this , how to customize titles ?

    I dont want the whole title like this : POST_TITLE > SITE_TITLE , is that possible ?

    Thanks .

    #50091
    andyro
    Member

    I have bbpress loaded inside wp (like this: (wp/bbace/’). All bb pages show, except when user profile is clicked on (the respective users from worpress showed up automatically) I get:

    The requested URL /wp/bbace/profile/2 was not found on this server.

    Or when a topic is posted (the post goes up) but I get this error:

    The requested URL /wp/bbace/topic/3 was not found on this server.

    On the server side, there is nothing under ‘topic’ or ‘profile’ – should this be looking for a .php script, or something in the mysql side of things?

    Any pointers would be appreciated…to view the site:

    http://archicad.ca/wp/bbace/

    Thanks in advance!

    #50234

    In reply to: Cookies and WPMU

    suleiman
    Member

    mozey, would you mind helping out a fellow mu’er and post the code to your working mu/bbpress integration?

    I’ve been stumbling again and again on getting the user integration to work, let alone the cookies!

    #837

    Topic: bbPress posts from WP

    in forum Plugins
    mbyte
    Member

    I wroted plugin for WP, which create topic and post in bbPres forum, when you publish post in WP blog. Plugin can edit post in bbPress forum, when you edit it in WP.

    Page of plugin.

    Sorry for my English.

Viewing 25 results - 64,101 through 64,125 (of 64,446 total)
Skip to toolbar