Yep - all working! Both places, both accounts :)
Thanks @nickbro
Printable View
Yep - all working! Both places, both accounts :)
Thanks @nickbro
@detz - you can mess with line 152 in the basestyle.css to give less of a border around your picture. You'll probably want to resize the generic picture to whatever you change the pixels to, just in case any of your users don't have their picture in AD. You could change it from this
to thisCode:#hapUserMenu .mypic { background-color: #0E5D30; float: left; width: 128px; height: 128px; background-position: center top; background-repeat: no-repeat; margin-right: 10px; }
Not sure if this is the preferred method of doing it, but it worked for meCode:#hapUserMenu .mypic { background-color: #0E5D30; float: left; width: 96px; height: 96px; background-position: center top; background-repeat: no-repeat; margin-right: 10px; }
Thanks!
That is the preferred method
@joyer99 thanks for that, it looks better now.
On Version="9.0.424.1200 the photos display in all the correct places, but it seems to have an old cached photo of the last person who logged in on the Me tile and the Me page, the drop down menu at the top of the page to logoff shows the correct users photo
Any quick fix or solution for this?
Hmm, that's odd, it'll be a browser caching issue.