Activity posting does not work …
-
When a post is sent, nothing happens. Except that phrase turn up above the text field: “Please enter some content to post”. Inserting some new text, gives the same result. Looking at the code:
`./wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php:
function bp_dtheme_post_update() { ……….
……..
if ( empty( $_POST ) ) {
echo ‘-1‘ . __( ‘Please enter some content to post.’, ‘buddypress’ ) . ‘
‘;
return false;
`
Apparently, when $_POST is empty, this happens. But, in activity/post-form.php, the textfield variable is “whats-new”. So, I guess there should be some way that $_POST is turned into $_POST??? In any case, the textfield is not saved and does not turn up anywhere.
- The topic ‘Activity posting does not work …’ is closed to new replies.