Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 55,226 through 55,250 (of 64,430 total)
  • Author
    Search Results
  • #67237
    Tom Lynch
    Participant

    Please, can some one help, this is still not working and no one seems to be helping I have no idea what to do or who to ask but here as its the bbpress code that is at fault.

    #68485

    In reply to: Customizing gravatars

    citizenkeith
    Participant
    #68173

    In reply to: Second Page Gone!

    chrishajer
    Participant

    Hi _ck_

    The 503 error was happening after just loading one page a couple times in a row, or going from page one of this topic to the second page. The page where the problem was first observed is http://harrismarine.co.nz/bbpress/topic.php?id=9&page=2

    You don’t need to load 100 pages in the session, or 50 pages in a minute. All you needed to do was load the first page of that topic, then try and access the second page. That’s where you typically got the 503. If you didn’t, simply F5 or CTRL-SHIFT-R would sometimes cause the 503.

    It seems like something is being counted as a page access when it’s not. It’s as if loading the first page of that topic counts as 30 page views, then loading page two is another 25 or 30 and you get the 503.

    There are lots of plugins installed. I thought at first that the bb-attachments plugin might be causing the problem since there are lots of embedded images in that topic. I know what *should* count as a page access, but it seems like some pages are being counted multiple times based on the content of that page.

    If you need more debug info or logs to see what’s going on, please ask here. Right now both those throttling things are turned off (pages in a row in a certain time period and pages per session) and the forum seems to be working fine.

    #54304
    medyz
    Member

    Hola, recien me inicio en bbpress v 9.0.2 y tengo un serio inconveniente al pretender usar el .mo. Si bien no encontré en ninguna parte el mo en español, encontre una en otro idioma dejando algunas lineas en ingles y otra en español con el poedit. Tras exportar al .mo : no funciona. Además enconté distintas instrucciones, a todas las probé sin éxito.

    – en el bb_config, linea 4x=> define(‘BBLANG’, ‘es_ES’);

    – el .mo dentro de la carpeta languajes, carpeta languajes dentro de carpetas:

    bb-includes (como se indica en bb_config)

    my-plugins (como recomienda el readme dentro de bb-plugins)

    bb-plugins (lo encontré en algun foro y lo probe por si acaso anduviera )

    Espero me puedan ayudar

    #66109
    keress
    Member

    Okay, I tried using the settings that the setCookieParams seems to be recommending.

    PathcookiePath: /

    Cookie domain: blank

    Cookie hash: 84bdfc54a51c9a8b123e73fe41df39a3

    No change in bbpress/blog behavior. When I use the bookmark to show cookie settings, they are unchanged since yesterday. It doesn’t appear the setCookieParams worked.

    Another question, the 2Diabolos site has two setCookieParams on the page. Is there one that should be used over the other?

    #66108
    keress
    Member

    I found more info on the setCookieparam plug in.

    http://www.2diabolos.com/blog/?s=cookie

    What threw me was that the download given here is in an ‘upload’ subdirectory, but needs to be uploaded to the plugins folder and implement the usual way. It can then be accessed through the ‘settings.’ But, I’m still confused. The instructions here say that it can be used to check the cookie settings, but all I see is the ability to set the cookies. If I am to set them, should I just follow the suggestions given with the plugin?

    #55710
    kunia
    Member

    Sorry 4 the question! This probleme has been resolved @ :

    https://bbpress.org/forums/topic/paragraph-tag-after-tinymce#post-15876

    #55709
    kunia
    Member

    Hello, I have the same probleme as csseur3. When I publish content with TinyMCE, markers re encoding like text and not as html…

    The code produced is <p><b>exemple</b></p>

    How can we fix that?

    Thanks 4 help !

    #4176
    pinay007
    Member

    I did a search for native gravatar threads, and I got nothing. The ones I found were about gravatar plugins, which I don’t use.

    I want to change the size and style of the gravatar that is native to bbpress. I have 0.9.0.2.

    How do I do this?

    #68437

    hi guys,

    very nice, but what does it actually mean in the end?

    Is it possible to integrate wpmu 2.6.2 with bbpress 1.0-alpha-2 or not?

    thanx

    buzz

    #60777

    In reply to: PHPBB3 Converstion

    bryan868
    Member

    I guess I’ll try the phpBB3 -> phpBB2 -> bbPress method. Yikes!

    #66107
    keress
    Member

    I’ve checked and double checked all the steps to coodinating wp-config.php with bb-config.php but no-go. I can only log into bbpress if I’ve already logged into wp, but even then it doesn’t let me into the admin.

    One possible area of confusion, I couldn’t figure out how to get the .zip file that would display cookies to work. How is it supposed to be implemented?

    I got the bookmark cookie check to work, but it gave a number of different sets of numbers.

    /r__utmc=162181740

    __utma=162181740.1942902695.1222437978.1224615332.1224620799.21

    __utmz=162181740.1222437978.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)

    __utmb=162181740

    wordpress_test_cookie=WP+Cookie+check

    Which string is relevant?

    #68436
    eagano
    Member

    Ooops – please see my conversation with Donncha in the ticket above.

    The short story: defining COOOKIEHASH as md5(get_option(‘site_url’)) will work for the main blog but not any other blogs if you are using VHOST (subdomains).

    There is a fix/hack: calculate the md5 hash of your domain, and use that value to define COOKIEHASH.

    define('COOKIEHASH', md5('http://yourdomain.com');

    No subdomains, no trailing slashes, will work fine.

    You can also get this value from bbPress speedup settings, found at Settings, WordPress Integration, and the bottom of the page.

    $bb->authcookie = 'wordpress_biglonghashvalue';
    $bb->secure_auth_cookie = 'wordpress_sec_biglonghashvalue';
    $bb->logged_in_cookie = 'wordpress_logged_in_biglonghashvalue';

    In your wp-settings.php,

    define('COOKIEHASH', 'biglonghashvalue');

    #4174

    I’m about this close to making my new forums live. I’ve got WP 2.6 and bbPress alpha tied in together pretty well, but they recently announced the lockdown on 2.7, which means that may come out by years end.

    Has anyone started testing with 2.7 yet? I’m not asking if I should not go forward and get my forums started, just wanted to know what kettle of worms I was opening ;)

    #68453
    eagano
    Member

    musnake –

    One thing you could try, which seemed to get everything working for me. Copy the hashes/salts directly from your wp-config.php file and prefix each one with BB_. Might be excessive, but seems to work for me.

    define('AUTH_KEY', 'blah');
    define('SECURE_AUTH_KEY', 'blah');
    define('SECURE_AUTH_SALT', 'blah');
    define('LOGGED_IN_KEY', 'blah');
    define('SECRET_KEY', 'blah');
    define('SECRET_SALT', 'blah');
    define('LOGGED_IN_SALT', 'blah');

    becomes:

    define('BB_AUTH_KEY', 'blah');
    define('BB_SECURE_AUTH_KEY', 'blah');
    define('BB_SECURE_AUTH_SALT', 'blah');
    define('BB_LOGGED_IN_KEY', 'blah');
    define('BB_SECRET_KEY', 'blah');
    define('BB_SECRET_SALT', 'blah');
    define('BB_LOGGED_IN_SALT', 'blah');

    I just couldn’t get the descriptions in bbPress setup page to match all the keys in wp-config.php, so I copied them all over in a brute-force cop out. I am on a subdomain install, not folder, so this might not help.

    #68433
    eagano
    Member

    musnake –

    I think this must be a big source of the problem for MU and getting it to work with bbPress. And why some get integration to work (standalone) and other can’t (wpmu).

    In the WP standalone install, it does indeed appear to be there (is that where you got the code above?).

    In WPMU 2.6.2 (https://mu.wordpress.org/latest.zip) wp-settings.php, line 317:

    // Used to guarantee unique hash cookies
    $cookiehash = '';
    /**
    * Used to guarantee unique hash cookies
    * @since 1.5
    */
    define('COOKIEHASH', '' );

    $wpdb->hide_errors();
    if( defined( 'MUPLUGINDIR' ) == false )
    define( 'MUPLUGINDIR', 'wp-content/mu-plugins' );

    if( is_dir( ABSPATH . MUPLUGINDIR ) ) {
    if( $dh = opendir( ABSPATH . MUPLUGINDIR ) ) {
    while( ( $plugin = readdir( $dh ) ) !== false ) {
    if( substr( $plugin, -4 ) == '.php' ) {
    include_once( ABSPATH . MUPLUGINDIR . '/' . $plugin );
    }
    }
    }
    }

    Want to know the funny part? I actually debugged it instead of going to the source in WP standalone. At least I came to the same conclusion. This should probably be reported as an MU bug – I’ll let Donncha know.

    #68448

    Caught wearing my underwear on the outside. It doesn’t make me immune to cosmic cookie rays?

    This was a cherry install so I didn’t have any experience with bbPress and its issues etc. The ‘add forum’ button issue existed before I added the quick fix…I found it on my first pass through the support forums trying to see how other WP2.6 success stories started out…

    Did I mention that I have the bbPress files located in a subdomain called ‘forum’ i.e. mydomain.org/forum/ ?

    I’ve just gone through the phpbbb vs SMF review again, just so I can get something going while these small things get cooked off, but I think I’ll stry bbPress as a stand-alone in its own db and integrate later…Do you see any drama with that path?

    I just noticed that I didn’t add the SECRET_KEY value from wp-config.php (sic) to wp-settings.php as per a comment in that file…but it turns out that’s an artifact. Strike that.

    These are some of the cookies that FireBug reports:

    wordpress_logged_in_f004625b18565e7c579076261d01b3a5
    myDomain.org 105 B /forum/ Session

    wordpress_f004625b18565e7c579076261d01b3a5
    myDomain.org 95 B /wp-content/plugins Session

    wordpress_f004625b18565e7c579076261d01b3a5
    myDomain.org 95 B /wp-admin Session

    wordpress_f004625b18565e7c579076261d01b3a5
    myDomain.org 95 B /forum/my-plugins Session

    wordpress_f004625b18565e7c579076261d01b3a5
    myDomain.org 95 B /forum/bb-plugins Session

    wordpress_f004625b18565e7c579076261d01b3a5
    myDomain.org 95 B /forum/bb-admin Session

    wordpress_test_cookie
    myDomain.org 36 B / Session

    I’m checking…

    #68464
    chrishajer
    Participant

    Have you read this?

    https://bbpress.org/documentation/integration-with-wordpress/#func

    That allows you to use WordPress functions (like get_sidebar, get_header) inside bbPress.

    There’s no way I know of to load bbPress in a WordPress page, or anything like that. It’s not a WordPress plugin.

    #4173

    Hey,

    Is it possible to load bbpress inside wordpress ?

    I am using bbpress (latest from trunk) + wp2.6.2

    I have designed a theme for wp2.6.2. And my wp2.6.2 has a lot of plugins. I wish to load bbpress into wordpress. Is it possible ?

    #67980

    I too am facing the same problem.

    I am trying on a local server (apache) wp2.6.2+bbpress alpha releases and also the latest version from the trunk

    I have tried on ,

    mysql version 5.0.16-nt

    mysql version is 5.0.67-community nt

    I think it is a bug.

    #68422
    chrishajer
    Participant

    I think the important thing missing here is what the “minor errors” were. Did you happen to check the box to reveal what the errors might have been?

    The installation of bbPress looks like it went fine otherwise. How was the plugin installation? Anything abnormal?

    #68420
    chrishajer
    Participant

    It looks like plugin is just not working at all. It’s not converting those tags to embed the image.

    I have a 0.9.0.2 installation and I just downloaded the allow images plugin. I activated it. I posted your image exactly as you typed it. It shows up fine. Not sure what is going on with your forum.

    http://www.riversideinfo.org/bbp/topic.php?id=3&replies=2#post-6

    #68431
    eagano
    Member

    I have released the enable WPMU users part as a plugin.

    You can download it here:

    https://bbpress.org/plugins/topic/wpmu-enable-bbpress-capabilities/

    #4172

    Hello,

    Cherry install of 1.0a2 on WP 2.6.2

    COOKIEHASH fix in place.

    Besides the ‘can only be logged into one app’ at a time issue’, which I’m fine with as it’s a known issue, my new install is twitching a bit.

    I can not add a forum using the ‘add forum’ button (nothing happens). I can edit the original install forum’s description.

    Is this a permissions thing on some ajaxy file or a `<IfModule mod_security.c>

    <Files async-upload.php>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </Files>

    </IfModule>` in .htaccess type of thing?

    If relevant: PHP5, shared db, siteurl/forum/ installation.

    Thanks

    #60776

    In reply to: PHPBB3 Converstion

    chrishajer
    Participant

    phpBB3 > phpBB2

    http://www.arvystate.net/e107_plugins/content/content.php?content.30

    phpBB2 > bbPress

    https://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter

    I don’t think there’s any how to written for the complete process. You could be the first.

Viewing 25 results - 55,226 through 55,250 (of 64,430 total)
Skip to toolbar