Need to show more videos on "WATCH" page
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.
Re: Need to show more videos on "WATCH" page
If you upgrade to vshare 2.6, it will show more videos
See http://video.bizhat.com/recent/
Re: Need to show more videos on "WATCH" page
I'd like to upgrade to 2.6, but I read here that there are many problems and bugs updating. I prefer to wait for a more stable version ;)
Also because, I did too many changes to the template and it's a problem updating now...
Anyway, no suggestion on how to display more videos in the watch (/recent/) page?
Re: Need to show more videos on "WATCH" page
Still no suggestion on how to display more videos in the watch (/recent/) page??
Re: Need to show more videos on "WATCH" page
Admin > Systems Settings > List Per Page ???
I changed this so long ago that I don't exactly remember.
Re: Need to show more videos on "WATCH" page
Thank you very much Fox for your help, i did the modification now...
Re: Need to show more videos on "WATCH" page
Quote:
Originally Posted by admin
Finally I've upgraded to 2.6, works great! Nice improvements!!
Thank you admin! ;)
Re: Need to show more videos on "WATCH" page
Quote:
Originally Posted by ramius
Still no suggestion on how to display more videos in the watch (/recent/) page??
This was posted about a loooooooong time ago and I think the forums has changed since that was posted, I can't find where this was posted. There IS a way to do it (or at least there used to be *I think*), either by the template or the sql database or both and for the life of me I can't remember. Anybody remember how to do this? I *could* be thinking of the channels page and not the watch page...
I remember something along these lines: Look for in channels.tpl
Code:
{if $smarty.section.i.index mod 4 eq "0" and $smarty.section.i.index gt "0"}</tr><tr>{/if}
and where it says 4, I remember changing that number changes the amount of videos across. I don't think changing the watch page is possible since it's a "virtual" page and is accessed through the zend encoded php files.
I also seem to remember trying it with the channels page and what happened was that the videos came out of alignment.