javieregea
Forum Replies Created
-
Hello Michael, do not worry, it’s settled. Thank you anyway
Hi Michael, a few months ago I made a php code to show the achievements. It’s perfect!
‘<?php
# Grab their achievement meta data
$user_achievements = get_user_meta( bp_displayed_user_id(), ‘_badgeos_achievements’, true );
if ( ” != $user_achievements ) { # only proceed if we have something to display
foreach( $user_achievements as $user_achievement ) {
foreach( $user_achievement as $achievement ) { # its a slightly messy nested array. Sorry
if ( ‘step’ != $achievement->post_type && badgeos_is_achievement( $achievement->ID ) ) { # we don’t want to display steps or possible non-achievement data.
echo ‘ID ) . ‘”>’; # let’s link your users to the achievement
echo get_the_post_thumbnail( $achievement->ID ); # display the thumbnail. We need to use the get_the_post_thumbnail function so that we can provide the appropriate ID.
echo ‘‘;
}
}
}
} ?>’Could you help me again? Now I need to show the avatars of my groups. Can you give me the php code to do this? Thank you!!
Forum: Reviews
In reply to: [Autoremove Attachments] BuddyPress activityOK perfect!! Thank You
Forum: Reviews
In reply to: [Autoremove Attachments] BuddyPress activityHello, I use Buddyboss Media. Thank You
works perfect!!
Thank you very much !!!Hi, this works, but the user name appears.
I’m lost with php. What I can do?
Thanks Michaelecho '<a href="' . get_permalink( $achievement->ID ). '" title="' . the_title_attribute( 'echo=0' ) . '" class="logros-user">';
Hi Michael, is it possible to show an alternative text of the title of achievement? I’m trying but I can not. It would be great
Thank you!
Perfect !!. Thank you very much !!
Hi Michael, here you have a sample image. The image is made with photoshop. No limits achievements earned. Each user has its header all achievement you earned.
Could you give me the code to display it?
Thank!Hi, thanks for your answer. Could you give me the exact code to include member-header.php or functions.php? I do not understand how this is done. Please.
Thank you very much.Forum: Plugins
In reply to: [BadgeOS] Thumbnails of the achievements of users memer-header.phpPlease can someone help me? I can not add thumbnails of the achievements earned. I need to appear in the user’s profile (member-header.php) of buddypress. (Thumbnail image only)
Thank you very much.Hello, I have spoken with the author of “userfrontend” plugin and tell me the function that causes the error is not used in your plugin. This plugin I’m using more than 2 years and have never had that problem.
The “userfrontend” plugin is used to upload products to WooCommerce shop, so I can not disable it. The error appears when I activate the “rtmedia” plugin.
Please I need to resolve this error is very important.
If you want to see it live tell me your email to send username and password.Thank you very much for your attention