Extrem Tutorials
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Extrem TutorialsConectare

Peste 500 tutoriale in limba romana.


descriptionAvatarul in dreptul ultimelor mesaje EmptyAvatarul in dreptul ultimelor mesaje

more_horiz
Salut! Cum pot pune avatarul membrului respectiv care posteaza ultimul sa ii apara in dreptul ultimelor mesaje sau daca nu are avatar sa ii pun eu defeault.

descriptionAvatarul in dreptul ultimelor mesaje EmptyRe: Avatarul in dreptul ultimelor mesaje

more_horiz
Pe ce versiune doriti sa faceti acest lucru?

descriptionAvatarul in dreptul ultimelor mesaje EmptyRe: Avatarul in dreptul ultimelor mesaje

more_horiz
phpBB2

descriptionAvatarul in dreptul ultimelor mesaje EmptyRe: Avatarul in dreptul ultimelor mesaje

more_horiz
Te rog sa nu scoti copyright !
JavaScript Code

Cod:

]// Avatar in index by giObanii phpbb2
$(document).on('ready', function() {
    $('.forumline tr .row3.over').prepend('<div class="avatar-index"><div>');
    $('.forumline tr .row3.over .avatar-index').each(function () {
        var profileUser = $(this).parent().children('span').children('span').children('strong').children('a').attr('href');
        $(this).html('<a href="' + profileUser + '" class="avatar-index-enlace"><img src="http://cdn1.iconfinder.com/data/icons/basicset/user_64.png" alt="No Avatar" /></a>');
        $(this).children('a').load(profileUser + ' .forumline .row1.gensmall[align="center"]:eq(0) img:eq(0)');
    });
});



CSS Code

Cod:

/* Avatar in index by giObanii phpbb2*/
.avatar-index { float: left; }
.avatar-index img { width: 40px; height: 40px; padding: 1px; border: 1px solid #DDD; margin: 0 5px; }

descriptionAvatarul in dreptul ultimelor mesaje EmptyRe: Avatarul in dreptul ultimelor mesaje

more_horiz
Mai aveti nevoie de ajutor?

descriptionAvatarul in dreptul ultimelor mesaje EmptyRe: Avatarul in dreptul ultimelor mesaje

more_horiz
Nu functioneaza codul Avatarul in dreptul ultimelor mesaje 789378

descriptionAvatarul in dreptul ultimelor mesaje EmptyRe: Avatarul in dreptul ultimelor mesaje

more_horiz

Cod:

// Avatar in index by giObanii phpbb2
$(document).on('ready', function() {
    $('.forumline tr .row3.over').prepend('<div class="avatar-index"><div>');
    $('.forumline tr .row3.over .avatar-index').each(function () {
        var profileUser = $(this).parent().children('span').children('span').children('strong').children('a').attr('href');
        $(this).html('<a href="' + profileUser + '" class="avatar-index-enlace"><img src="http://cdn1.iconfinder.com/data/icons/basicset/user_64.png" alt="No Avatar" /></a>');
        $(this).children('a').load(profileUser + ' .forumline .row1.gensmall[align="center"]:eq(0) img:eq(0)');
    });
});

descriptionAvatarul in dreptul ultimelor mesaje EmptyRe: Avatarul in dreptul ultimelor mesaje

more_horiz
A aparaut un pic acea imagine care este pusa in cod si dupa aceea a disparut...

descriptionAvatarul in dreptul ultimelor mesaje EmptyRe: Avatarul in dreptul ultimelor mesaje

more_horiz
La amplasare pune all pages (Toate Paginile) !

descriptionAvatarul in dreptul ultimelor mesaje EmptyRe: Avatarul in dreptul ultimelor mesaje

more_horiz
Rezolvat ?

descriptionAvatarul in dreptul ultimelor mesaje EmptyRe: Avatarul in dreptul ultimelor mesaje

more_horiz
Am pus toate paginile... Nu, nu este rezolvat :|

descriptionAvatarul in dreptul ultimelor mesaje EmptyRe: Avatarul in dreptul ultimelor mesaje

more_horiz
Puteti da T/C nu mai am nevoie. Multumesc celor care au vrut sa ma ajute si pentru efortul depus!

EDIT: Scuzati 2x post dar am crezut ca sau dus 24 de ore.. Multumesc!

descriptionAvatarul in dreptul ultimelor mesaje EmptyRe: Avatarul in dreptul ultimelor mesaje

more_horiz
Inchis la cererea autorului.

descriptionAvatarul in dreptul ultimelor mesaje EmptyRe: Avatarul in dreptul ultimelor mesaje

more_horiz
privacy_tip Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum