Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 24,701 through 24,725 (of 26,689 total)
  • Author
    Search Results
  • #60816
    pwdrskier4
    Member

    Yes, the two are fully integrated – users and functions.

    Sorry but I am not using MU so I don’t think I can help you there.

    #52920
    Slamlander
    Member

    I got this [http://slamlander.caselle-vpn.net/?p=21] :

    Warning: Cannot modify header information – headers already sent by (output started at C:InetpubVwebSlamlanderwikiextensionsAuthPress.php:352) in C:InetpubVwebSlamlanderwikiincludesWebResponse.php on line 11

    What I did:

    On current install on integrated WP and BBP, added a “wiki/” directory and unpacked mediawiki 1.10.1 there, ran the install, and used the same DB. The wiki, at this time works stand-alone. What’s happening here is a version incompatibility issue, methinks, betwixt Authpress and MediaWiki. There are some code structure changes from 1.9.x to 1.10.1 but I don’t know what they were.

    I do know one thing, no one has submitted this to the MediaWiki team, why not? I should have been able to download it from there and I could even get help from them, if it were submitted.

    #61418
    pwdrskier4
    Member

    You may use my site Snownation. However, it is only a week old and does not have a lot of traffic yet. It is the latest wordpress integrated with the latest bbpress. Let me know if you have any questions.

    #61417
    fel64
    Member

    Since you haven’t had any other offers: if you’re comfortable with saying Loinhead (that’s Loins for short) to the audience, go for it. Traffic is … just about reasonable, the forums tend to stay alive at least.

    #2588

    Topic: Line 80 error

    in forum Installation
    openartist
    Member

    Hello,

    This is my first bat at installing BBpress. I’m looking forward to playing with it if I can figure out what’s wrong with it. Can someone help me troubleshoot here? I think I read somewhere on the forums that someone had a similar issue but I can’t find that post again.

    So first of all I’m integrating it a previous wordpress installation. I put everything in a subdirectory called /forums/. For the database info in the config file I put all of the same info for the wordpress install, I hope that was correct.

    I have no clue what this is:

    define(‘BBDB_CHARSET’, ‘utf8’);

    define(‘BBDB_COLLATE’, ”);

    So I left it blank, is that correct?

    Lastly, at the bottom I entered this:

    $bb->wp_table_prefix = ‘wp_’;

    $bb->wp_home = ‘http://www.airshipleague.com/forums’;

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

    Is this correct??? I’m not sure what the difference between _home and _siteurl is. I’m assuming that home is where I want the forums to go and the url is the domain of the site as a whole…But that’s totally guesswork. A lot of this database stuff is greek to me.

    So I uploaded everything and went to install it and would continually see the error above the install wizard:

    Warning: mysql_get_server_info() [function.mysql-get-server-info]: Can’t connect to local MySQL server through socket ‘/usr/local/mysql-5.0/data/mysql.sock’ (2) in /home/content/o/p/e/openartist/html/airshipleague/forums/bb-includes/db-mysqli.php on line 80

    Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/content/o/p/e/openartist/html/airshipleague/forums/bb-includes/db-mysqli.php on line 80

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/o/p/e/openartist/html/airshipleague/forums/bb-includes/db-mysqli.php:80) in /home/content/o/p/e/openartist/html/airshipleague/forums/bb-admin/install.php on line 10

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/o/p/e/openartist/html/airshipleague/forums/bb-includes/db-mysqli.php:80) in /home/content/o/p/e/openartist/html/airshipleague/forums/bb-includes/functions.php on line 1898

    I figured I would try and install anyways crossing my fingers it would disappear. The install completed and sent me a confirmation email. When I logged on for the first time above the forums it says:

    Warning: mysql_get_server_info() [function.mysql-get-server-info]: Can’t connect to local MySQL server through socket ‘/usr/local/mysql-5.0/data/mysql.sock’ (2) in /home/content/o/p/e/openartist/html/airshipleague/forums/bb-includes/db-mysqli.php on line 80

    Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/content/o/p/e/openartist/html/airshipleague/forums/bb-includes/db-mysqli.php on line 80

    If I try and log in it will hang and nothing will happen. If I refresh it will bring me to a login page with similar error messages hanging above.

    If it matters at all I’m using Godaddy’s service which allows me to have multiple domains on a single IP, so the site is really a subfolder of my main url that airshipleague.com is forwarded to. I don’t have problems with that at all when I install wordpress though.

    Many thanks for any help you can give me!

    #61440
    JeffVoegtlin
    Member

    I think you’re right and that it is somewhere in the “integrating with WordPress” section. I tried to follow the example, but I didn’t know what I was doing or what what I did would do.

    Thanks for your help.

    #61439
    JeffVoegtlin
    Member

    <?php

    // ** MySQL settings ** //

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

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

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

    define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change these last few

    define(‘BBDB_CHARSET’, ‘utf8’); // If you are *upgrading*, and your old config.php does

    define(‘BBDB_COLLATE’, ”); // not have these two contstants in them, DO NOT define them

    // If you are installing for the first time, leave them here

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

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

    // The full URL of your bbPress install

    $bb->uri = ‘http://jackhammr.org/bbpress/&#8217;;

    // What are you going to call me?

    $bb->name = ‘JackHammer Forums’;

    // This must be set before you run the install script.

    $bb->admin_email = ‘jeff@jackhammr.org’;

    // Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based 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: -6 for Pacific Daylight Time.

    $bb->gmt_offset = -6;

    // 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 it as it is.

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

    $bb->wp_home = ”; // WordPress – Options->General: Blog address (URL) // Example: ‘http://jackhammr.org&#8217;

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

    /* Stop editing */

    if ( !defined(‘BBPATH’) )

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

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

    ?>

    #52919
    Sam Bauers
    Participant

    There is an LDAP plugin which would be a good jumping off point for Active Directory authentication.

    https://bbpress.org/plugins/topic/26

    Theme compatibility between WordPress, bbPress and MediaWiki is a stretch. I have a project on the back-burner that might help with WordPress/bbPress theme integration, but MediaWiki is a big ask.

    #52918
    Slamlander
    Member

    So, if I get this right;

    1) Install WordPress (current version, 2.3.1)

    2) Install and integrate BBpress (current version)

    3) Install MediaWiki (current version, 1.10.x)

    Making sure that they all use the same data container and not to let MediaWiki set any prefixes.

    Okay, that should integrate the Auth stuff and some judicious use of DB triggers (using MySQL5) might actually take care of most of the fleas. However, to be real Enterprise 2.0 here, the themes have to integrate aas well. Also, has anyone got WordPress to authenticate against an Active Directory Domain, like they have for MediaWiki?.

    #2589
    Burkie
    Participant

    hi, I have bbpress and wordpress fully working together, the only issue is that when a user registers with bbpress and leaves a comment it appears as anonymous. I have tried adding post_author but no joy, any ideas?

    #58869

    In reply to: bbPress vs. a plugin

    chrishajer
    Participant

    Don’t be scared, full steam ahead. It will be fine. I agree bbPress as standalone forum software is better than a WordPress plugin. Worst case you learn alot as you go along.

    #61377

    In reply to: Installation…?

    chrishajer
    Participant

    WordPress uses wp-config.php and bbPress uses config.php (although I thought there was talk of prepending bb_ to some files, including that one.)

    Anyway, having it in a subdirectory as you do is perfect. If you cannot select the database, then something is wrong in your config.php. The connection details should be the exact same ones as in wp-config.php. Are they? The table prefix should be different in bbPress config.php and can be left as bb_. The table prefix in WordPress wp-config.php might be wp_.

    Is there more to the error message? There has been some other trouble recently but it gives a different error message.

    #2579

    Topic: Installation…?

    in forum Installation
    pwagner3
    Member

    Hi guys. Trying to install bbPress along with my current WordPress 2.3 installation.

    WordPress was a snap! I had that sucker done in about 5 minutes.

    bbPress is a different animal. my install.php page says “Cannot select DB”.

    Is there a comprehensive Install doc that I am missing? I feel as if I have a lot of questions about the info on the page http://bbpress.org/documentation/installation/

    Any help would be appreciated.

    #61410
    tgallaud
    Member

    thank you very much guys. I really appreciate it — I have a lot of great recommendations to go on! (I haven’t had a lot of time to spend on wordpress or bbpress and I appreciate your help to make my customization time easier!)

    #61409
    chrishajer
    Participant

    > using wordpress would work and that’s a good thought,

    > but I would have to customize it quite a bit I think…?

    No, not at all. Find a theme you like, create a static page, make that your home page, strip out the stuff you don’t want in the sidebar (for archives, pages, categories, search, blogroll, meta, etc) and that’s it. One topic with comments.

    Or, a guestbook :)

    #61403
    tgallaud
    Member

    thanks for your quick reply.

    using wordpress would work and that’s a good thought, but I would have to customize it quite a bit I think…?

    I’m wondering if there’s an easy way to dumb down bbPress (or wordpress) so I can really just utilize its comments functionality — so I can have a page with a one thread based conversation and that’s it. (I’d like other users to be able to add their comments like they can on a wordpress blog entry…) Any recommendations on how to do this easily?

    Is there other software that just focuses on this?

    thanks very much.

    #2587
    Sam Bauers
    Participant

    I’m running a discussion on bbPress at WordCamp Melbourne this weekend and I’m looking for a good WordPress/bbPress integrated site (or two) to show as an example.

    Preferably one run by someone here, with a reasonable amount of traffic, so I can prod them with questions about it.

    Anyone?

    #58867

    In reply to: bbPress vs. a plugin

    chrishajer
    Participant

    Also, I didn’t realize there were forum plugins for WordPress until you posted this. From the looks of them, this one (of 4) appears to be most current and most actively maintained:

    http://www.stuff.yellowswordfish.com/simple-forum/

    Never used it, but just learned about it after you asked the question.

    #58866

    In reply to: bbPress vs. a plugin

    chrishajer
    Participant

    Yes, use the same database (it’s easier later with integration) and you can even leave the default table prefix in the bbPress config.php. By default, WordPress uses a table prefix of wp_ and bbPress uses bb_, so there is no conflict, and even if bbPress goes horribly wrong, it won’t hurt WordPress at all.

    Good luck. I’m in Chicago too if you need any help.

    #61402
    chrishajer
    Participant

    Sounds more like a blog than a forum. Wouldn’t WordPress allow you to do this, with you posting the topic, then leaving comments open?

    Do you have a WordPress installation already? I think it might do what you want, unless I missed something in reading your comment.

    #58864

    In reply to: bbPress vs. a plugin

    chgogrrl99
    Member

    OK, thanks for responding guys.

    I think I’m going to go for bbPress. If I can’t do it or it just becomes too much of a pain, I’ll try the plugin.

    One question though…It is Ok to use the same database as my wordpress right? It makes sense to me to do so, just want to be sure.

    Thanks

    #58863

    In reply to: bbPress vs. a plugin

    fel64
    Member

    Copy and pasting per se is not a problem. It simply irritates me that you ask for help but cannot be bothered doing more than the minimum in doing so.

    You can always backup your databases. See https://codex.wordpress.org/Backing_Up_Your_Database; this will mean that no matter what you do, you can get a fully functioning wordpress install back.

    #58861

    In reply to: bbPress vs. a plugin

    fel64
    Member

    Uh, yeah, thanks for copy-and-pasting. When you are asking other people to spend their time helping you, the least you can do is take a little time to make it easy and appropriate for them.

    > So, as a newb to using databases and php, should I choose a stand-alone like bbPress or a plugin I just upload to Wp?

    If you can install wordpress, you can install bbpress. It’s no harder. Integrating them is also not difficult. Despite never having used one I’d assume a plugin would be a little easier though.

    But if you care about the potential and speed of your forums, you should go for actual forum software, not something tacked onto something unrelated. In this case you should choose bbPress.

    You can certainly do both; which is better for you is something you’ll be best at deciding.

    #2584
    chrishajer
    Participant

    Not my site, a forum at a WP plugin author’s site:

    http://gbellucci.us/forums/

    I didn’t realize it was a bbPress installation for a few minutes until I looked at it. It was just a support forum, nothing screamed out kakumei to me :)

    #2059
    chgogrrl99
    Member

    (I cross posted this in the WP Support forums)

    Hi,

    Last night I did my first install of WordPress with a little help from the nice people hanging out in the Installation Forum – thanks again everybody. BTW, it took me a long time to do as I’m very new to mysql, php, ect.

    Today, I’d like to add a forum. I’m very worried about screwing up my database or having to tinker with too many files. I’d like to add it now because I’ve yet to start customizing my site (WP is my main page BTW)and figure I should get all the things I want in there first, then go to work adding content ect.

    I’ve read (or at least looked at the headlines for the first 100 post in these forums related to forums plugin).

    So, here’s my question:I want a forum that will have about 10 or so categories listed under about five different cities. For instance: Chicago Jobs, Housing, For Sale, Events, ect.

    Of course I want people only to log in once and I understand that bbPress and some plugins can do that.

    It doesn’t have to be fancy or anything.

    So, as a newb to using databases and php, should I choose a stand-alone like bbPress or a plugin I just upload to Wp?

    I’m asking you assuming you are much more experienced with these things than I and will know which is better for someone at my level.

    Thanks for reading this long post

Viewing 25 results - 24,701 through 24,725 (of 26,689 total)
Skip to toolbar