Results 1 to 3 of 3

Thread: Now playing, NEXT PREV not working

  1. #1

    Default Now playing, NEXT PREV not working

    When i'm watching video only NOW PLAYING is active, no next or previous movie on the right
    (there are 3 movies in channel).
    Anyone can advise ?

  2. #2

    Default Re: Now playing, NEXT PREV not working

    any1 ?

  3. #3

    Default Re: Now playing, NEXT PREV not working

    i forgot to add code, here it is and please someone help cause its cool option but not working :/

    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>

Similar Threads

  1. Videos playing in Firefox, but NOT playing in IE, Opera
    By piscean in forum Installation Support
    Replies: 4
    Last Post: 11-04-2008, 10:30 PM
  2. Videos not playing? Is my video queue converter working?
    By GreenGambler in forum General Discussions
    Replies: 7
    Last Post: 09-03-2007, 06:00 AM
  3. Not Playing?
    By zinctek in forum Fixed Bugs
    Replies: 5
    Last Post: 07-24-2007, 09:25 PM
  4. Prev > Video < next links not working
    By firstbyte in forum Installation Support
    Replies: 2
    Last Post: 06-14-2007, 03:01 PM
  5. PREV and NEXT
    By sam in forum Installation Support
    Replies: 1
    Last Post: 05-07-2007, 02:59 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
  •