Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,176 through 49,200 (of 64,536 total)
  • Author
    Search Results
  • #78486
    annejan
    Member

    Thanks a lot!

    #31605

    I noticed there was not really a Dutch translation around, so I put something together. It can be found here: http://basszje.vrijwazig.org/wp-content/dev/bbpress102_nl_latest.zip

    If anybody makes improvements I’d like some feedback ( see readme ) so we can keep the best version together!

    #78284
    gerikg
    Member

    Email me my user name at gmail.com Send me FTP and add a login for me. I’ll take a look.

    #78024
    josepjc
    Member

    it works well for me.

    Fernando Tellado
    Participant

    I’ve just translated bbPress 1.0.2 to Spanish_Spain (es_ES). It’s available in this direct link, where you can find (in the zip file) the .mo and the .po files.

    Acabo de traducir bbPress 1.0.2 al Español de España (es_ES). Está disponible en este enlace directo, donde encontrarás (en el fichero zip) los ficheros .mo y .po.

    #63073
    _ck_
    Participant

    Try this simpler version:

    function bb_target_blank( $text ) {
    $text = preg_replace('|<a (.+?)>|i', '<a $1 target="_blank">', $text);
    return $text;
    }
    add_filter('pre_post', 'bb_target_blank');

    EDIT 22 December 2009. bbPress is stripping the $1 out of the code above. It goes between the ‘a’ and the ‘target’ where you can see two spaces. See here:

    http://pastie.org/753419

    #78283
    yangers101
    Member

    I tried that but it still does not work =(. I have these versions: WPMU 2.8.4a, Buddypress 1.0.3, bbpress 1.0.2. Any more ideas please?

    #31602

    Topic: Hidden posts

    in forum Troubleshooting
    ZephyrV2
    Member

    Hi,

    I am not a bbPress forum owner. I am a member user. For a while I was able to post to that forum. I had uploaded my avatar and all was fine. Then about a month ago I noticed that my posts weren’t showing. I could see them when I was logged in. But when I wasn’t logged in, my posts were not displayed. I could tell that no one else was seeing them since a post asking folks to respond did not see any action.

    I’ve tested this on multiple computers, on multiple networks and on multiple browsers. I’ve also tested by creating a new account. Same problem every time.

    I have also noticed that when I am logged in and try to change my Avatar, I get the bbPress notice saying that I “don’t have permission to upload an avatar for this user”.

    I have emailed the owners of the forum to no avail. So I am now turning to you all for help. Any idea on what I can do to be able to post again?

    Thanks!

    #78481
    gerikg
    Member
    #78480
    thekmen
    Member

    I wish I didn’t, but I do…bbPress is setting a cookiehash & I need to change it, I thought this would be possible by using

    define('BB_COOKIEHASH', md5('my key here'));

    or

    define('COOKIEHASH', md5('my key here'));

    in my bb-config.php, but whatever I use as ‘my key here’ makes no difference to the cookies created by bbPress, any other ideas?

    #78435
    gerikg
    Member

    I have 1.0.2 and it works fine. Try disabling except that one and start testing and seeing which one conflicts.

    #75246

    In reply to: BBPRess friends plugin

    gerikg
    Member

    buddypress.org

    #78478
    thekmen
    Member

    I know what my cookiehash is & am including it in the wp-config.php files, it’s just bbPress that doesn’t seem to set a cookie using the define(‘COOKIEHASH’, md5(‘my key here’));, I have also tried using define(‘BB_COOKIEHASH’, md5(‘my key here’)); but still no joy.

    #78477
    gerikg
    Member

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

    install that in WP and it will tell you what it is.

    #31601
    thekmen
    Member

    Hi all,

    I am trying to integrate BBPress with a few WordPress installs that all share the same user table database.

    All is working fine except for adding:

    define('COOKIEHASH', md5('my key here'));

    in the bb-config.php file, no matter what I add here, the cookiehash is never changed using BBPress 1.0.2, is this a bug have I missed something?

    #68593
    Fernando Tellado
    Participant

    I’m translating and modifying the theme, you can see it in my forum: http://ayudawordpress.com/foro/

    I’ve made some changes to adecuate it to bbPress 1.x (core code adaptations to new functions). I’ve changed some css too, reordered the front page, added the description to the style.css and a screenshot and a lot more. When it is finished I’ll publish it.

    #78434
    Marius-
    Member

    doesn’t work.

    I had that, and that’s why I’m asking. Cause it did not work.

    #31598
    Jimmy B.
    Participant

    Greetings,

    After searching and reading around a bit, I still cannot resolve this “issue”. Basically I’d like to hide the sub-forums from my homepage So that only the category or parent forum shows up.

    I came across this post:

    http://bbpress.org/forums/topic/hide-subforums-on-main-page

    which seemed to offer a quick fix of replacing one line of code:

    <?php if ( bb_forums() ) : ?>

    to

    <?php if ( bb_forums("depth=1") ) : ?>

    Unfortunately this does not seem to work.

    If any further information is needed, please let me know! Thanks very much!

    #78451

    In reply to: bbPress MU

    Rohan Kapoor
    Member

    They will be releasing the code soon but not yet.

    #78370
    Rohan Kapoor
    Member

    Please post a link to your installation.

    #75245

    In reply to: BBPRess friends plugin

    Navin
    Member

    Simple machine forums also has the option to add members as friends.

    #78456
    gerikg
    Member

    take out

    define( 'WP_AUTH_COOKIE_VERSION', 1 );

    if you’re using 2.8.4a and make sure the other “defines” are right after <?

    #78369
    phaniraj01
    Member

    Dear Team,

    Please let me know where we should place the style sheet. there is separate folder my-themes.

    I placed theme in my-themes.

    thanks in advance,

    phani

    #31596
    phaniraj01
    Member

    bbpress adsense injection working great on bbpress 1.0.2,

    but the problem is:

    it’s showing word : “array” and google adsense, when we logged in

    i.e.

    array

    google ads

    Please visit the http://www.flickr.com/photos/12178563@N05/3859570408/

    for screen shot

    thanks,

    Phani

    Texiwill
    Participant

    Hello,

    There is a bug in bb-includes/functions.bb-forums.php, at line 101 in bbpress v1.0.2. The code assumes that the forum_id is the sames the array_id when the array is flattened. This is not always the case if you apply_filters to the forum list such as private forums does.

    The code ccurrently reads:

    _forums[$_id] = $forums[$_id]

    Which may not be true if the forum id is not the same as the array id.

    This code does fixed the problem…. The key is to convert forum_id into an array enumerator so that when you look at $_ids you compare to the proper array which is no longer the full array but one with missing topics/forums.

    $forums = (array) apply_filters( ‘get_forums’, $forums );

    + foreach($forums as $f) {

    + $fids[$f->forum_id] = $f;

    + }

    if ( $child_of || $hierarchical || $depth ) {

    $_forums = bb_get_forums_hierarchical( $child_of, $depth, $forums );

    if ( !is_array( $_forums ) )

    return false;

    $_forums = (array) bb_flatten_array( $_forums, $cut_branch );

    foreach ( array_keys($_forums) as $_id )

    + $_forums[$_id] = $fids[$_id];

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