Notifications
Clear all

wpForo 1.x.x [Closed] Add Edit to the user avatar in the widget

2 Posts
2 Users
0 Likes
539 Views
Posts: 1
 sir1
Topic starter
(@sir1)
New Member
Joined: 4 years ago

We have a widget to display user profiles. I want to add an edit word like the following demo to the photo. Please help according to the code below. Thanks
demo: 
code:

<div class="vip-widget user"> <div class="top"> <a target="_blank" href="https://fa.gravatar.com/"> <?php echo get_avatar(wp_get_current_user()->ID, '160'); ?> </a> <div class="name"> <?php echo $c_user->display_name ?> </div> </div>

 

1 Reply
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @sir1,

I've just asked our developers about it and currently, I'm waiting for the response from them. I'll update the topic once I get some response from them.