Posted June 1st 2013, 1:12 pm
i need them lol..
where can i find a tutorial regarding "Last Post Avatar" for PunBB?
where can i find a tutorial regarding "Last Post Avatar" for PunBB?
Message (Page 1 of 1)
Posted June 1st 2013, 1:12 pm
Posted June 1st 2013, 1:33 pm
$(document).ready(function () {
$('.statused .tcr').each(function(e) {
var l = this.getElementsByTagName('strong')[0].firstChild.href;
$(this).prepend('<span class="avatar-index" id="avatar-index'+e+'"></span>');
$('#avatar-index'+e).load(l+' .module .main-content.clearfix.center:eq(0) img:eq(0)');
});
});;
.avatar-index {
float: left;
}
.avatar-index img {
width: 35px;
height: 35px;
}
Posted June 1st 2013, 2:08 pm
Posted June 1st 2013, 2:16 pm
Message (Page 1 of 1)
Similar topics
Permissions in this forum:
You cannot reply to topics in this forum
In total there is 0 user online :: 0 Registered, 0 Hidden and 0 Guests
Users browsing this forum: None