Ja vēlaties, lai materiāla pilnā skata lappusē (jebkurā modulī) interesentiem būtu ērti pieejamas saites uz konkrēto materiālu (kā attēlā), jārīkojas sekojoši : Attiecīgā moduļa "Materiāla un tā komentāru" šablonā nepieciešamajā vietā jāievieto šāds kods :
[bgcolor=#EF84B5]
Code
<table>
<tr>
<td width="30%"><b>html-saite uz šo materiālu</b></td>
<td width="70%">
<script>
var today=new Date()
document.write('<textarea readOnly style="width:100%; height:29px; font-size:11px; border:1px solid #E0E0E0;" onfocus="this.select();"><a href="'+window.location+'">$ENTRY_TITLE$</a></textarea>')
</script>
</td>
</tr>
<tr>
<td><b>BB-saite uz šo materiālu</b></td>
<td>
<script>
var today=new Date()
document.write('<textarea readOnly style="width:100%; height:29px; font-size:11px; border:1px solid #E0E0E0;" onfocus="this.select();">[url='+window.location+']$ENTRY_TITLE$[/url]</textarea>')
</script>
</td>
</tr>
<tr>
<td><b>Tiešā saite uz šo materiālu</b></td>
<td>
<script>
var today=new Date()
document.write('<textarea readOnly style="width:100%; height:29px; font-size:11px; border:1px solid #E0E0E0;" onfocus="this.select();">'+window.location+'</textarea>')
</script>
</td>
</tr>
</table>
[/bgcolor] Forumam šis kods nedaudz atšķiras (tas saistīts ar forumā mepieejamiem dažiem uCoz $KODIEM$) un varētu būt šāds :
[bgcolor=#EF84B5]
Code
<table>
<tr>
<td width="30%"><b>html-saite uz šo materiālu</b></td>
<td width="70%">
<script>
var today=new Date()
document.write('<textarea readOnly style="width:100%; height:29px; font-size:11px; border:1px solid #E0E0E0;" onfocus="this.select();"><a href="http://arnis.ucoz.lv/forum/$FID$-$TID$-$ID$-16-$TIMESTAMP$">$USERNAME$ ieraksts forumā</a></textarea>')
</script>
</td>
</tr>
<tr>
<td><b>BB-saite uz šo materiālu</b></td>
<td>
<script>
var today=new Date()
document.write('<textarea readOnly style="width:100%; height:29px; font-size:11px; border:1px solid #E0E0E0;" onfocus="this.select();">[url=http://arnis.ucoz.lv/forum/$FID$-$TID$-$ID$-16-$TIMESTAMP$]$USERNAME$ ieraksts forumā[/url]</textarea> ')
</script>
</td>
</tr>
<tr>
<td><b>Tiešā saite uz šo materiālu</b></td>
<td>
<script>
var today=new Date()
document.write('<textarea readOnly style="width:100%; height:29px; font-size:11px; border:1px solid #E0E0E0;" onfocus="this.select();">http://arnis.ucoz.lv/forum/$FID$-$TID$-$ID$-16-$TIMESTAMP$</textarea> ')
</script>
</td>
</tr>
</table>
[/bgcolor]