@3dperuna
10 years, 1 month ago
I realize this is a really old thread, but it appears there is code missing.
I’m trying to add a delete button to a message reply…
10 years, 2 months ago
@danbp,
It looks like it provides the ability to add BP shortcodes elsewhere, but not in the extended fields themselves.
I’d actually be fine with being able to add some additional formatting to the description rather than having it stripped away.
13 years ago
Figured it out… incompatible plugin (Theme-My-Profile, for what it’s worth). Deactivated it and the world returned to normal*.
* Realize that “normal” is a relative term.
Then I’m even more confused… Why would a public page redirect to login?
14 years, 6 months ago
I had success changing this to:
define( ‘BP_AVATAR_URL’, ‘http://’ . $_SERVER . ‘/wp-content/blogs.dir/1/files’ ); define( ‘BP_AVATAR_UPLOAD_PATH’, $_SERVER . ‘/wp-content/blogs.dir/1/files’);
All of my previously loaded avatars came back. However, I only have one blog, so it’s OK…. still needs to be fixed in the next release.
Incidentally, it fixed all of my upload avatar issues, too!