Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 61,176 through 61,200 (of 64,452 total)
  • Author
    Search Results
  • #1930
    ozgurra
    Member

    hi,

    is this impossible? different sites use same users

    im building two forum site with bbpress, i want to this sites use same users.

    my every users sign in my two sites his/her pass. and his/her user name.

    thanks

    #49936

    In reply to: En español

    t1nch
    Member

    Hola tengo un problema con el loggin de los usuarios en el foro bbpress que instalé en mi sitio.

    Cuando se registran, no envía la contraseña por correo, cómo lo puedo solucionar?

    #57977
    ganzua
    Member

    I’ve been watching the resulting code with fire fox and I notice that

    a </div> appears and this one was not opened before;

    <p>Allowed markup: a blockquote br code em strong ul ol li.
    Put code in between backticks.</p>

    <input type=”hidden” name=”_wpnonce” value=”9e88410df1″ /><input type=”hidden” name=”_wp_http_referer”

    value=”/wordpress/bbpress/?new=1″ />

    </form>

    </div>

    but in post form there is not any div

    #57987
    willspill
    Member

    did some more searching and found this post about localhost installs.

    seems to be a known problem https://bbpress.org/forums/topic/988?replies=6

    #1928
    willspill
    Member

    My bbpress is having trouble displaying stylesheets correctly. I am using the default style that bbpress comes with. I have it installed locally on a test environment.

    The admin section looks exactly how it should, but the forum itself does not. I have noticed that the path to the stylesheet is incorrect.

    <link rel=”stylesheet” href=”http://localhostbbpress/bb-templates/kakumei/style.css&#8221; type=”text/css” />

    notice how after localhost the “” is the wrong way.

    Not sure if anyone can tell me how to fix it.


    in the admin page, the stylesheet path is correct

    <link rel=”stylesheet” href=”http://localhost/bbpress/bb-admin/style.css&#8221; type=”text/css” />


    my config.php looks like this

    // 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://localhost&#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 = ‘/bbpress/’; // Example: ‘/forums/’

    #1672
    ganzua
    Member

    Hi!

    I put es_ES .mo and .po translation files in this folder;

    bb-includes/languages/

    Then I changed config.php;

    define(‘BBLANG’, ‘es’);

    and as a result the whole forum stops working and I’m getting this message;

    Fatal error: Cannot redeclare class CachedFileReader in D:wampwwwwordpressbbpressbb-includesstreams.php on line 163

    Any idea of what’s wrong?

    I have another question;

    Is there anyway I can make bbpress to read wordpress language files in wordpress language folder?

    #57972
    fel64
    Member

    Cool, glad to help. :)

    Ticket #656

    #56525

    In reply to: Strut Your bbPress!

    fel64
    Member

    That’s too bad. It’s a pretty nice site anyway. ;) Beige with green’s an interesting combination, but I think it works. The link colour when you hover over them clashes a bit, and I suggest making the brown you get when you hover over a thread title to be the same beige as that for the table headers, but I like it – especially the header.

    #56524

    In reply to: Strut Your bbPress!

    migpilot
    Member

    Why not!

    Still tweaking it to fit my needs but:

    http://www.26inches.com

    …and NO, it’s not a nudy site!

    ganzua
    Member

    Hi;

    The “Add new” link that is just below “Latest Discussions” title in bbpress frontpage messes my bbpress theme.

    Latest Discussions

    Topic — Add New »

    Whenever you click that “add new” you are taken to a new page with this link; …/bbpress/?new=1 and I can see the header and footer ok but sidebar and post-form are messed.

    Which template files are used to create the ?new=1 page? I can’t locate my mistake.

    #49934

    In reply to: En español

    ganzua
    Member

    “Ahora mismo pienso que la solución real es incluir la traducción del foro en el archivo .mo de WordPress.”

    -> Hola! ¿Como se configura bbpress para que lea el archivo .mo de wordpress?

    Esto;

    define(‘BBLANG’, ‘es_ES’);

    en el config.php me da este error;

    Fatal error: Cannot redeclare class CachedFileReader in D:wampwwwwordpressbbpressbb-includesstreams.php on line 163

    Trent Adams
    Member

    Do you have the bbPress and WP integration plugin for WP?

    https://wordpress.org/extend/plugins/bbpress-integration/

    Trent

    #57963
    Trent Adams
    Member

    I would imagine it was this:

    $bb->domain = 'http://saladtossers.org'; // Example: 'http://bbpress.example.com'
    // There should be both a leading and trailing slash here. '/' is fine if the site is in root.
    $bb->path = '/bbpress/'; // Example: '/forums/'

    It needed the additional /wp/bbpress/ as the path.

    Trent

    #57968
    fel64
    Member
    fel64
    Member

    Pop this in at the top of your register.php file:

    header("Location: http://www.example.com/"); /* Redirect browser */
    /* Make sure that code below does not get executed when we redirect. */
    exit;

    In the long term it might be good to solve why bb users don’t work with WP, but I can’t think of anything off the top of my head.

    #57962
    fel64
    Member

    What was the stupid thing? So future people can also solve their problem.

    Was it that $bb->path should have been ‘/wp/bbpress/’?

    gjaw88
    Member

    I’m not a php coder yet and am learning. How would I go about making when I click “register” on bbpress to shoot it to my wordpress registration instead?

    The reason why is because I have it setup so that WP users can also log on the forum, but bbpress signups don’t work with WP.

    Thanks

    #57960
    gjaw88
    Member

    Here is the site. NO I’m not using this for my site, this is just a test and is what domain name my friend offered haha. Nothing is inappropiate on this site, it is just for testing purposes before I buy my own domain.

    http://www.saladtossers.org/wp/bbpress/

    ‘code'<?php

    // ** MySQL settings ** //

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

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

    define(‘BBDB_PASSWORD’, passwordhere’); // …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://saladtossers.org&#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 = ‘/bbpress/’; // Example: ‘/forums/’

    // What are you going to call me?

    $bb->name = ‘test site’;

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

    $bb->admin_email = ’email@gmail.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 = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;

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

    $bb->wp_siteurl = ‘http://www.saladtossers.org/wp&#8217;; // 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’ );

    ?> ‘code’

    #1897
    ergos81
    Member

    Hi all people,

    I want to translate bbpress in Italian. I want to translate the last stable version so I am going to do this all by myself.

    Could you point me on the right step to do the translation?

    I have installed poedit but exactly which are the files to edit? po, mo, etc.. how do I find/create them and then, when the translation is finished, where I put the translated one?

    Obviously all my work will be freely available when it’s finished.

    Thanks for your attention.

    #56523

    In reply to: Strut Your bbPress!

    Burkie
    Participant

    Hello,

    Must say I’m loving bbpress for the past 2 years, creating a web 2.0 thingy at the moment: http://say2ya.com. Cheers

    #57959
    Trent Adams
    Member

    Put up a copy of your config.php with the integration portions in it. Tell us what your wordpress database prefix is and we can try and work this out. Just saying it doesn’t work will not help us help you. We need details of what you have tried and what your have entered. Just make sure you don’t put any password or other information in.

    For reference, my WP integrated config.php has these entries:

    $bb->wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';
    $bb->wp_home = 'http://trentadams.com'; // WordPress - Options->General: Blog address (URL) // No trailing slash. Example: 'http://example.com'
    $bb->wp_siteurl = 'http://trentadams.com'; // WordPress - Options->General: WordPress address (URL) // No trailing slash. Example: 'http://example.com'

    It is important to have bbPress in the same database as wordpress. As well, give us your URL to check this out for ourselves and try and see if we can help.

    Trent

    #57958
    gjaw88
    Member

    I have both bbpress and wordpress in the same database. What else can I do??

    #1922
    gjaw88
    Member

    http://bbpress.org/documentation/integration-with-wordpress/

    Reference to this, I have set my pointers to my wp directory and it doesn’t take anything from it.

    Is this the correct way for this part??

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

    It’s very frustrating that this two great packages can’t be implemented easier.

    Thanks

    #57909

    In reply to: Bbpress themes

    Trent Adams
    Member

    As well, Pro Forums has a bunch listed.

    http://proforums.palmansworld.com/category/bbpress-themes/

    Trent

    #57908

    In reply to: Bbpress themes

    drmike
    Member

    There’s a number discussed here in teh forums. You may want to click on some of these tags in the tag cloud at teh head of these forums to check out what you can find:

    template templates theme themes

    Hope this helps,

    -drmike

Viewing 25 results - 61,176 through 61,200 (of 64,452 total)
Skip to toolbar