Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 10,326 through 10,350 (of 11,589 total)
  • Author
    Search Results
  • #53034
    Amaury Balmer
    Participant

    Hello all,

    You can find the latest french translation on

    http://bbpress.fr/

    and i publish a french pack for 0.8.3.1 and soon 0.9 !

    I search voluntary for write french documentation and post on blog ;)

    Contact me !

    #63573

    Same problem here: latest versions of WP and bbPress, FR_fr .mo gives same error message (Cannot redeclare class cachedfilereader).

    If I get rid of the FR language setting everything works fine.

    Maybe it is because WP and bbPress use the same localization routines…

    I think one solution would be to merge the .mo files of both apps into one so we have to load only one language file. Because apparently if I load only the WordPress FR localization I see that common terms in bbPress are translated.

    I don’t know much about .mo files, does anyone have a clue on how to do that?

    #63239

    In reply to: Integration questions

    deckardr
    Member

    I can’t believe we are the only four drooling over how awesome this plugin functionality will be! My fluency in php isn’t that great, but I would love to help test out this plugin. I’ve got multiple wp and wpmu sites which have a mix-match of different plugins running — it would be an honor to provide you with feedback on compatibility. Thanks for what you’re doing for the open source community!

    #63598
    chrishajer
    Participant

    You used to be able to do that with bbSync, but I have no idea if it will still work in the latest release of bbPress and WordPress.

    https://bbpress.org/forums/topic/bbsync?replies=214#post-7922

    #3026
    gkp99
    Member

    I am running the latest build (as of now) of 0.9 bbPress and WP 2.5 Beta (yesterday’s build).

    They (so far) seem to play together really well (great job on the out-of-the-box integration to you bbPress guys!).

    I have a question. Is it possible to make a post in WordPress and somehow have it added to a forum in bbPress and comments added to that post in WP added to the topic in bbPress too?

    How would one go about achieving this?

    Thanks,

    Garry

    #63571

    In reply to: Beta Problem

    Sam Bauers
    Participant

    The 0.9 release is being compiled in “branches/0.8” of the bbPress subversion repository. Trunk is already heading toward 1.0-beta.

    If you want to test 0.9, then grab the files from here (zip download at the bottom)… https://trac.bbpress.org/browser/branches/0.8

    BackPress is not used for 0.9

    #63349
    gkp99
    Member

    Well I just uploaded the latest nightly build of 0.9 and I can’t get it to install so I would just wait for the official one if I were you.

    Garry,

    crazlunatic
    Member

    I added the code but nothing changed:

    http://vistarewired.com/test2/bbpress/

    #3022
    tfab69fr
    Member

    Hi, I’ve installed the 0.8.3.1 version into the wordpress v2.3.2 directory.

    I tried to localise bbpress in french using the fr_FR.mo found in http://www.adilade.fr/blog/41/bbpress-traduction-francaise.html#comment-281

    But when I add the french mo file in bbpress/bb-includes/languages, and the line

    define(‘BBLANG’, ‘fr_FR’);

    into config.php file

    I’ve the Fatal error: Cannot redeclare class cachedfilereader in E:wampwwwhyporecrs_next2bbpressbb-includesstreams.php on line 163

    After many hours of research and tests, the problem seems to be due that there is a confict between wordpress fr mo file and the bbpress one.

    Note that to use the header and the footer from wordpress in bbpress, I’ve added:

    define(‘WP_BB’, true);

    if ( !defined(‘DB_NAME’) ) {

    require_once( dirname(__FILE__) . ‘/../wp-config.php’);

    }

    into the config.php file

    (the bbpress template could then use get_header(); and get_footer(); of wordpress which is very convenient)

    Please how can I solve this issue ?

    thanks in advance

    #3020

    Topic: Beta Problem

    in forum Troubleshooting
    gkp99
    Member

    First off all – I’m sorry if I m posting in the wrong place.

    I have just uploaded the latest nightly build of 0.9. I have configured bb-config.php but when I visit bb-admin/install.php I get this error

    ‘Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in /home/.omaha/gkp99/www.cocoadummy.co/forums/bb-settings.php on line 365

    Warning: require(/home/.omaha/gkp99/www.cocoadummy.co/forums/bb-includes/backpress/functions.core.php) [function.require]: failed to open stream: No such file or directory in /home/.omaha/gkp99/www.cocoadummy.co/forums/bb-settings.php on line 74

    Fatal error: require() [function.require]: Failed opening required ‘/home/.omaha/gkp99/www.cocoadummy.co/forums/bb-includes/backpress/functions.core.php’ (include_path=’.:/usr/local/php5/lib/php:/usr/local/lib/php’) in /home/.omaha/gkp99/www.cocoadummy.co/forums/bb-settings.php on line 74′

    I am using the same database as for a new install of WP 2.5 (latest build as of now).

    Not sure what I’ve done wrong – any ideas? It looks like it’s calling a file called functions.core.php that doesn’t exist.

    Garry,

    chrishajer
    Participant

    crazlunatic: did you try it? That looks like what you need to do for integration, to me. Oh, except I think you need to do that before you install, so that your user tables are integrated. If you changed that after installation, install again.

    Integration next week will be different with the release of WordPress 2.5 and the latest bbPress 0.9.

    #63553
    crazlunatic
    Member

    That is great. I really appreciate your help but now I want to integrate it into wordpress. How can I do this?

    http://vistarewired.com/test2/bbpress/

    This is how I edited my config:

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

    $bb->wp_home = ‘http://vistarewired.com/test2’; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com’

    $bb->wp_siteurl = ‘http://vistarewired.com/test2’; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com’

    /* Stop editing */

    chrishajer
    Participant

    It looks bad because the path to your style.css is wrong. The stylesheet should be here, but it’s not:

    http://vistarewired.com/test2/forums/bb-templates/kakumei/style.css

    So, where is it really? I suspect the path in the config.php and the URL you are using to access the forum are not the same, and that’s why you see the forum without any styling.

    Wait – it’s actually here:

    http://vistarewired.com/test2/bbpress/bb-templates/kakumei/style.css

    So, in your config you called the directory forums but you actually installed it in the directory bbpress. You need to fix your config.php.

    You have this:

    $bb->uri = ‘http://vistarewired.com/test2/forums/’;

    It needs to be this:

    $bb->uri = ‘http://vistarewired.com/test2/bbpress/’;

    (or, you can leave the config alone and change the name of the bbpress directory to forums.)

    Fix that and everything will look as it should. You may need to do a hard refresh or clear the cache in your browser to see the effect of the changes. CTRL SHIFT R in Firefox.

    crazlunatic
    Member

    Hmmm. I think that might have helped but my forums looks reallly bad =(

    http://vistarewired.com/test2/bbpress/

    Edit: Actually now when I log in, it takes me here: http://vistarewired.com/test2/forums/bb-login.php

    And yes I did make changes like adding the functions code, but I don’t think I need to use it, do I?

    #3017
    gkp99
    Member

    I just made a test post with the title Bob’s Post but it has been saved and is displayed as Bob/’s Post. Is this a bug?

    Thanks

    crazlunatic
    Member

    Hello. So after I have installed it, I’m taken to a login screen where I login, and then I get taken to this page. http://vistarewired.com/test2/forums/

    Why is this? I’ve tried reinstalling 3 times and the same thing happened.

    #63531
    _ck_
    Participant

    All of my plugins are 0.9 compatible – if not, I will make them so, just give me a bug report. You should always be using the newest version of my plugins BEFORE you upgrade.

    Virtually all of them tested working under the current beta. “Admin Instant Menus” may stop working if the WP menu system is folded into bbPress before release.

    “Year Long Cookies” should not really be necessary any more because of the new 0.9 “Remember Me” option on login, unless perhaps one has a forum on an intranet and you don’t want to bother people with logins, ever.

    #3013
    Sam Bauers
    Participant

    Please post here which versions of your plugins are compatible with bbPress 0.9

    Here are the ones I look after that I have tested so far.

    More to come.

    _ck_
    Participant

    The auto-close-tags was broken in earlier versions of bbPress but if I am not mistaken, this is possibly fixed in 0.9 (out any day now).

    I just tested it on bbshowcase.org and leaving off the end tick simply treats the open tick like any other character (ie. no text is converted to code)

    #63498
    Sam Bauers
    Participant

    There may be some trickery you could do using iFrames to get the two different domains sending cookies at the same time on login. It wouldn’t be pretty though, and you would have to really test your code for vulnerabilities.

    #63501

    In reply to: Profile link?

    _ck_
    Participant

    I think it will be something like this

    <?php echo '<a href="'.get_profile_tab_link( bb_get_current_user_info( 'id' ), "edit" ).'">edit your profile</a>' ?>

    (untested) the “edit” part is just a guess…

    get_user_profile_link(bb_get_current_user_info( 'id' )) will get the profile link for general stuff, not the edit tab.

    #63449
    mettled
    Member

    When I type this in the body:

    I’m postin’ a test.

    I get this:

    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 ‘m postin’ a test.

    ‘,’2008-03-11 07:01:23’, ‘24.22.18.14’, ‘0’, 1)’ at line 4]

    INSERT INTO bb_posts (forum_id, topic_id, poster_id, post_text, post_time, poster_ip, post_status, post_position) VALUES (’18’, ‘7’, ‘2’, ‘

    I’m postin’ a test.

    ‘,’2008-03-11 07:01:23’, ‘24.22.18.14’, ‘0’, 1)

    Warning: Cannot modify header information – headers already sent by (output started at /home/13057/domains/tudorarmspdx.com/html/hoa_forum/bb-includes/db.php:86) in /home/13057/domains/tudorarmspdx.com/html/hoa_forum/bb-includes/pluggable.php on line 164

    When I post this in the body:

    I’m postin’ a test.

    Everything goes through without an error.

    #3001
    citizenkeith
    Participant

    I’m trying to delete some posts. When I hit “delete” the post turns red. When I refresh the forum, I find that the posts are still there. They do not show up in the Admin panel of Deleted posts. I was able to delete before… the last one was about a week ago. I haven’t done anything to the forum since then. The last change I made was adding the Report Post plugin, but that was BEFORE I deleted my last post (2/25/08).

    I’m running the latest released version of bbPress, which is integrated with WP 2.3.

    Here are the plugins that I am currently running in bbPress:

    Use Display Name 0.7.2

    BBCode for bbPress 0.1

    Quote 0.2

    Show Post Count .73a

    Page Links 1.0.3

    Indicate New Posts 0.8

    Simple Onlinelist 1.5

    Move It 0.14

    Censor 0.1

    Page >> 0.7

    Unread Topics 0.4

    Comment Quicktags for bbPress 1.1

    bbPress Polls 0.27

    bbEmoticons 0.72

    Enhanced Registration 0.1.0.1

    Report Post 0.12

    bb-benchmark 0.17

    #63483
    Sam Bauers
    Participant

    Actually, this was fixed and tested when Gravatars was implemented in core. I’ve further refined the fixes today and tested across numerous browsers.

    Maybe your CSS was cached? Another reason to be running with a CSS version in the stylesheet link uri perhaps?

    #2997
    _ck_
    Participant

    I’ve noticed there is a serious problem with the way the CSS works for the default Kakumei theme (and any other theme based on it).

    As you add information to the post author field on the left, it will start to vertically overflow and start to overlap the next post. This is because the designer unfortunately decided to use a shortcut via position:absolute making it impossible to clear:both columns.

    Here’s how to easily fix it by appending two simple lines to the very bottom of the style.css and no need to search for and edit/replace other lines.

    .threadauthor  {position:relative; float:left; margin:0 -110px 0 0; right:110px; }
    .poststuff {clear:both;}

    If you don’t want to edit any core files, simply put this into a plugin (make a new one or any existing one)

    function fix_kakumei_css() { echo '<style type="text/css">.threadauthor  {position:relative; float:left; margin:0 -110px 0 0; right:110px; } .poststuff {clear:both;} </style>';}
    add_action('bb_head', 'fix_kakumei_css');

    Tested working in Internet Explorer, Firefox, Opera and Safari for Windows. Would appreciate MAC browser feedback?

    (I will attempt to automatically include this hack in my plugins to help avoid edits since it’s usually my plugins that add so much info to the left but the new gravatar in 0.9 will also cause the overflow)

    Should actually be a core fix now that I think about it.

Viewing 25 results - 10,326 through 10,350 (of 11,589 total)
Skip to toolbar