Fabian

  • I just found a work around on this:
    get the buddypress.js file and copy it to your Themes Folder to make it update save and manipulate the ‘content’ output. It’s on line 122.

    /* Default POST values */
    object = ”;
    item_id = jq(‘#whats-new-post-in’).val();
    if(jq(‘#whats-new’).val() == “”) {
    jq(‘#whats-new’).val(“null”);
    }
    content =…[Read more]