Results 1 to 3 of 3

Thread: Next and previous video not showing

  1. #1

    Default Next and previous video not showing

    Even if there are few movies in channel, i only can see no previous and no next video picures instead of
    thumbnails of movies which are in this channel.
    i did not change the code in here, but anyway i'm pasting it.
    Anyone can advise on this one?



    Code:
    <td align=middle width="104" style="padding-left:5px;">
    {if $rowcount eq "$rowmincount"}
    [img]{$baseurl}/templates/images/no_prev.gif[/img]
    &lt; PREV
    {else}
    {if $link[0].vid ne ""}
    <a href="{$baseurl}/view/{$link[0].vid}/{$link[0].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">
    [img]{$tmburl}/1_{$link[0].vid}.jpg[/img]</a>
    <div style="font-weight: bold; font-size: 10px; padding-top: 3px">
    &lt; PREV
    </div>
    {/if}
    {/if}
    </td>
    
    <td align="center" style="padding-top:10px;">
    {insert name=adv_status assign=status adv_name='video_right_single'}
    {if $status eq "Active"}
    {insert name=advertise adv_name='video_right_single'}
    {else}
    {if $link[1].vid ne ""}
    [img]{$tmburl}/1_{$link[1].vid}.jpg[/img]<div style="font-weight: bold; font-size: 10px; padding-top: 3px">NOW PLAYING</div>
    {/if}
    {/if}
    </td>
    
    <td align="center" style="padding-left:8px;">
    {if $rowcount eq "$rowmaxcount"}
    [img]{$baseurl}/templates/images/no_next.gif[/img]
    NEXT &gt;
    {else}
    {if $link[2].vid ne ""}
    [img]{$tmburl}/1_{$link[2].vid}.jpg[/img]
    <div style="font-weight: bold; font-size: 10px; padding-top: 3px">
    NEXT &gt;
    </div>
    {/if}
    {/if}
    </td>

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

    Default Re: Next and previous video not showing

    You might want to post this in the installation support...
    If it's not fun, stop doing it!

  3. #3

    Default Re: Next and previous video not showing

    HI

    For next and previous to work the videos must have the at lease some of the same tags. Do yours?

Similar Threads

  1. Video not showing?
    By polog in forum Installation Support
    Replies: 5
    Last Post: 10-13-2008, 05:11 PM
  2. Video not showing
    By tax in forum Installation Support
    Replies: 12
    Last Post: 12-11-2007, 12:39 PM
  3. Video not showing
    By micah in forum Installation Support
    Replies: 11
    Last Post: 08-28-2007, 02:39 PM
  4. Video not showing
    By mattg in forum Installation Support
    Replies: 15
    Last Post: 07-14-2007, 02:06 PM
  5. next and previous buttons
    By casman in forum Installation Support
    Replies: 1
    Last Post: 06-24-2007, 10: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
  •