[Plugin: Simple Local Avatars] Front End – Not showing up
-
The avatar upload is not showing up on the front end user edit screens. I used the code below to get it to show up:
<?php
$myAv = new simple_local_avatars();
$myAv->edit_user_profile($profileuser);
?>It shows up, but doesn’t show the current avatar (uploaded in back end) and when submitted it doesn’t actually upload anything.
Is there a way to get this working on the front end?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘[Plugin: Simple Local Avatars] Front End – Not showing up’ is closed to new replies.