Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 52,201 through 52,225 (of 64,087 total)
  • Author
    Search Results
  • #5084

    hi,

    i’ve looked around but haven’t found a solution for a language switcher — i.e. a plugin or instructions on how to make it possible for the user to load different localizations of the bbpress. there were some threads about integrating bbpress with wordpress etc., but i am interested in a purely bbpress solution.

    any tips will be greatly appreciated

    tench

    #72543

    In reply to: 简体中文测试

    duhongtao
    Member
    #72694
    bruinfelix
    Member

    I’ve translated bbPress in to the Dutch language, no problem at all. I just found a old translation file, and edited a bit. So, evry thing just works just fine ;)

    #65228
    319
    Participant

    Hi, I just installed WP MU 2.7 and am trying to merge it with the latest bbpress install but have some major confusion with the config file secret keys. In new 2.7+ versions of WordPress and WPMU there is no mention of SECRET_KEY or SECRET_SALT, the config instead lists the following 7 keys:

    define(‘AUTH_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    define(‘SECURE_AUTH_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    define(‘LOGGED_IN_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    define(‘NONCE_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    define(‘AUTH_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    define(‘LOGGED_IN_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    define(‘SECURE_AUTH_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    While the BBPRESS config only lists one key:

    define(‘BB_SECRET_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    Which key in WPMU 2.7+ is equivalent to BB_SECRET_KEY?

    Or, do i now need to define all 7 of the WordPress secret keys in bbpress as well? Eg. BB_AUTH_KEY, BB_SECURE_AUTH_KEY, BB_LOGGED_IN_KEY, etc…

    Any help clearing up this config confusion would be great. Thanks!

    #72693
    _ck_
    Participant

    Silly question but did you rebuild the .mo file?

    The po/mo on the automattic svn is very outdated and is from 0.8

    Try this version which has many more stings, even thought it’s for 1.0 it might work well on 0.9

    http://ayudawordpress.com/bbpress-espanol-alpha-104/

    #62260
    chrishajer
    Participant

    I haven’t seen an answer to that question yet. There are issues with integration and the alpha versions (and to be fair, it is alpha software which no one has recommended we use.)

    #72692
    chrishajer
    Participant

    What version of bbPress did you install, and which translation?

    #70089
    mspecht
    Participant

    I’m having the same issue it seems line 212 of functions.bb-topics.php is where things go south. I am running bbPress is 1.0-Alpha-6 and WPMU 2.7.

    Effectively bbPress tries to insert an empty string into the topic_id field, which is an INT with auto increment and of course MY SQL returns in error “Incorrect integer value: ” for column ‘topic_id’ at row 1″.

    Digging into the code further the defaults array is setting topic_id = false on line 151, remove topic_id from the defaults and things work fine. Looking at trac it seems this was fixed in r2014. I’m going to install and see what happens.

    #62259
    swaymedia
    Member

    what am i supposed to do then?

    #5077
    juampolo
    Member

    Hi!

    i am installing a bbpress forum for my website… Eveything is right but the translation to spanish its not running good. Some words are translated and some others no. I have modified the es_ES.po so to have all the english words translated to the spanish. But… some words are running and some others no… why could be that? What do i have to do so to fix it up? Do i have to touch all the theme file´s so to put each word directly to spanish or it is another way i am not seeing?… please HELP!

    Thanks!

    My website is: http://www.soyservicios.com/foro/

    #62258
    chrishajer
    Participant
    #5076
    #62257
    swaymedia
    Member

    Im using BBpress Version 1.0-alpha-6 with WP 2.7.1.. i also have it intergrated cookies and database.

    #62256
    chrishajer
    Participant

    At least the system can find the file now.

    The Cannot redeclare errors are usually because a function of the same name has already been declared, thus it can’t be redeclared.

    What versions did you integrate?

    #62255
    swaymedia
    Member

    hey chris, thanks i just did that.. but i still get an error, it some what smaller though but its this:-

    Fatal error: Cannot redeclare _http_build_query() (previously declared in /home/eraxeco1/public_html/massbase.com/community/bb-includes/backpress/functions.compat.php:21) in /home/eraxeco1/public_html/massbase.com/wp-includes/compat.php on line 45

    now i haven’t touched any other file, i havent touched compat.php either.

    #62254
    chrishajer
    Participant

    Try using the file path to the file rather than a relative path. The system is telling you it can’t find the file in that location. Try this:

    require_once('/home/eraxeco1/public_html/massbase.com/community/bb-load.php');

    #51706
    copperblade
    Participant

    bbPress

    I really really wish he would put it in bbPress subversion. Would be a lot easier for me to make sure the plugin is updated.

    #72658

    In reply to: Tag filtering plugin

    copperblade
    Participant

    Ok, I’ll take a look at that. I’m actually planning on converting my phpBB2 forum over instead of moving to phpBB3. I have made mods for phpBB2 and would like to make the same plugins for bbPress, but not if they already exist.

    #72653
    copperblade
    Participant

    Wow, thanks for that. Any specific action or filter you’d recommend I attach this to so I can insert it without modifying template code? Like the sidebar? I’m new to bbPress and I don’t know what all the plugin API’s are. If I attach it to the sidebar, do you want the code?

    #62253
    swaymedia
    Member

    Im using the latest alpha version, My wordpress is on root, and my forum is on a folder called /community.

    I put this on wp-config.php :-

    require_once('/community/bb-load.php');

    im getting this error:-

    Warning: require_once(/community/bb-load.php) [function.require-once]: failed to open stream: No such file or directory in /home/eraxeco1/public_html/massbase.com/wp-config.php on line 2

    Fatal error: require_once() [function.require]: Failed opening required '/community/bb-load.php' (include_path='.:/usr/lib/php') in /home/eraxeco1/public_html/massbase.com/wp-config.php on line 2

    chrishajer
    Participant

    This?

    https://bbpress.org/forums/topic/i-want-to-use-bbpress-function-on-wordpress

    Most of the posts I’ve seen have been old regarding including bbPress inside WordPress.

    There is this for the newer alpha versions, but it only does a couple things:

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

    #72682
    chrishajer
    Participant

    Sorry, I deleted the first one as a dupe of this by mistake. Should have undeleted it. My mistake.

    #5074
    spinus
    Member

    First: Thanks to all developers and coders for coding and working on bbpress and specially to ck for great plugins.

    So, I have installed bbpress 0.9.0.2 installed (http://spinus.info/forum) and Topic Icons plugin 0.0.5

    Trouble: sticky topics are displayed only on front page in “latest discussions” field. If I try to open a sub-forum, where sticky topic is situated in separate window, a topic is not visible.

    So, there is a sticky topic: http://spinus.info/forum/topic.php?id=102&replies=1

    You can see it in a latest discussions field as sticky.

    But if you would open its parent forum http://spinus.info/forum/forum.php?id=30

    Sticky topic is not shown :( what’s a matter? Please, HELP!!!

    #72654

    In reply to: bbPress Integration

    johnhiler
    Member

    It’s definitely possible to integrate bbPress with outside authentication systems!

    There are some great posts about it here… it mentions that there are four places to tie into bbPress’s auth:

    https://bbpress.org/forums/topic/integration-with-non-wp-software

    What bulletin board system are you using? Maybe you could write a bbPress plugin to call your outside avatars inside of bbPress…

    #72590
    _ck_
    Participant

    Just install my bbpress theme switcher plugin, disable the dropdown.

    Then replace function bb_ts_get_theme() {

    with something like this (untested, will need some editing)

    function bb_ts_get_theme() {
    $theme="kakumei"; // default fallback
    $domain=strtolower($_SERVER['HTTP_HOST']);
    if (strpos($domain,"first-domain.com")!==false) {$theme="1st-theme";}
    if (strpos($domain,"second-domain.com")!==false) {$theme="2nd-theme";}
    return $theme;
    }

Viewing 25 results - 52,201 through 52,225 (of 64,087 total)
Skip to toolbar