Materiāla pilnā skatā ar komentāriem ievietojam kodu tūlīt aiz BODY vai MESSAGE tegiem. Tas gan atkarīgs no katra moduļa, ka nu kurā ir.
Bet ja nevēlaties lai katram modulim būtu jāuzstāda atsevišķi tad var likt arī - Bottom Part Of Website-
Ja liekam Bottom daļā Jūs ietaupīsiet sev laiku un varēsiet vēl ko citu uztaisīt sawam webam.
Code
<script type="text/javascript">
$(".bbCodeName:contains('Code')").html("<font style='font-size:12px;'>Code</font> <a href='javascript://' style='font-size:12px;font-weight:normal;text-decoration:underline;margin-left:5px;' id='getcode'>Iegūt Kodu</a>");
$("#getcode").live("click",function() {
codes = $(this).parent().next().html();
lencodes = codes.length;
replcode = /<!--uzc-->/
replcode2 = /<!--\/uzc-->/
replcode3 = /<br>/g
resultCode = codes.replace(replcode, "").replace(replcode2, "").replace(replcode3, "\n");
new _uWnd('getC','Koda iegūšana no "$ENTRY_TITLE$"',600,100,{align:0,shadow:0,close:1,autosize:1,maxh:500,minh:100,resize:0}, '<fieldset><legend>Kods:</legend><textarea onfocus="select(this)" id="codes">'+resultCode+'</textarea></fieldset>' );
});
</script>
<style>
#codes{width:100%;height:180px;}
</style>
un rezultāts:
12.11.2012 // Atjaunots rezultāta Attēls // TheMarkus