Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 50,101 through 50,125 (of 64,428 total)
  • Author
    Search Results
  • #15373
    mdtreo
    Member

    i’ve read through the forums to no avail. here’s the scenario…i have wordpress installed and hosted. right now the database is set up as http://mydomain.com/wordpress. i created a new directory called “forums” and installed bbpress in that folder. then i go to http://mydomain.com/wordpress/forums/bbpress (which is crazy) to proceed with the install. i enter the dabase name, database user name and password which i’m taking directly from the wp-config file and i get “There was a problem connecting to the database you specified. Please check the settings, then try again.” I’m assuming either the directory set up is wrong or i’m entering the wrong database info. Any help is appreciated. Thanks.

    #15372
    chawarong
    Member

    Hi,

    I install bbpress Version 1.0.1 that comes with Akismet. I saw most people got Akismet working automatically, but for me it’s never working and I would appreciate if someone can tell where to look such as a log or some clue why it’s not working. I test it with akismet-test-123 and viagra-test-123, but still I can post the topics. Please someone kindly give me a hint where to start.

    Thanks,

    Chawarong

    hotforwords
    Member

    Can I integrate my bbress database into my WordPress database after they were separate (but sharing the same WordPress usernames)?

    Can I just copy the bb_ tables into my WordPress database and them tell bbpress to look at my WordPress database?

    Thanks so much!

    Marina

    #75377

    In reply to: bbPress 1.0 released

    gardenfl
    Member

    “Is there any easy way to search for plugins that are compatible with the bbPress 1 branch?”

    BBcode, Add image, the video plugin all worked perfectly for me.

    #75376

    In reply to: bbPress 1.0 released

    gardenfl
    Member

    Second issue:

    Currently my BBPress and WordPress are on two different databases. I would very much like to integrate users. However, the forum has about 50 users and the blog has about 20 users. Some are duplicates.

    My main concern is making this as simple as possible for the users.

    If I use the integration settings, how does that handle existing users?

    #15367
    Marius-
    Member

    To integrate BBPress with WordPress cookies, I need a secret key.

    I have four keys in my wp-config file, and none of them are called “Secret Key”. So where do I get this?

    I need help FAST, so please!

    #75375

    In reply to: bbPress 1.0 released

    gardenfl
    Member

    I currently use 09.5 but would like to upgrade this weekend. I do need to clarify a couple of things first.

    To begin with I set up a temp/test forum and tested the plugins I currently use. All seemed to work just fine.

    OK, not to the trickier part.

    Originally I installed BBPress through SimpleScripts, which my host makes available on dashboards.

    Then, changing my plans I moved the forum to a subfolder of a WordPress instillation.

    I will ask my host, but I don’t think there is a way to change the SimpleScripts info, which thinks the forum is located at the original location.

    Does anybody know if SimpleScripts adds anything that could complicate a normal upgrade? I am a very cautious upgrader and will of course back up the data base. But I want to go into this knowing about any potential problems.

    #15365
    #15364
    Paul
    Member

    i’m having a problem with unescaped characters showing up in my forum entries – for instance, if there’s an apostrophe in an entry, it gets displayed as ' when people read the forum. if you later edit that entry, the next display is \' and so forth. it seems as if the engine isn’t un-escaping the characters.

    i’m using bbPress 1.0.1 and wordPress 2.8.1 at http://trashfilmorgy.com/

    #15252

    Topic: Trash Film Orgy

    in forum Showcase
    Paul
    Member

    I recently upgraded my site http://trashfilmorgy.com/ to a WP/BB integration, and I wrap bbPress in the WP theme, arras, which creates a fairly seamless integration between the two. Check it out!

    #75374

    In reply to: bbPress 1.0 released

    No, especially because not all plugins that work with 1 are labeled as such :/

    #59371

    In reply to: Plugin: List Bookmarks

    _ck_
    Participant

    It’s a very heavyweight plugin that duplicates the functionality that’s already in WP.

    What you should do is either write the output of the function from WP to a file and simply do a readfile from the bbPress side, or write it into the WP options table with autoload turned off and fetch it from the bbpress side via a single query.

    #76298

    In reply to: howto find user ids?

    thekmen
    Member

    Hi _ck_ and thanks for the answer. The function above works perfectly when viewing the users profile page, is there any easy way to see the user id on the bbPress users.php page? would save having to go to each users profile to get the id.

    I did ask on the plugin page, but also asked here as this forum seems to get a lot more replies.

    #76308
    rbucky
    Member

    Well, I did not notice the “0.9” notation. The bbPress forums captures a larger audience, and therefore seems the best avenue and quickly resolving a query. Thank you for your quick response. Much appreciated.

    #15363
    rbucky
    Member

    I have followed the README to the letter for installation of the bbAttachments plugin. All relevant directories are 777, I created the bb-attachments directory, and a no go. I host my own site at http://gplug.org/forums/. As soon as I click the upload button, my topic is posted. I have tried jpg and png without success. Images do not reside in the bb-attachments folders either. Currently using bbPress 1.01 and WP 2.8.1 integration.

    Suggestions

    #15362
    thekmen
    Member

    I am using the C*nsor posts plugin on bbPress 1.0.1, works perfectly…

    However, I want to disable the censor on one forum.

    the function used in the plugin is:

    function censor_post_text($post) {

    if (!bb_get_option('censor_enable')) {return $post;}
    $words = bb_get_option('censor_words');
    if ($words[0]=='') return $post;
    foreach ($words as $key => $word) {
    $words[$key] = '/b('.preg_quote($word).')b/i';
    }
    $replace = array();
    $numwords = sizeof($words);
    for($i = 0; $i < $numwords; $i++) {
    array_push($replace, "****");
    }
    $clean_post = preg_replace($words, $replace, $post);
    return $clean_post;

    }

    anyone know how I would add something like – if not in form id 20 – to the above?

    #76279

    For example, where is WordPress “auth” cookie salt in WPMU? I also can’t find WordPress “secure auth” cookie salt & WordPress “logged in” cookie salt in my WordPress admin page.

    You just listed them.

    The WordPress “auth” cookie salt in WPMU is in your wp-config.php file: define('AUTH_SALT', 'bliddyblah');

    If you’ve done that correctly, you should see something like this: http://img268.yfrog.com/img268/8247/bbpresssettings.gif

    I wiped out my cookies and URL, but you should get the idea.

    #15361
    thekmen
    Member

    Hi all,

    I am using the hidden forums plugin by _ck_ on bbPress 1.0.1 without any issues so far.

    The only thing I am stuck on is getting the user id to add to the list of allowed users. It is not displayed in the bbPress users admin page, so I have to go back to the wordpress end, click on edit user & get the number from the URL.

    I am using pretty permalinks in bbPress, so maybe thats why I don’t get it in the edit user profile URL there…

    Anyone know of an easy way to display the user id in the bbPress back end?

    #75373

    In reply to: bbPress 1.0 released

    alexleonard
    Member

    Is there any easy way to search for plugins that are compatible with the bbPress 1 branch?

    #15359
    #15358
    Milan Dinić
    Participant

    Is it possible to link directly to post except with link to named anchor (http://example.com/forum/topic.php?id=152#post-499) on topic page, just like in vBulletin (http://example.com/forum/showthread.php?p=1856440#post1856440) or SMF (http://example.com/index.php/topic,152.msg499.html#msg499)?

    Why I am asking this is that I’m doing migration from SMF and there are many links which contains IDs of posts and I want to link directly to them in bbPress too (through mod rewrite), and this is hard when topics have multiple threads (how to find on which page is post in exampled SMF URL above?).

    Thanks

    #59370

    In reply to: Plugin: List Bookmarks

    jphill77
    Member

    I am using WordPress MU 2.7.1, and BBpress 0.9.0.5 with PHP 5. I have the user table integration as well.

    #76208
    _ck_
    Participant

    Are you certain you have bbpress installed under your /forums/ directory?

    Because I am fairly certain you don’t.

    If you did, this would work

    http://absolute-truth.net/forums/license.txt

    (unless you deleted that file, which is unlikely)

    /forums/ should be at the same level that /blog/ is

    #76271

    In reply to: Error when Install

    4crickj
    Member

    Not much info here; but try downloading bbPress again in case it is corrupt.

    #76207
    lndasa
    Member

    The second worked I changed the options from the existing place to /forums. After that http://absolute-truth.net/forums/ showed the posts but the template was not applied, it had a crude look. Now I deleted the bbpress under plugins. Now it doesn’t show up anything. So there seems to be some dependency with the old area. Is that dependency in the Database?

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