Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 26,051 through 26,075 (of 26,812 total)
  • Author
    Search Results
  • #1497
    chenchen
    Member

    Hi! :) i have successfully installed bbress to my site integrated with wordpress. Now, i have another question? can we make it possible to make the forums(the entire bbrepss forums) exclusive only for members? what do i need to do? thanx! :)

    #1496
    stuboo
    Member

    I have bbpress and wordpress running independently on the same domain but am having some encoding problems with bbpress that I didnt have on my local server.

    As an example . . .

    the…?

    Shows as . . .

    the…?

    I am sharing some of the same header information between my bbpress install and my wp theme, but I don’t know enough about encoding to know if that’s the problem.

    Thanks,

    Ryan

    #52902
    AphelionZ
    Participant
    #52901
    AphelionZ
    Participant

    I’m having trouble with this plugin – MediaWiki version 1.6.9, using the Authpress.php from the codex link in the first post.

    I try to log in and I get this error:

    ..from within function “AuthPress::authenticate”. MySQL returned error “1146: Table ‘*********.wk_wp_users’ doesn’t exist (*****.***)”

    It looks like it’s appending wk_ before my user table?

    #1494
    flatworm
    Member

    My bbPress does not want to show graphics and log me on.

    It looks like if i would run it from my disk, without xampp.

    Help me please.

    http://img291.imageshack.us/img291/6812/untitled2sy5.png

    http://img137.imageshack.us/img137/8210/untitledua0.png

    My bbPress does not want to show graphics and log me on.

    It looks like if i would run it from my disk, without xampp.

    Here is my config.php

    <?php

    // ** MySQL settings ** //

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

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

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

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

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

    $bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!

    // If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.

    // Adjust the domain and path to suit your actual URL.

    // Just the domain name; no directories or path. There should be no trailing slash here.

    $bb->domain = ‘http://my-cool-forums.example.com&#8217;; // Example: ‘http://bbpress.example.com&#8217;

    // There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.

    $bb->path = ‘/’; // Example: ‘/forums/’

    // What are you going to call me?

    $bb->name = ‘Thinker’;

    // This must be set before running the install script.

    $bb->admin_email = ‘v@m.com’;

    // Set to true if you want pretty permalinks.

    $bb->mod_rewrite = false;

    // The number of topics that show on each page.

    $bb->page_topics = 30;

    // A user can edit a post for this many minutes after submitting.

    $bb->edit_lock = 60;

    // Your timezone offset. Example: -7 for Pacific Daylight Time.

    $bb->gmt_offset = 0;

    // Change this to localize bbPress. A corresponding MO file for the

    // chosen language must be installed to bb-includes/languages.

    // For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’

    // to enable German language support.

    define(‘BBLANG’, ”);

    // Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage

    // of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at

    // http://wordpress.com/api-keys/

    $bb->akismet_key = ”; // Example: ‘0123456789ab’

    // The rest is only useful if you are integrating bbPress with WordPress.

    // If you’re not, just leave the rest as it is.

    $bb->wp_table_prefix = ”; // WordPress table prefix. Example: ‘wp_’;

    $bb->wp_home = ”; // WordPress – Options->General: Blog address (URL) // No trailing slash. Example: ‘http://example.com&#8217;

    $bb->wp_siteurl = ”; // WordPress – Options->General: WordPress address (URL) // No trailing slash. Example: ‘http://example.com&#8217;

    /* Stop editing */

    if ( !defined(‘BBPATH’) )

    define(‘BBPATH’, dirname(__FILE__) . ‘/’ );

    require_once( BBPATH . ‘bb-settings.php’ );

    ?>

    #54979
    fel64
    Member

    Are you using xampp? I’ve no experience with that whatsoever, but since it’s a path on your hard drive it seems that way to me. I’ve seen a few people say they’ve had problems using bbPress with that, and someone rightly point out that if you test on xampp you’ll get a bunch of errors you wouldn’t get on a server and miss the ones you would get.

    I’ve personally had no problems on my server, and if you already have hosting and an unused or wordpress db then there probably isn’t any harm in just testing it on the server. :)

    Edit: err – hehe …

    #1490
    maddoc
    Member

    Hello.

    I have a WordPress blog installed at:

    http://www.mysite.com

    And another (with another MySQL database) installed at:

    http://www.mysite.com/otherblog

    I would like to install bbPress into my ‘otherblog’ like so:

    http://www.mysite.com/otherblog/forums

    Could someone just clarify what I should put in my config file (as I am getting confused about the correct URL to enter). I am also confused about integrating the BB into my blog. Last time I uploaded (FTP’d) the whole folder (i.e. the ‘bbpress’ folder) to:

    http://www.mysite.com/otherblog

    Was this the correct location? Should have uploaded the contents of the ‘bbpress’ folder to this location or should it have been uploaded to:

    http://www.mysite.com/otherblog/forums

    Also, where exactly should I put the .htacess file (to enable permalinks), last time I put it in:

    http://www.mysite.com/otherblog/bbpress

    I’m sorry if these are simple questions but I don’t want to damage my existing installation of WordPress.

    Kind regards,

    MadDoc

    #55090
    john24
    Member

    I have custome made theme and template, so it probally going to take me a lot of hours to manually change everything in bbpress to wordpress. I am thankfull that you posted the above links. Hopefully it will save me some time.

    #55063
    Trent Adams
    Member

    I am not sure of the actual path, but I would imagine that it will be in webspace formatting with forward slashes off localhost or whatever and off the actual server (web server that is) host. Better wait for someone else who has installed on a localhost to answer I guess, but I would imagine that path is not right in your config.php

    Trent

    #55087
    Trent Adams
    Member

    Here are a couple of good places to start (I have never done this, just edit CSS and template to match myself):

    http://www.bui4ever.com/web-itecture/how_to_integrate_wordpress_and_bbpress/

    http://www.adityanaik.com/blog/bbpress-and-wordpress-integration/

    Trent

    #1489
    john24
    Member

    I just installed bbpress and now how do I get it to work within my current wordpress template?

    #54907
    CMoseley
    Member

    I’m not sure exactly what your asking. I copied and pasted the code in my WordPress template into my bbPress template. Works fine in WordPress, gives me the above error in bbPress.

    The code I used was:

    <?php
    if ($rs = aggrss('http://onctalk.com/wp-commentsrss2-custom.php'))
    {
    // dump the structure
    //echo "<pre>";
    //print_r($rs);
    //echo "</pre>";
    echo "<a href='" . $rs[link] . "' style='color: #000000; font-weight: bold;' >" . $rs[title] . "</a>";
    echo $rs[description] . "<br />";

    foreach ($rs['items'] as $item)
    {
    echo "<p><a href='" .$item['link']. "'>" . $item['title'] . "</a><br/>" .html_entity_decode($item['description']). "</p>";
    }
    if ($rs['items_count'] <= 0) { echo "Sorry, no items found in the RSS file <img src='http://www.soderlind.no/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> "; }
    }
    else
    {
    echo "<!-- It's not possible to reach RSS file -->";
    }
    ?>

    #55086
    CMoseley
    Member

    What baptiste posted in another thread worked like a charm:

    “Easy fix (hack) in bb-includes/template-functions.php, update this function to look like this:

    function get_post_text() {

    global $bb_post;

    return stripslashes($bb_post->post_text);

    return stripslashes(apply_filters( ‘get_topic_title’, $topic->topic_title, $id ));

    }

    May be an artifact of the wordpress integration – not sure. “

    (Made a small change of adding the filter for the titles too… was originally split over two posts.

    #55062
    flatworm
    Member
    if ( !defined('BBPATH') )
    define('BBPATH', dirname(C:AllProgramingphp&mysql SERVERwordpressbbpress) . '/' );
    require_once( BBPATH . 'C:AllProgramingphp&mysql SERVERwordpressbbpress' );

    ?>

    Are this last lines correct if the path to my bbpress is: “C:AllProgramingphp&mysql SERVERwordpressbbpress” ?

    #54973
    macwise
    Member

    *bump*

    Does anyone know how this can be achieved without doing a custom query. (using built in bbpress or wordpress commands)

    #54543
    fel64
    Member

    I just got about a dozen links to comments made on bbPress New Version Release posts on the front page of my wordpress dashboard. They are also appearing on planet.wordpress.org – I assume it’s a bug?

    #55061
    fel64
    Member

    Have you entered all the right details in your config.php? Since you’re sharing databases it should have the same database info (name, user, password) as wordpress’s wp-config.php.

    Yeah I call this a debugged version – Chrishajer sums it up nicely.

    #54342
    kirkk
    Member

    To fix this, i have uploaded all my files and directories without installing them on localhost… First, i uploaded wordpress to my web server and installed it then uploaded bbpress and installed it on web server…

    … before of that “above” , i had installed both of them on my localhost then i had uploaded them to my web-server, but that moment i had problems with slashes. Because there is an confusing section about slashes between the normal windows and web server…

    And i recommend that do not change the folder name of your “bbpress” after u upload it to your web server . I tried it two or three times after i installed both of my wordpress and bbpress on my web server, it caused slashes to head backwards…

    Now i have solved all my problems :)

    forward to hearing from you with the same :)

    (sorry for my english if i made any mistake, it is not my first language)

    #55060
    chrishajer
    Participant

    Flatworm, yes, they should use the same database if you want integration.

    And I thought we covered the graphics not working, which is likely due to a path issue on localhost, in your other thread.

    Regarding “debugged”: it is debugged, but as I stated before, all software has bugs, and you also need to accept the fact that you are using beta software.

    Also, I have offered to help you off list but I have not heard from you…

    #53926

    In reply to: post or reply by email

    chrishajer
    Participant

    This works better for a blog you own, to create new posts/articles, rather than a forum where anyone can post at any time. AFAIK, it does not exist for comments in WordPress, just posting. Maybe there’s a plugin for doing it with comments in WP, but I think that would be silly.

    #55059
    flatworm
    Member

    Cannot select DB.

    Why graphics do not work?

    Very strange. And you call this a debuged version?

    #55058
    flatworm
    Member

    Do I need to make bbPress use same DB as WordPress?

    #55057
    flatworm
    Member

    Nice. Thanks.

    No Bugs?

    #55056
    fel64
    Member

    What do you mean by manual?

    You have to change some settings in config.php, but that’s it. Nothing a monkey with a keyboard and a human to do the work for him couldn’t do … really, it’s simple. :) No editing code or the like. Even if it’s in a different subdomain you barely have to do anything.

    Certainly doesn’t sound as much work as installing Vanilla – bbPress is set up to use mostly the same tables as WP already …

    #1486
    flatworm
    Member

    It requires alot of pain in the *** to install Vanilla on WordPress.

    I do not want to do it manualy.

    <b>Does this thing require a manual hookup?<b/>

    Does it still have the bug that had to be solved by editing the code?

Viewing 25 results - 26,051 through 26,075 (of 26,812 total)
Skip to toolbar