• Hi,
    I am using Theme my profile to give the user access to their profile from the front end of the site.
    Through looking at the code, I can see that the avatar plugin places the current avatar and the manage button in span classes called “Avatar_avatar” and Avatar_text” respectively.
    I want to place the these in a table to that I can better place them on my profile page. However I am having trouble adding the manage button into the td cell

    Can someone help me with this please?
    so far I have (it is around the 780 line in the php file):

    <table>
    		<tbody>
    		<tr><td><span class="avatar_avatar">
    			<?php echo get_avatar($user->ID, $size); ?>
    		</span></td>
    		<td> avatar_text to go here!!</td>
    		</tr>
    		</tbody>
    		</table>

    http://wordpress.org/extend/plugins/add-local-avatar/

  • The topic ‘[Plugin: Add Local Avatar] Placing icon and button in table’ is closed to new replies.