Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 58,901 through 58,925 (of 64,515 total)
  • Author
    Search Results
  • #61660

    In reply to: User Registration

    rslater
    Member

    IIS 6.0

    windows server 2003

    the site is on a dedicated server. Not sure if it is a server setting or a synch issue / coding issue with bbpress and wpress.

    after more testing here is what works currently.

    – Wp lost password and new registration works fine now as far as emailing out.

    – bbpress will email a notification when someone posts a new comment to your “favorites” topic

    -bbpress will NOT email out a new registration or a lost password

    Does that help in any to narrow it down?

    #2792

    I’ve gone over the configuration file, and it all looks correct. I am installing in forums.nerdgrind.com, which I gave it’s own directory, so there is no wordpress installation sharing the forums directory. I’m not sure why I keep getting this error:

    bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ ”, , ”, ‘2008-01-16 00:57:55” at line 4]

    INSERT INTO bb_topics (topic_title, topic_slug, topic_poster, topic_poster_name, topic_last_poster, topic_last_poster_name, topic_start_time, topic_time, forum_id) VALUES (‘Your first topic’, ‘your-first-topic’, , ”, , ”, ‘2008-01-16 00:57:55’, ‘2008-01-16 00:57:55’, 1)

    The database is setup, and all other tables are created except this one. I am using the latest bbPress.

    #54303
    krackenn
    Member

    Esta es mi pequeña aportación a la comunidad. El bbPress traducido completamente al español internacional para la version 0.8.3 y 0.8.3.1 este es el vinculo del post y descarga

    http://www.krackenn.es/index.php/bbpress_ultima_version_0.8.3._x_completamente_traducido_al_espanol.html

    otra cosa en el mio si figura tonto por bozo xD, leyendo estas sugerencias quizás lo cambie a ver si existe otra palabra para usar en lugar de ellas =)

    saludos.

    #49956

    In reply to: En español

    krackenn
    Member

    Para aquellos interesandos en tener traducido su bbPress.

    El archivo .mo lo tengo traducido para la version 0.8.3 funcional con la ultima version 0.8.3.1 este es el vinculo donde trato sobre el tema y la descarga correspondiente http://www.krackenn.es/index.php/bbpress_ultima_version_0.8.3._x_completamente_traducido_al_espanol.html

    #57162
    chrishajer
    Participant

    Coming back to this:

    Are you using IIS 5 or 6 as the server? I started looking into it and it seems like the IIS SMTP server returns a 501 error when it receives the bbPress email. Is yours IIS?

    #62303
    chrishajer
    Participant

    Are you using IIS 5 or 6 as the server? I started looking into it and it seems like the IIS SMTP server returns a 501 error when it receives the bbPress email. Is yours IIS? Where is the site hosted?

    #61659

    In reply to: User Registration

    chrishajer
    Participant

    Are you using IIS 5 or 6 as the server? I started looking into it and it seems like the IIS SMTP server returns a 501 error when it receives the bbPress email. Is yours IIS? Where is the site hosted?

    #62409
    vhilaire
    Member

    The URL to the forum is: http://www.johnmayerfans.com/boards

    The forum itself seems to be working the way it should. When I first created the config file I left the whole “integrating with wordpress” section blank. I didn’t fill it out. Then I filled it in once I found that the pretty slug permalinks weren’t working right. Once I did that the forums worked fine but then I couldn’t get into the main Admin dashboard.

    Here’s my config file as it is now:

    <?php

    require_once(‘/home/26615/domains/johnmayerfans.com/html/blog/wp-blog-header.php’);

    // ** MySQL settings ** //

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

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

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

    define(‘BBDB_HOST’, ‘************’); // 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://www.johnmayerfans.com/boards/&#8217;;

    // What are you going to call me?

    $bb->name = ‘JohnMayerFans.com Message Boards’;

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

    $bb->admin_email = ‘myemail@gmail.com’;

    // Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks.

    $bb->mod_rewrite = ‘slugs’;

    // 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 = -8;

    // 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_’; // WordPress table prefix. Example: ‘wp_’;

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

    $bb->wp_siteurl = ‘http://www.johnmayerfans.com/blog&#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’ );

    ?>

    #62333
    Sam Bauers
    Participant

    I’d say it was latin1 all along.

    I’m not sure how well older versions of bbPress handled character sets. But it works properly now at least.

    There are other factors that could have influenced things as well, but the permutations are a little too numerous to list.

    #62332

    So it’s likely that my database was latin1 all along, when created in admin, since I haven’t touched it and the only thing that could have is bbPress’ install or upgrade script? I don’t understand why I didn’t get the problems after install then, since UTF8 was specified in config.php, while getting the problem after the upgrade forced me to change it to latin1 in config.php. Have I stumbled onto a bug, or is it something else?

    Edit: I’m no database ninja, so sorry if I’m not getting things. :)

    #2790
    vhilaire
    Member

    I installed bbPress and was able to get into the Admin dashboard right after installation. However once I changed the config file to talk to WordPress I can’t get to the bbPress admin dashboard anymore. It just redirects me to my bbPress homepage.

    Any idea what’s causing the problem?

    Beau Lebens
    Participant

    Background: Installed WPMU (at “/”) and bbPress (at “/forums/”), followed integration instructions (and tweaked to get it all working). I used my WP theme header.php and footer.php as the basis for a bbPress theme, and loaded the full WP engine into bbPress by putting this code in my config.php

    // Load WordPress so we can use the same templates.
    define('WP_BB', 'true');
    require_once dirname(dirname(__FILE__)) . '/wp-blog-header.php';

    Symptoms: Pages load just fine, and all appears successful, but, upon further inspection, all bbPress pages actually return a 404 error in the HTML headers (you can see this using FireBug, or using a HEAD command to the page). NOTE: This will also happen if you create custom pages (not WP “Pages”) that load the WordPress engine – they load fine, but actually throw a 404).

    Explanation: What appears to be happening here, is that the page loads fine, because it is a real page. Internally however, WP doesn’t know about this page (because it’s a bbPress, or custom page), and so it assumes it’s a request for a permalink that it can’t resolve. Thus it throws a 404.

    The internal rewrite system in WP allows you to add new rewrite rules, but appears to only like dealing with “internal” or WP-specific rules. If you add in what it refers to as “non_wp_rules”, then it doesn’t actually apply them (so it still throws a 404).

    The FIX! on the code that I’m running, I have put the following WordPress plugin in place to add rules appropriate for my bbPress installation:

    function mbob_flush_rewrites() {
    global $wp_rewrite;
    $wp_rewrite->flush_rules();
    }
    add_action('init', 'mbob_flush_rewrites');

    function mbob_add_rewrites($wp_rewrite) {
    add_rewrite_rule('forums/topic', 'forums/topic.php');
    add_rewrite_rule('forums/forum', 'forums/forum.php');
    add_rewrite_rule('forums', 'forums/index.php');
    $wp_rewrite->rules = array_merge($wp_rewrite->non_wp_rules, $wp_rewrite->rules);
    }
    add_action('generate_rewrite_rules', 'mbob_add_rewrites');

    NOTE: I have removed a lot of my bbPress installation as part of my integration, so I didn’t require any other rules to handle things like profile pages or tags – you probably will need to add them if you use those features.

    Hopefully this will help someone else and prevent you from beating your head against a wall like I almost did :)

    Thanks to sambauers for helping me out with this in #bbpress as well.

    Beau

    #62349

    In reply to: bbPress versus PunBB

    kernow
    Member

    bbPress looks great on a mobile phone. Well it does on my Nokia N95 8gb anyway :) Downloads quick too. The future is mobile!

    #62370
    Sam Bauers
    Participant

    I assume that bbPress is in a sub-directory of your WordPress install?

    Sounds like the rewrite rules are incorrectly set or the existing WordPress rules are somehow getting in the way of bbPress.

    What type of permalinks are you using? Set that value to FALSE in your config.php if they are turned on and see if this still happens. I think that will narrow it down a bit.

    #62331
    Sam Bauers
    Participant

    bbPress will create tables using the character set and collation specified in the config.php file. However it won’t change the tables character set or collation if they are already created, as in the case with upgrades like yours.

    In fact, once installed, the collation value is not used at all, but the character set value is forced on every connection to the database with “SET NAMES ‘foo'”, where ‘foo’ is the character set (if it is specified).

    So if your database is ‘latin1’, and for some reason we don’t address it that way you will get improper character mapping of your data to characters.

    #62369
    chrishajer
    Participant

    That still happens at bbpress.org/forums as well. This was reported long ago, but it still happens here. Maybe the same thing is happening to you.

    https://trac.bbpress.org/ticket/588

    https://bbpress.org/forums/topic/redirect-error-on-login-at-bbpressorg

    https://bbpress.org/forums/topic/login-error

    I have noticed that even though the redirect seems to continue until the browser times out, if I cancel the page load, then just try to access the forum, I am logged in. Maybe you would find the same thing?

    Maybe it’s not noticed frequently by people who use bbPress heavily since their cookie never times out and they’re never asked to log in again?

    #62330

    For some reason UTF8 worked before, but the db was latin1. Does bbPress create the tables in latin1?

    Anyway, changing to the right latin1 table in config.php did the trick. Weird that I didn’t have the issue before the upgrade though.

    Thanks!

    #2787

    Topic: New Green theme/forum!

    in forum Themes
    newyearwill
    Member

    I’d like to start off by saying what a fantastic piece of software bbpress is – I love the similarities with WordPress: clean HTML & CSS code. In my opinion it’s like a breath of fresh air compared to other forum software because you can easily customise it to fit your site. I just hope the clever designers and developers continue their excellent work with future releases.

    …anyway enough of my rambling, here is my forum (still needs a few finishing touches):

    http://forum.reclaimyourskin.co.uk

    #62368
    Olaf Lederer
    Participant

    Hi,

    do you checked the setting in the config.php file?

    it must be something like:

    // The full URL of your bbPress install
    $bb->uri = 'http://www.domain.com/forums/';

    maybe you can post some URL?

    #2782

    I’ve just installed bbpress for the first time and that part seems to have worked. Now I’m trying to log in for the first time and after entering my correct username and password (I’ve triple checked everything) and am sent to my blogs 404.php page. It’s like it’s redirecting or something. I’m stuck. Any ideas on what I’m doing wrong?

    #62348

    In reply to: bbPress versus PunBB

    trex33
    Member

    Thank you both for the insights. Yeah, that PunBB 1.3 has been in the works for some time. Interesting take on the pitfalls of email notification. Never thought of it that way. That Joel Spolsky article had some great points in it.

    Definitely leaning towards bbPress at this point…

    #62326
    intellivision
    Participant

    Having user names being the same on two domains (very possible) is different than having two domains share a cookie (impossible due to the security implications I mentioned above).

    #51930

    In reply to: Language

    daga
    Member

    I installed version 0.8.3.1 succsessfully. Then I changed the config-file as written, before installing a .mo-file in /bb-includes/languages. The .mo file is based on the 0.8.3 bbpress.pot file. I´m pretty sure this is done correctly. But nothing happens. Same old english language everywhere. Any suggestions how to make the localization work – anybody ?

    #62252
    fel64
    Member

    It depends where your bb-load.php file is (in relation to your wordpress wp-config.php). You may find it easier to give an absolute path rather than a relative path. http://www.computerhope.com/jargon/a/absopath.htm

    #62389
    fel64
    Member

    What’s the fatal error?

Viewing 25 results - 58,901 through 58,925 (of 64,515 total)
Skip to toolbar