Results 1 to 3 of 3

Thread: can someone please be nice to me...

  1. #1
    Join Date
    May 2007
    Posts
    212

    Default can someone please be nice to me...

    and post the entitre content of the chanel_detail.tpl here or send me the file

    my file does not have the more link and i cannot see the vids in the channel

    i went back to my vshare folder and the old one doesnt have it either....

    BUT EVERYONE ELSE HAS IT!!!!!

  2. #2

    Default

    Here ya go:
    Code:
    <table width="760"  border="0" cellspacing="0" cellpadding="0">
    
    <tr>
    <td width=760 height=250>
    
    
    {if $total gt "0"}
    
    <TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>
    
    <TR>
    <TD vAlign=top>
    
    
    <!-- 
    Begin Most Active Users in the Channel Section
    -->
    
    <TABLE cellSpacing=0 cellPadding=0 width=580 align=center bgColor=#e1e4f2 border=0>
    <tr>
    <td height="24" valign=top>
    
    <table width="100%"  border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="5" height="24" background="{$baseurl}/templates/images/bg1_l.gif">[img]{$baseurl}/templates/images/bg1_l.gif[/img]</td>
    <td background="{$baseurl}/templates/images/bg1.gif" align=left><span class="white_bold" align=left>Most Active Users in the Channel</span></td>
    <td width="4" background="{$baseurl}/templates/images/bg1_r.gif">[img]{$baseurl}/templates/images/bg1_r.gif[/img]</td>
    </tr>
    </table>
    </td>
    </tr>
    
    
    <TR>
    <TD width=580>
    
    <TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
    <TR>
    {section name=i loop=$actuser}
    {insert name=id_to_name assign=uname un=$actuser[i].UID}
    
    <TD style="WIDTH: 20%; TEXT-ALIGN: center" vAlign=top>
    {insert name=get_photo assign=imgid uid=$actuser[i].UID}
    
    <A href="{$baseurl}/{$uname}">
    {if $imgid ne ""}
    [img]{$tmburl}/1_{$imgid}.jpg[/img]
    {else}[img]{$tmburl}/no_videos_groups.gif[/img]{/if}
    </A>
    
    <DIV class=moduleEntryDetails style="PADDING-TOP: 5px">
    
    {$uname} ({$actuser[i].total})
    </DIV>
    </TD>
    {/section}
    </TR>
    </TABLE>
    </DIV>
    </TD>
    </TR>
    <tr>
    <td width="2" bgcolor="#E1E3E4"></td>
    <td>
    
    </TABLE>
    </DIV>
    
    
    
    
    
    <DIV style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 7px; PADDING-TOP: 7px">
    <TABLE cellSpacing=0 cellPadding=0 width=580 align=center bgcolor="#e1e4f2" border=0>
    
    
    <tr>
    <td height="24" valign=top>
    <table width="100%"  border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="5" height="24" background="{$baseurl}/templates/images/bg1_l.gif">[img]{$baseurl}/templates/images/bg1_l.gif[/img]</td>
    <td background="{$baseurl}/templates/images/bg1.gif" align=left>
    
    
    
    
    <table width="96%"  border="0" cellspacing="0" cellpadding="0" align=center>
    <tr>
    <td class="white_bold"><span class="white_bold" align=left>Recently Added to {$answers[0].name} Channel</span></td>
    <td align=right ><span class="white_regular">More Videos</span></td>
    </tr>
    </table>
    
    
    </td>
    
    
    
    <td width="4" background="{$baseurl}/templates/images/bg1_r.gif">[img]{$baseurl}/templates/images/bg1_r.gif[/img]</td>
    </tr>
    </table></td>
    </tr>
    
    <TR>
    <TD width=580>
    
    <TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
    
    <TR>
    
    {section name=j loop=$recadd}
    
    <TD style="WIDTH: 20%; TEXT-ALIGN: center" vAlign=top>
    <A href="{$baseurl}/view/{$recadd[j].VID}/{$recadd[j].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">
    [img]{$tmburl}/1_{$recadd[j].VID}.jpg[/img]
    </A>
    
    <DIV class=moduleEntrySpecifics style="FONT-WEIGHT: bold; PADDING-TOP: 5px">
    
    <A href="{$baseurl}/view/{$recadd[j].VID}/{$recadd[j].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">
    {$recadd[j].title}
    </A>
    
    </DIV>
    
    <DIV class=moduleEntrySpecifics>
    By:   {insert name=id_to_name assign=uname un=$recadd[j].UID}
    
    				{$uname}
    			</DIV>
    
    			<DIV class=moduleEntrySpecifics>
    				{assign var=viddur value=$recadd[j].duration} 
    {math equation="$viddur/60" format="%0.0f" assign=minutes} 
    {math equation="$viddur - ($minutes * 60)" format="%0.0f" assign=seconds} 
    {if $seconds < 0} 
    {math equation="$minutes - 1" assign=minutes} 
    {math equation="$seconds + 60" assign=seconds} 
    {/if}            
    Runtime: {$minutes}m-{$seconds}s
    			</DIV>
    
    			<DIV class=moduleEntrySpecifics>Views: {$recadd[j].viewnumber}</DIV>
    			<DIV class=moduleEntrySpecifics>
    			{insert name=comment_count assign=commentcount vid=$recadd[j].VID}
    			Comments: {$commentcount}
    			</DIV>
    
    			
    			<SPAN class=rating>
    			{if $recadd[j].ratedby gt "0"}
    			{insert name=show_rate assign=rate rte=$recadd[j].rate}
    			{$rate}
    
    			(rated by {$recadd[j].ratedby})
    			{/if}
    			</SPAN>
    			
    
    			</TD>
    {/section}
    
    	
    </TR></TABLE>
    </DIV>
    </TD>
    </TR>
    </TABLE>
    
    
    </DIV>
    
    
    
    
    
    
    <DIV style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 7px; PADDING-TOP: 7px">
    <TABLE cellSpacing=0 cellPadding=0 width=580 align=center bgColor=#e1e4f2 border=0>
    
    
    <tr>
    <td height="24" valign=top><table width="100%"  border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="5" height="24" background="{$baseurl}/templates/images/bg1_l.gif">[img]{$baseurl}/templates/images/bg1_l.gif[/img]</td>
    <td background="{$baseurl}/templates/images/bg1.gif" align=left>
    
    
    
    <table width="96%"  border="0" cellspacing="0" cellpadding="0" align=center>
    <tr>
    <td class="white_bold"><span class="white_bold" align=left>Top Watched videos in {$answers[0].name} Channel</span></td>
    <td align=right ><span class="white_regular">More Videos</span></td>
    </tr>
    </table>
    
    
    
    </td>
    <td width="5" background="{$baseurl}/templates/images/bg1_r.gif">[img]{$baseurl}/templates/images/bg1_r.gif[/img]</td>
    </tr>
    </table></td>
    </tr>
    
    <TR>
    <TD width=580>
    
    <TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
    
    <TR>
    
    {section name=k loop=$mostview}
    <TD style="WIDTH: 20%; TEXT-ALIGN: center" vAlign=top>
    <A href="{$baseurl}/view/{$mostview[k].VID}/{$mostview[k].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">
    [img]{$tmburl}/1_{$mostview[k].VID}.jpg[/img]</A>
    <DIV class=moduleEntrySpecifics style="FONT-WEIGHT: bold; PADDING-TOP: 5px">
    {$mostview[k].title}</DIV>
    <DIV class=moduleEntrySpecifics>By:
    {insert name=id_to_name assign=uname un=$mostview[k].UID}
    {$uname}</DIV>
    <DIV class=moduleEntrySpecifics>{assign var=viddur value=$mostview[k].duration} 
    {math equation="$viddur/60" format="%0.0f" assign=minutes} 
    {math equation="$viddur - ($minutes * 60)" format="%0.0f" assign=seconds} 
    {if $seconds < 0} 
    {math equation="$minutes - 1" assign=minutes} 
    {math equation="$seconds + 60" assign=seconds} 
    {/if}            
    Runtime: {$minutes}m-{$seconds}s</DIV>
    <DIV class=moduleEntrySpecifics>Views: {$mostview[k].viewnumber}</DIV>
    <DIV class=moduleEntrySpecifics>
    	 {insert name=comment_count assign=commentcount vid=$recadd[j].VID}
    Comments: {$commentcount}
    </DIV>
    
    
    <SPAN class=rating>
    {if $mostview[k].ratedby gt "0"}
    {insert name=show_rate assign=rate rte=$mostview[k].rate}
    {$rate}
    
    (rated by {$mostview[k].ratedby})
    {/if}
    </SPAN>
    
    </TD>
    {/section}
    
    </TR>
    
    </TABLE>
    </DIV>
    </TD>
    </TR>
    
    </TABLE>
    </DIV>
    
    </TD>
    <td width=7></td>
    
    <TD width=180 valign=top>
    <table> 
     <tr>
    <td height="24" valign=top>
    <table width="100%"  border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="3" height="24">[img]{$baseurl}/templates/images/bg1_l.gif[/img]</td>
    <td background="{$baseurl}/templates/images/bg1_l.gif" class="style3">
    <div align="left"><A class="white_regular" href="{$baseurl}/signup.php">
    <span class="white_regular" align=left>Sign up for your free account!</span></A></div></td>
    <td width="4">[img]{$baseurl}/templates/images/bg1_l.gif[/img]</td>
    </tr>
    </table>
    </td>
    </tr>
    
    
    
    
    
    <tr>
    <td bgcolor="#e1e4f2" valign=top >
    <DIV style="FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN: 10px 0px 5px; ">Recent
    Tags for this Channel:</DIV>
    {section name=i loop=$tags}
    {$tags[i]}
    {/section}
    <DIV></DIV>
    <DIV style="FONT-SIZE: 13px; COLOR: #333333">
    <DIV style="MARGIN-TOP: 10px; FONT-WEIGHT: bold; FONT-SIZE: 14px">
    </DIV></DIV></TD></TR></table>
    </td></tr>
    
    </TABLE>
    </TD>
    </TR>
    </TABLE>
    {else}
    <center>There is no video in this channel</center>
    {/if}
    
    </td>
    </tr>
    
    </td>
    </tr>
    </table>
    Look, it's not steep till you need to stop ok !

  3. #3
    Join Date
    May 2007
    Posts
    212

    Default

    thanks

Similar Threads

  1. Nice Find: FREE Comment Script
    By grynmoors in forum Template Modifications
    Replies: 0
    Last Post: 12-11-2008, 04:19 PM
  2. nice script, I did successfully
    By zayarln in forum Installation Support
    Replies: 1
    Last Post: 04-21-2008, 07:33 AM
  3. Nice Job
    By mrblackbird in forum General Discussions
    Replies: 1
    Last Post: 09-08-2007, 09:53 PM
  4. Bulk Import of WMV files. An answer would be nice
    By sydawn in forum Installation Support
    Replies: 9
    Last Post: 08-07-2007, 08:06 PM
  5. Found nice flv player exactly like youtubes (clone)
    By steinar in forum Installation Support
    Replies: 15
    Last Post: 05-29-2007, 10:31 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
  •