ContextInstitute / bfcom

http://bfn.context.org
GNU General Public License v3.0
4 stars 1 forks source link

User avatar in upper right of header #32

Closed iangilman closed 5 years ago

iangilman commented 5 years ago

... instead of the word "User".

@rgilman do you have any thoughts about how to get the URL for this image?

rgilman commented 5 years ago

<a href="<?php bp_loggedin_user_link(); ?>"><?php bp_loggedin_user_avatar( 'type=full' ); ?></a>

As I described in PR #16 .

iangilman commented 5 years ago

Beautiful! :)

iangilman commented 5 years ago

@DavidScottBernstein This is a smaller bite to take on before tackling #31.

rgilman commented 5 years ago

Apologies for getting wires crossed here. Take a look at PR #34 and see if this handles #32.

DavidScottBernstein commented 5 years ago

@iangilman I think I have this working locally. It shows the user icon that's hyperlinked to the user's page. Hovering over the user icon drops down a submenu pane that currently contains descriptions of what to add. Would you like me to check this in as is or build out the submenu items first?

iangilman commented 5 years ago

Fixed by #39.