Forum Replies Created
-
Oh! Did not know that existed.
Fixed it manually by opening the link to each user and switching to the user’s identity (via plugin) – which counted as logging in.
For whatever reason, it didn’t recognize that the users had done their initial login after I upgraded.Good tip about the tools, though!
Note, total user count remains the same. Missing users do not show up in search, though.
rtMedia is a huge, massive cluster of bugs. Awful. I have installed and uninstalled it at least 7 times in the last month, trying to give it just one more chance…. Every time I do, I discover a new bug.
Give BuddyDev’s Gallery plugin a shot. It’s premium ($30 for a 3-month “club” membership), but it’s got actual (if spotty) support – and without the attitude you get from rtMedia’s developers.
Also – and this is big for me – it includes the ability to embed media, rather than hosting. I really don’t want to be in the video hosting business at this point.
Let’s try that again:
// adding a subnav menu tab on a profile page for author's posts // add this snippet into theme's functions.php function authorposts_onprofile() { global $bp; ?> <li id="activity-reshares"><a href="<?php echo home_url(). '/author/' . bp_get_displayed_user_username(). '/'; ?>" title="<?php bp_displayed_user_fullname(); ?>'s Posts">Posts</a></li> <?php } add_action('bp_member_options_nav', 'authorposts_onprofile');
Here we go, FINALLY. I modified code found here…
http://bp-fr.net/BuddyBin/?46d87fc956b8ccc9#/KMARTQxuEvpq+48vEBDWUuvlh4pJajVaiQ+mCU2rIc=
To the following:
// adding a subnav menu tab on a profile page for author’s posts
// add this snippet into theme’s functions.phpfunction authorposts_onprofile() {
global $bp;
?>
<li id=”activity-reshares”>” title=”<?php bp_displayed_user_fullname(); ?>’s Page”>Posts
<?php
}add_action(‘bp_member_options_nav’, ‘authorposts_onprofile’);
I don’t suppose you ever found a solution for this? I’m still getting Page Not Found, with everything updated to latest and greatest.
Unfortunately, I can’t use BuddyBlog, because it doesn’t let users post images (technically, they can edit after they post, and then add images, but that’s not what I’m looking for).
It seems this should be an easy thing to do (but what do I know?)… just link to the author’s posts…. (sigh)