-
odiggy posted on the forum topic Add Friend & Cancel Friendship Links show up twice in member directory in the group How-To and Troubleshooting: 13 years, 9 months ago
I had this problem too. In my members-loop.php I had:
and
Just delete the
line and it’s fixed.
-
odiggy joined the group Login With Ajax 13 years, 10 months ago
-
odiggy started the forum topic bp_has_activities not showing the latest updated status in the group Creating & Extending: 14 years, 3 months ago
if ( bp_has_activities('action=activity_update&per_page=1') ) : bp_the_activity();
I’m using the above code in reference to: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/ My goal is to display the most recent status update in a widget. So far I get the 2nd to 1st update if I specify 2 per page. If I…[Read more] -
odiggy posted on the forum topic per_page option in bp_has_activities() in the group Creating & Extending: 14 years, 3 months ago
if ( bp_has_activities('action=activity_update&per_page=5') ) : bp_the_activity();
omitting php tags…
-
odiggy posted on the forum topic per_page option in bp_has_activities() in the group Creating & Extending: 14 years, 3 months ago
Didn’t work…
-
odiggy posted on the forum topic per_page option in bp_has_activities() in the group Creating & Extending: 14 years, 3 months ago
Sorry I don’t know how to display code in here, I’ll try wrapping it in
.
-
odiggy posted on the forum topic per_page option in bp_has_activities() in the group Creating & Extending: 14 years, 3 months ago
I’m using that although I have a problem where it shows all updates but minus the very latest. >: /
-
odiggy joined the group Creating & Extending 14 years, 3 months ago
-
odiggy posted a new activity comment 14 years, 3 months ago
BTW, I keep seeing friend requests from people I’ve already accepted. I go to my friend request page and it’s empty so I think this is just happening on the sliding login panel. Any ideas?
Thanks in advance…
-
odiggy reviewed the plugin BuddyPress Sliding Login Panel: 14 years, 3 months ago
This plugin is really awesome! Thanks! It’s not fair at all that some people gave this plugin a 1 star just because they had some initial issues getting it to work. Try to figure stuff out first or ask questions before giving such a great plugin a bad rating that it doesn’t deserve. Thanks again to the author.
-
odiggy joined the group BuddyPress Sliding Login Panel 14 years, 3 months ago
-
odiggy posted on the forum topic default crop avatar selection is not working in the group How-To and Troubleshooting: 14 years, 3 months ago
Okay this fixed it for me:
1. Download Jcrop (http://deepliquid.com/content/Jcrop.html)
2. Put the jquery.Jcrop.js file on your server in your theme /js folder
3. Link jcrop in your header.php in the header -
odiggy posted on the forum topic default crop avatar selection is not working in the group How-To and Troubleshooting: 14 years, 3 months ago
Ugh yeah this sucks… I got it working on a fresh blog install with the default theme. On the blog I desperately need it working on no go. I’ve disabled numerous plugins/removed any jquery includes etc. to no avail. Just can’t seem to figure out why it works one one blog and not the other. […]
-
odiggy posted on the forum topic Is it possible to get only the avatar-url ? in the group How-To and Troubleshooting: 14 years, 3 months ago
Sweet that worked! Can I buy you a beer?
-
odiggy posted on the forum topic Is it possible to get only the avatar-url ? in the group How-To and Troubleshooting: 14 years, 3 months ago
Thanks for your reply!
Using bp_core_fetch_avatar( array( ‘html’ => false ) ) but still not quite working, do I need to call the logged in user id somehow along with this?
-
odiggy posted on the forum topic Is it possible to get only the avatar-url ? in the group How-To and Troubleshooting: 14 years, 3 months ago
Sorry to revive an old thread but I’m trying to do this as well. What’s the best method now with the latest version of BP and WP 3.0? I just want to fetch the avatar url for posting avatars in a chat box. So far I’m able to use bp_core_avatar_url() but that only fetches the […]
-
odiggy joined the group How-To and Troubleshooting 14 years, 3 months ago
@odiggy
Active 1 year, 10 months ago