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.


Name up Avatar Photos (BB3)

power_settings_newConectați-vă pentru a răspunde

12092013
Name up Avatar Photos (BB3)

phpBB3 - Name up Avatar Photos:

Cod:

var CopyrightNoticeET = "Copyright Extrem-Tutorials.com, All right reserved. Name above avatar phpbb3 version on Forumotion, code developed by Ethen. No part of this code can not be distributed.";
$(function() {
var x = $('.post').get();
$(x).each(function() {
var u = $(this).find('.postprofile dt strong')[0];
$(this).find('.postprofile dt a:eq(0)').insertAfter($(this).find(u));
$(this).find('.postprofile dt strong').after('<br />');
});
});

or

var CopyrightNoticeET = "Copyright Extrem-Tutorials.com, All right reserved. Name above avatar phpbb3 version on Forumotion, code developed by Ethen. No part of this code can not be distributed.";
$(function() {
   var $post = $('.postprofile').get();
   $($post).each(function(user_id, id) {
      var $a = $(this).find('dl dt a')[0];
      $(this).find('dl dt strong a').insertBefore($(this).find($a));
      $(this).find('dl dt a:eq(0)').after('<br />');
   });
});

Codurile se adauga in gestionarea codurilor Javascript amplasare Topicuri  Name up Avatar Photos (BB3) 333276
Pentru probleme lasati un pm  Name up Avatar Photos (BB3) 333276
Asta a fost tot  Name up Avatar Photos (BB3) 333276

Comentarii

hamsahaq
 Name up Avatar Photos (BB3) 3630314092
power_settings_newConectați-vă pentru a răspunde
remove_circleSubiecte similare
privacy_tip Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum