Hello, I need to show more videos on watch page (/recent/) on basic view.
I have version 2.5 and by deafult it shows 4 videos per page, 12 per page (4xrow) will be nice!
Any idea on how to change it?? I'm trying to change video.tpl and if I'm right the code to change should be this one:

{if $smarty.request.viewtype eq "" or $smarty.request.viewtype eq "basic"}
{section name=i loop=$answers}
{if $smarty.section.i.index mod 2 eq "0" and $smarty.section.i.index gt "0"}

But, I don't really know how to change it!
Is there anybody who did this modification?
Thank you.