Neliels skripts, kas palielina lietotāja reputāciju.
Dotais skripts, vairāk ir paredzēts modulim Failu katalogs, bet var pielietot arī citiem.
Uzstādīšana:
Šablonā: Materiālu skats ar komentāriem, mēs aiz /HEAD liekam šos vervelējumu
Code
<script type="text/javascript">
function repchange(val,id){
repval=val;
ajaxtime=setInterval('checkajax'+id+'()',500);}
function checkajax$UID$(){
forms=document.getElementsByTagName('form');
for(f=0;f<forms.length;f++){
if(forms[f].id=='frm981'){
if(repval=='none'){document.getElementById('a0').checked='true';
document.getElementById('sbt981').onclick=null;
clearInterval(ajaxtime);}
if(repval=='minus'){document.getElementById('a1').checked='true';
document.getElementById('sbt981').onclick=null;
clearInterval(ajaxtime);}
if(repval=='plus'){document.getElementById('a2').checked='true';
document.getElementById('sbt981').onclick=null;
clearInterval(ajaxtime);}
}}}
</script>
Vietā kur gribam redzēt pogu, mēs liekam šo kodu:
Code
<div class="reputation"><a title="Pasakot PALDIES, Jūs automātiski palielināsiet lietotāja $USER$ reputāciju." href="javascript://" onclick="openLayerB('Rd',0,'/index/23-$UID$','Change Reputation',380,200,1); repchange('plus','$UID$');">
<img src="http://icons.iconseeker.com/png/fullsize/revalines-simple-apple-mac/apple-plus.png" border="0" height="50" width="50" ></a></div>