Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 26 through 50 (of 524 total)
  • @nicolagreco

    Participant

    are you sure you installed latest bbpress ?

    @nicolagreco

    Participant

    Ok, are you sure you’ve the dir blogs.dir ? and with the right permissions?

    Give to that dir 777 permission and check the user group permissions, they mustn’t be root:root

    @nicolagreco

    Participant

    @anointed check your permission and be sure that the dir owner is not root

    @nicolagreco

    Participant

    I’ve written a complete integration for MediaWiki in BuddyPress (activity, groups, user page, buddybar included)

    On september i’ll release it, i hope you can wait and try it :)

    @nicolagreco

    Participant

    Hi guys the code is 70% completed, you know i’m in NYC so i can’t develope a lot, but anyway i stopped my development because External blogs will be built-in in next bp versions as the roadmap says..

    i’ll share the code but is better to wait the builtin plugin

    @nicolagreco

    Participant

    Now that i’ve completed my project i can try bpContent ! Too cool to be real! I’ll send you a feedback soon

    @nicolagreco

    Participant

    Mmm not sure, if the error is only yours, anyhow if you think it’s a bug you can open a ticket in the trac, so Andy will check it,

    https://trac.buddypress.org/newticket

    Use your bp credentials to log in

    @nicolagreco

    Participant

    could you give us a link and the version of wpmu and bp ?

    @nicolagreco

    Participant

    Yep it’s really great,

    there is only one thing that could be a problem,

    when albums will be built in, it could create confusion.

    For example when it will be built in and i’ve +300 photos stored,

    i’ll switch to the official one, and what about my old photos ?

    @nicolagreco

    Participant

    This plugin is now integrated better in BuddyPress and it’s included in BPDEV NoSpam http://bp-dev.org/download

    @nicolagreco

    Participant

    I don’t know if some bridge exists, you should search on google

    ‘bbpress phpbb bridge’ or ‘wordpress phpbb bridge’

    if exists you could share users with wp and create a new community without loosing the old one

    @nicolagreco

    Participant

    Ahah, you’ve conceive the idea of BuddyPress MU

    I think when BP will be a plugin for WP this plugin will start the game :)

    If you can install it on wp it means you can install it on a single blog, that means you can install it on a mu blog ( a subdomain or a subdirectory as you want )

    @nicolagreco

    Participant

    As Andy says 2000 times, this theme will not released, but tweaks to make a theme like that will be shared :)

    Anyway look at css and make your own :D

    @nicolagreco

    Participant

    in the bp-core.php if i’m not wrong, at the top of the file the version is displayed another way is wp-admin ->site admin -> buddypress, look at the bottom of the page, it should be displayed

    @nicolagreco

    Participant

    you mean an email witg latest activity ?

    @nicolagreco

    Participant

    i like the caching mechanism inclusion, better will be if it will be cached with the built in system wp_cache_set & family

    @nicolagreco

    Participant

    the code is almost completed, i have to remove dependencies to some flokka stuff, too much busy these weeks

    @nicolagreco

    Participant

    @jfcarter, try adding do_action(‘wp’)

    it works for me

    @nicolagreco

    Participant

    Put “widget” in the class of the main div, widgettitle in the div/h2 that the title is

    i suggest you to use Firebug to see html source of each website http://getfirebug.org

    @nicolagreco

    Participant

    Ok i think it can be marked as solved :)

    @nicolagreco

    Participant

    that should be wrong :S

    it should be like that:

    function my_allowed_tags($allowedtags){
    $allowedtags .= <img>;
    return $allowedtags;
    }
    add_filter( 'edit_allowedtags', 'my_allowed_tags' );

    add_filter( 'bp_get_activity_content', 'my_allowed_tags' );

    add_filter( 'bp_get_wire_post_content', 'my_allowed_tags' );

    anyway try bpdev tinymce it should do what want :)

    @nicolagreco

    Participant

    ok i’ll add that to bpdev nospam, cool tips andy

    @nicolagreco

    Participant

    You can hide it with css

    span.time-since {

    display: none;

    }

    @nicolagreco

    Participant

    can’t help you if you’ve windows, but on linux you need to install sendmail first

    on debian/ubuntu : sudo apt-get install sendmail

    @nicolagreco

    Participant

    are you sure he’s your friend ?

Viewing 25 replies - 26 through 50 (of 524 total)
Skip to toolbar