Buna tuturor am gasit un cod pentru chenar la profil pentru toate versiunile de la phpbb3 pana la Invision el arata cam asa:
Acest cod se adauga in:
Panou de Administrare -> Module -> HTML & JAVASCRIPT -> Gestiunea codurilor JavaScript
Cream un nou cod JavaScript, si bifam urmatoarele:
Titlu : Chenar profil
Amplasare : Topicuri
Cod JavaScript : Adaugam urmatorul cod:
Sper sa va fie de folos
Acest cod se adauga in:
Panou de Administrare -> Module -> HTML & JAVASCRIPT -> Gestiunea codurilor JavaScript
Cream un nou cod JavaScript, si bifam urmatoarele:
Titlu : Chenar profil
Amplasare : Topicuri
Cod JavaScript : Adaugam urmatorul cod:
Cod:
Query(document).ready(function(){
jQuery(".pun .post .user, .post .postprofile dl").each(function(){
jQuery(this).html(jQuery(this).html().replace(/<span class="label/g,'<dd><div class="field"><span class="label'));
});
jQuery("td.row2 span,td.row1 span").each(function(){
jQuery(this).html(jQuery(this).html().replace(/<span class="label/g,'<div class="field"><span class="label'));
});
jQuery("td.row2 span,td.row1 span").each(function(){
jQuery(this).html(jQuery(this).html().replace(/<br/g,'</div><br'));
});
jQuery(".field").css({"background-color":"white","margin-bottom":"3px","margin-right":"11px","padding":"5px 5px 5px 5px","text-align":"center","border":"1px solid #ccc"});
jQuery("td.row2 span").css({"max-width":"300px"});
});
Sper sa va fie de folos