OPRevolution
« Membro »Olá, gostaria de saber o código responsavel por mostrar o avatar do úsuario que fez o ultimo post em um forum.
Você não está conectado. Conecte-se ou registre-se
Imagem do perfil no ultimo tópico Sáb Set 22, 2012 11:18 am | 1 |
Re: Imagem do perfil no ultimo tópico Sáb Set 22, 2012 1:38 pm | 2 |
$(document).on('ready', function() {
$('.topiclist.forums .row .lastpost').prepend('<div class="avatar-index"><div>');
$('.topiclist.forums .row .lastpost .avatar-index').each(function () {
var profileUserURL = $(this).parent().children('span').children('strong').children('a').attr('href');
$(this).html('<a href="' + profileUserURL + '" class="avatar-index-enlace"><img src="http://cdn1.iconfinder.com/data/icons/basicset/user_64.png" alt="No Avatar" /></a>');
$(this).children('a').load(profileUserURL + ' .module:eq(0) img:eq(0)')
});
});
#avatar-lastpost img {
width: 40px;
height: 40px;
background: white;
padding: 3px;
border: 1px solid gray;
}
#avatar-lastpost img:hover {
border: 1px solid black;
}
Re: Imagem do perfil no ultimo tópico Sáb Set 22, 2012 6:29 pm | 3 |
Tópicos semelhantes
Permissões neste sub-fórum
Não podes responder a tópicos
|
|