Results 1 to 8 of 8

Thread: Need to show more videos on "WATCH" page

  1. #1
    Join Date
    Jan 2008
    Posts
    216

    Default 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.

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default 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/

  3. #3
    Join Date
    Jan 2008
    Posts
    216

    Default 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?

  4. #4
    Join Date
    Jan 2008
    Posts
    216

    Default Re: Need to show more videos on "WATCH" page

    Still no suggestion on how to display more videos in the watch (/recent/) page??

  5. #5

    Default 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.

  6. #6
    Join Date
    Jan 2008
    Posts
    216

    Default Re: Need to show more videos on "WATCH" page

    Thank you very much Fox for your help, i did the modification now...

  7. #7
    Join Date
    Jan 2008
    Posts
    216

    Default Re: Need to show more videos on "WATCH" page

    Quote Originally Posted by admin
    If you upgrade to vshare 2.6, it will show more videos

    See http://video.bizhat.com/recent/
    Finally I've upgraded to 2.6, works great! Nice improvements!!
    Thank you admin! ;)

  8. #8
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default 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.
    If it's not fun, stop doing it!

Similar Threads

  1. view the "recent videos" on another page
    By witchdoctor in forum Template Modifications
    Replies: 1
    Last Post: 02-26-2008, 05:03 AM
  2. locate "page" folder? modify html file
    By pmarket in forum Template Modifications
    Replies: 1
    Last Post: 02-17-2008, 02:26 PM
  3. Bottom Advert Broken in "Recently Added Groups" page
    By grynmoors in forum Installation Support
    Replies: 2
    Last Post: 09-09-2007, 01:24 AM
  4. "Sort channels" should all list on one page
    By mersh in forum Feature Requests
    Replies: 1
    Last Post: 08-26-2007, 06:12 AM
  5. "Classified " Site, and "Image Hosting"
    By chiefody in forum Sales Questions
    Replies: 1
    Last Post: 07-04-2007, 08:26 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •