Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 56,326 through 56,350 (of 64,448 total)
  • Author
    Search Results
  • #66571
    Erica S
    Member

    If there’s nothing on your forum yet, then just do a clean install. You have to rename the folder before you install it.

    #3754
    jimmie65
    Member

    Currently, I’m using myBB on my website (http://forum.compassionatechristianity.org). Is it possible to switch over the current database to BBpress?

    #66570
    springnet
    Member

    I did exactly the same thing and pffft. So I had to rename it back from forum to bbpress on http://spring.net/bbpress (for now!) until I can get it to work at http://spring.net/bb/ (hopefully soon)

    #64802

    Ok. I got an error when looking for the config file because I did not have an .htacess file in the root. So I manually uploaded the config.php file and now it seems to be working without the .htacess file.

    #64801

    Same problem. No luck here.

    MySQL 4.0.23

    PHP 4.4

    Hmmm.

    #3747
    841434
    Inactive

    OK, I’m not sure this is the right place for this but here goes.

    I’ve already set up my site. My home page is a wordpress blog that is integrated with bbpress. The bulk of the site is plain html pages. I find that when I pull a post out of wp and put it in a streamlined html page google does a better job of picking adds that match the content and I get more clicks on advertising. Now the question/problem. I want to keep the comments at the bottom of each post after I’ve moved it over to html. They are still there in bbpress and I can place a link to the forum, but I would much prefer to have the comments visible at the bottom of each post. If this is going to be too much work for someone literate in html, semi-literate in php and illiterate in css, then is there someone that can and will write a hack for it?

    #66569
    dpeeples
    Member

    i followed your instructions as well as i could but got a messed up page after inserting the

    $bb->uri = ‘http://your-domain-name.com/forum-path/’

    portion in the config code.

    Where exactly should it go?

    thanks much for the help.

    #66638
    chrishajer
    Participant

    Read this:

    https://bbpress.org/forums/topic/help-i-renamed-my-bbpress-file-directory-name

    This topic is so similar, I actually thought it was the other one.

    #66637
    dpeeples
    Member

    oops….no go. it worked good to navigate to the forum main page, but it messed up any folder under the bbpress/forum folder.

    any ideas?

    #66636
    dpeeples
    Member

    thank you much….so just rename the file? here goes….

    #66635
    Erica S
    Member

    Yes you can do this, I did the same thing.

    #3750
    dpeeples
    Member

    can i just rename my bbpress folder to forum to get my forum url to indicate “forum” instead of “bbpress”?

    thanks…probably been answered countless times, i just can’t find it.

    #65355

    In reply to: User Photo for bbPress

    775251
    Inactive

    Hi Detective —

    I just tried installing this plugin, and adjusted all the settings per your instructions, but I can’t seem to get it to work.

    I see the input field in profile-edit.php now, but once I upload a photo into it, it does not appear in the wp-content/uploads/user-photo folder, nor does it appear on the page.

    I’m using:

    userphoto_display_selector_fieldset($user->ID);

    in profile-edit.php, and calling the photo via:

    bb_get_photo ( $user->ID );

    in profile.php.

    Any advice on how to get it to work?

    #3748
    davidbaldwin
    Member

    ok, i downgraded from wordpress 2.6 to wordpress 2.5.1, and now I’m getting a “This username does not exist.” in bbpress when I try and log in. I can log into wordpress just fine, just not bbpress.

    http://lifelightcam.com/bbpress/

    what gives?

    #66617
    _ck_
    Participant

    You’re seeing it wrong.

    The core files of bbPress should never be touched so they can be easily upgraded whenever a new version or security fix comes around.

    my-plugins and my-templates keeps all your stuff seperate from bbPress’s stuff on purpose for very good reason.

    Don’t get crazy about one extra folder.

    #66568
    chrishajer
    Participant

    I just tried this same thing to see if I could recreate the problem. I renamed my bbpress folder, then navigated to the new URL. The forum came up. I tried to log in; I was redirected to the OLD url and got a WordPress 404 page since there is no page there.

    Then, I added the line that _ck_ recommended in bb-config.php:

    $bb->uri = ‘http://your-domain-name.com/forum-path/’;

    And I navigated to the new URL again. The forum came up. Then I tried to log in, and I logged in fine. In the admin, in the settings tab, the new URL is there (the one I entered in the bb-config.php, per _ck_’s suggestion.)

    If this was not your experience, maybe you have a problem with permalinks or mod_rewrite rules. Try turning permalinks off and navigating to the forum again.

    p.s. I didn’t do anything with the cookies, and I do not have an integrated installation. Just a WordPress site with a forum in a sub-directory.

    #66612

    In reply to: Pilates Digest Forums

    thion
    Member

    @_ck_ – you of all people should know that you can do amazing things with bbPress ;).

    @gio500000 – nice and clean design – I like it.

    #3746
    djp
    Member

    Hi all

    After much tweaking & relatively extensive style changes, I finally went live with my website.

    I needed to make bbpress fit in with the clean, simple style of the rest of the site & to be completely honest, I think I did a great job. Please have a look at the forum as well as the rest of the site to get a feel of what I mean by ‘fitting in’.

    Comments are most certainly welcome, good & bad :)

    http://www.mastercleanse.co.za/forum

    #66567
    deltaqo
    Member

    thanks for the reply _ck_.

    i tried your suggestion, and i’m still being redirected to my blog homepage when i try to access mysite/forum/bb-admin.

    i’m wondering whether my BB_PATH settings got messed up when i switched the folder name manually?

    also, how would i do a forced change of my cookiepath (as you suggest above)?

    #66610

    In reply to: Pilates Digest Forums

    gio500000
    Member

    ck – I am very happy with bbPress because it was painless to install, modify and develop around our brand. The only feature or plugin I wish was available was a way for users to easily follow forum topics via email. Something as easy as check this box to receive emails about this topic.

    Thank you,

    Gio

    #66594
    810798
    Inactive

    thanks _ck_,

    It seems to be a problem with when you include the wp-config… There must be a check somewhere in one of the files included in it that checks if that has been registered or is a banned blog, and wp-admin must be hardcoded in somewhere to be a safe directory.. i just havent had time to go through and look for where that happens.. been making a bunch of other customizations instead, as this problem can be solved by just using sub-domains..

    James

    #66593
    _ck_
    Participant

    That wpmu tag is going to be your best friend:

    https://bbpress.org/forums/tags/wpmu

    Not many people with wpmu experience here.

    I know Trent Adams uses it though (he’s also on IRC)

    Also, wpmu 2.6 is a no-go with bbPress 0.9 because of cookies.

    #66609

    In reply to: Pilates Digest Forums

    _ck_
    Participant

    Very nice! For a moment I was almost going to accuse you of advertising a non-bbpress forum here, LOL. It fooled me :-)

    #66615
    _ck_
    Participant

    bb-plugins is for plugins that come with bbpress

    It was created starting with 0.9 at my request to make akismet and bozo into plugins instead of automatically loaded with bbPress.

    my-plugins is for your own plugins

    Same concept with themes.

    #3745
    Null
    Member

    Recently, there is a standard plugin folder called bb-plugins. Why is that? What is the difference between this plugin folder and the good old my-plugins folder?

    Can we delete this old one and put all plugins in teh bb-plugin folder? I would like to know this so I can keep my bbpress folder clean and not having X folders containing different plugins.

    So why do we have 2 plugin folders and can we delete my-plugins?

Viewing 25 results - 56,326 through 56,350 (of 64,448 total)
Skip to toolbar