Salut, je developpe actuellement un site de classement de bookmakers
les tulisateurs doivent voter pour differents bookmakers sur le site
et sur l’accueil droit s’afficher les 10 premier bookmakers classés par ordre de total de vote!
j’utilises anythingrating mais je ne vois pas comment classer ces bookmakers dans l’ordre
dans mon template j’ai ce code là
[!AnythingRating? &atrGrp=`bookmakers` &define=`1` &canVote=`all` &nbIP=`20` &language=`english-utf8`!]
[!Ditto? &language=`english` &tpl=`charts` &parents=`11` &paginate=`1` &display=`10`!]
et dans le chunk charts j’ai ça
<tr>
<td width="64"><a href="http://www.justhost.com" onclick="window.open('/visit.php?site=justhost'); return false;"><img src="/images/n1.gif" width="56" height="54" alt="web hosting reviews" /></a></td>
<td width="150">
<a href="http://www.justhost.com" onclick="window.open('/visit.php?site=justhost'); return false;">
<img src="[+imgfeatured+]" alt="JustHost.com Review" width="125" height="40" border="0" /></a> </td>
<td width="86" bgcolor="#d0d6e2" class="price">[+bonus+]</td>
<td width="88">[+in-play+]</td>
<td width="93" bgcolor="#d0d6e2">[+paymentmethods+]</td>
<td width="85">[+otherfeatures+]</td>
<td width="85" bgcolor="#d0d6e2">[[AnythingRating? &atrId=`[+id+]` &noVotes=`0` &atrCss=`assets/snippets/anythingRating/css/anythingRating.css`]]</td>
<td width="97" style="font-size:9px;">
<p style="text-align:center"><a href="[~[+id+]~]">Review</a></p>
<p style="text-align:center;font-size:13px;margin-top:-5px;"><a href="http://www.justhost.com" onclick="window.open('/visit.php?site=justhost'); return false;">Visit Site</a></p></td>
</tr>
si quelqu’un pouvait m’aider à faire fonctionner tout ça!
merci d’avance