thanks for the tip zeffer i just used it on my site
but how would you get more reciently viewed to 8?
I applied the same principle...but it didnt work
i changed the 0 to a 4 and copied the code to another <tr> bla bla and it didnt even show up on the screen.
this is what I have
<table width="100%">
<tr>
{section name=i loop=$recent start=0 max=4}
<td>
</td>
<td width="25%" align="center">
<A href="{$baseurl}/view/{$recent[i].VID}/{$recent[i].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">[img]{$tmburl}/1_{$recent[i].VID}.jpg[/img]
{$recent[i].title}</a>
<font size="1px">{insert name=timediff value=var time=$recent[i].viewtime}</font>
</td>
{/section}
</tr>
<tr>
{section name=i loop=$recent start=4 max=4}
<td></td>
<td width="25%" align="center">
<A href="{$baseurl}/view/{$recent[i].VID}/{$recent[i].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">[img]{$tmburl}/1_{$recent[i].VID}.jpg[/img]
{$recent[i].title}</a>
<font size="1px">{insert name=timediff value=var time=$recent[i].viewtime}</font>
</td>
{/section}
</tr>
</table>




Reply With Quote
Bookmarks