Yes ... Ive just worked out the changes for 2.5
Same instructions as above but...
Find this:
Code:
<td align="center">
<div class="video">
[img]{$tmburl}/1_{$answers[i].VID}.jpg[/img]
Replace with this:
Code:
<td align="center">
<SCRIPT type=text/javascript>
stat['{$answers[i].VID}']=0; thumb['{$answers[i].VID}']=new Array(); thumbs['{$answers[i].VID}']=new Array(1,1,1);
</SCRIPT>
<div class="video">
[img]{$baseurl}/thumb/1_{$answers[i].VID}.jpg[/img]
Can anyone help with doing on the thumbnails on the index page?




Reply With Quote
Bookmarks