Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,076 through 49,100 (of 64,452 total)
  • Author
    Search Results
  • #78030
    hpguru
    Member

    Thank you for fast help. This works good now. :)

    #77074

    In reply to: bbpress and memcache?

    _ck_
    Participant

    Glad to see what I am saying confirmed with independent realword proof.

    BTW, just how big is your site that you require multiple db servers?

    I don’t know of a single WordPress+bbPress install, other than Automattic’s that are using multiple db servers.

    (unless of course you are running other apps that have heavy db use or maybe for backup replication)

    #78029
    Olaf Lederer
    Participant

    Hi,

    locate in the plugin file the function

    function create_seo_meta_txt($content) {
    $raw = str_replace(PHP_EOL, ' ', strip_tags($content));
    $raw = str_replace(' ', ' ', $raw);
    $snippet = substring_words($raw, 120, '');
    return htmlentities($snippet, ENT_QUOTES);
    }

    and replace “htmlentities” with “wp_specialchars”.

    Let me know if this works for you. This plugin is a little quick and dirty for these functions :)

    The seo plugin for wordpress has for internationalization huge blocks of code :)

    #77073

    In reply to: bbpress and memcache?

    CK Said:

    On a single computer system with a fast mysql server and fast disk cache, this typically is not a big problem. As a site has to scale this does become a problem because there is only one mysql source and everything has to be fetched from it.

    Interestingly we’re running a WP install with two load balanced app servers and two DB servers… our host has the MySQL tuned up so well that we’re seeing absolutely no advantage when we installed memcached as an object cache. The lesson is: don’t assume, test. Check your queries AND page gen time, then install your proposed enhancements (APC, memcached, whatever) and check your queries and page gen time again… seeing an improvement? Keep the changes, otherwise drop them.

    #31608
    kickerman360
    Member

    Hi,

    I not that good at php so I was wondering if some wouldn’t mind shortening this bit of code:

    <?php  echo('<img src="/forums/avatars/' . $current_user->user_login . '.jpg" />'); ?>
    <?php echo('<img src="/forums/avatars/' . $current_user->user_login . '.png" />'); ?>
    <?php echo('<img src="/forums/avatars/' . $current_user->user_login . '.gif" />'); ?>
    <?php echo('<img src="/forums/avatars/' . $current_user->user_login . '.jpeg" />'); ?>

    Basically it is supposed to go through every file extension allowed by the avatar plugin and display the image with the actual extension, there can be only one.

    It is used to display Avatars in WordPress by the way without loading bbPress.

    Any help would be great!

    #78028
    hpguru
    Member

    Utf-8

    My forum is bbPress 1.0.2 and url is http://keskustelu.hpguru.net/

    Thank you. :)

    PS: There is http://keskustelu.hpguru.net/topic/kayta-googlea ä and ö. And in many others topics.

    #78027
    Olaf Lederer
    Participant

    which encoding do you use utf-8?

    and please send me your URL

    #78497
    Olaf Lederer
    Participant

    didn’t know that there is also a wordpress forum, is this a WP plugin?

    #78483
    Olaf Lederer
    Participant

    There are some discussions about the future of bbpress, check the blog on this website

    #77801
    Ryan Hellyer
    Participant

    Does anyone know how to do this?

    #31606
    ZoeG
    Member

    Hi guys. I’m looking to convert an existing wp-forum install to bbpress. I’ve searched through the forums and haven’t seen anything but am hoping someone has some suggestions on how this might be done. (Or maybe I just missed a search result…) Thank you!

    #31603
    eclipsenow
    Member

    I’m just wondering where it is heading? How do all the requests from users get priority? Do we need to vote on directions, or is there a top-down vision from Automattic? How seriously is a “Portal” approach with WP being considered? (Like SMF & TinyPortal, with latest posts showing on the front page of a WP blog, tighter integration, etc)?

    is there a blog I should be reading for the future of BBpress? Cheers.

    #78285
    eclipsenow
    Member

    This *screams out* the need for an integrated portal. Automattic could really take over the field if the new WPMU had buddypress and bbpress as one-click plugin installs that <i>just worked</i>.

    #78465
    EmileGoss
    Member
    #78026
    hpguru
    Member

    Works, but finnsih ä, ö, å and Ä, Ö, Å does’nt work. Any help?

    #78025
    Olaf Lederer
    Participant

    The new version is fine, it’s just the old version :) if you update you’re fine

    #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
Viewing 25 results - 49,076 through 49,100 (of 64,452 total)
Skip to toolbar