-
Fabian replied to the question Please enter some content to post. in the forum BuddyBoss Media 9 years, 5 months ago
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]