New Version of Recently Viewed Script
Hi everyone,
Just a quick note to let you all know there is now a new version of the Recently Viewed Script Out. Also available is a new black version with all the great features of the orginal script plus more.
Black Version
http://www.youtwatonline.com/black.jpg
White Version
http://www.youtwatonline.com/white.jpg
For further information on how to upgrade for FREE or buy this player please visit:
http://www.youtwatonline.com/recent_player.html
Regards,
Mat.
Re: New Version of Recently Viewed Script
Cool :D Great work :D
Thanks Galnet
Re: New Version of Recently Viewed Script
Galnet, can you send me the new version, I have the old one and when i downloaded the update all it has is the player. But there i no place to edit the "your text here"
Re: New Version of Recently Viewed Script
Hi sorry about the embed code if you redownload the file you will see the code in the readme file.
Thanks Karlmay for your feedback :)
Regards,
Mat.
Re: New Version of Recently Viewed Script
Re: New Version of Recently Viewed Script
Server now back online!
Regards,
Mat.
Re: New Version of Recently Viewed Script
okay. a request please. on the new black version can you make the time appear in 12 hr instead of 24 hour time?
Also, can you remove the like of text on the left that says "videos being viewed right now" or let us edit that text to what we want.
thx.
Re: New Version of Recently Viewed Script
Quote:
Originally Posted by freepo
Also, can you remove the like of text on the left that says "videos being viewed right now" or let us edit that text to what we want.
thx.
I need that too. Having a norwegian site. Need to get that in norwegian.
Re: New Version of Recently Viewed Script
Yep no probs, I will work on this and have a new version for you all on Wednesday.
If you have any requests which you think would make this better, please let me know, your input is very important. I will work my hardest to add them.
Regards,
Mat.
Re: New Version of Recently Viewed Script
Awesome. Can you also make it so that the video names arent displayed in plain text. Can they be displayed in some kind of text like the file lentgh displayed?
Also, I noticed that this does not display in Interent Explorer, but in Firefox it does. Any ideas?
Re: New Version of Recently Viewed Script
Hi
I seen that you had an issue in IE regarding the player.
Check to see if you have uploaded the file ClickFix.js into the JS folder, then make sure you have copied the code excate into your index.tpl
It is important to copy all the information as one displays the player for Firefox and other browsers and 1 is made for Internet Explorer.
If you have any issues email me at [email protected] and I will be more than happy to have a look for you.
Regards,
Mat.
P.S with the request I will be more than happy to make this alot better... I'm currently not happy with this myself!
Re: New Version of Recently Viewed Script
Ok Updated the script again to include:
- Change Header and Footer Text - Please read the Read Me file
- New Embed Code (Easier to follow and excludes the need for ClickFix.js)
- Cleaner Video Title Fonts
- Uni-Code Video Titles, Should work for all lanuages including basic china fonts.
http://www.youtwatonline.com/recent_player.html
Next update hopefully due on Wednesday and 3 new colours will be released!
Regards,
Mat.
Re: New Version of Recently Viewed Script
I must say that is a nice Mod, but it seems kind of odd that it costs more the the entire script does! :D :D
Re: New Version of Recently Viewed Script
hi folks,
i guess i must be damm stupid :'(
this is my index.tpl file:
Code:
<table width="100%" border="0" bordercolor=blue cellspacing="0" cellpadding="0" >
<tr>
<td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1" bgcolor="#5e7cae"></td>
</tr>
<tr>
<td align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="70" align="center">
<Div class=bg2>
<table width="96%" border="0" cellspacing="10" cellpadding="0" align=center>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="bold_blue_large">Watch</td>
</tr>
<tr>
<td class="normal_gray">Better than TV watch what you want when you want it!</td>
</tr>
</table>
</td>
<td width="1" bgcolor="#5170a8"></td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Upload</td>
</tr>
<tr>
<td class="normal_gray">Quickly upload and tag videos in almost any video format.</td>
</tr>
</table>
</td>
<td width="1" bgcolor="#5170a8"></td>
<td >
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Share</td>
</tr>
<tr>
<td class="normal_gray">Easily share your videos with everyone, put videos on your space or watch them here.</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="1" bgcolor="#E1E3E4"></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
{if $new_video_total gt "0"}
<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">
<table width="96%" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td class="white_bold">New Videos</td>
<td align=right ><span class="white_regular">More Recent 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>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1" bgcolor="#E1E3E4"></td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<table width="100%">
<tr>
{section name=i loop=$new_video start=0 max=4}
<td></td>
<td width="25%" align="center">
<A href="{$baseurl}/view/{$new_video[i].VID}/{$new_video[i].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">[img]{$tmburl}/1_{$new_video[i].VID}.jpg[/img]
{$new_video[i].title}</a>
</td>
{/section}
</tr>
<tr>
{section name=i loop=$new_video start=4 max=4}
<td></td>
<td width="25%" align="center">
<A href="{$baseurl}/view/{$new_video[i].VID}/{$new_video[i].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">[img]{$tmburl}/1_{$new_video[i].VID}.jpg[/img]
{$new_video[i].title}</a>
</td>
{/section}
</tr>
</table>
</td>
</tr>
<tr>
<td height="1" bgcolor="#E1E3E4"></td>
</td>
</tr>
</table>
</td>
<td width="1" bgcolor="#E1E3E4"></td>
</table>
{/if}
</td>
</tr>
<tr>
<td align="center" valign="top">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="140" id="recently viewed videos" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="recentplayer.swf?x=recentlyviewed.php&t=Videos Being Watched Right Now..." />
<param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />
<embed src="recentplayer.swf?x=recentlyviewed.php&t=Videos Being Watched Right Now..." quality="high" bgcolor="#ffffff" width="550" height="140" name="recently viewed videos" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
<script language="JScript" type="text/jscript" src="{$baseurl}/js/ClickFix.js"></script>
</td>
</tr>
<tr>
<td height=5></td>
</tr>
<tr>
<td align="center" 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">
<table width="96%" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td width="50%" class="white_bold">Recently Viewed</td>
<td width="50%" align="right"><span class="white_regular">More Recently Viewed</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>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#F1F5F8">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1" bgcolor="#E1E3E4"></td>
<td>
<table width="100%">
<tr>
{section name=i loop=$recent start=0 max=4}
<td>
</td>
<td width="25%" align="center">
<A href="{$baseurl}/view/{$recent[i].VID}/{$recent[i].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">[img]{$tmburl}/1_{$recent[i].VID}.jpg[/img]
{$recent[i].title}</a>
<font size="1px">{insert name=timediff value=var time=$recent[i].viewtime}</font>
</td>
{/section}
</tr>
</table>
</td>
<td width="1" bgcolor="#E1E3E4"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="1" bgcolor="#E1E3E4"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="2" bgcolor="#FFFFFF"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="0" align="center" valign="top"></td>
</tr>
</td>
</tr>
{if $total gt "0"}
<tr>
<td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<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>
<th background="{$baseurl}/templates/images/bg1.gif"><div align="left">
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td class="white_bold">Today's Featured Videos</td>
<td width="150"><span class="white_regular">See More Videos</span></td>
</tr>
</table>
</div></th>
<td width="5" background="{$baseurl}/templates/images/bg1_r.gif">[img]{$baseurl}/templates/images/bg1_r.gif[/img]</td>
</tr>
</table></td>
</tr>
{section name=i loop=$answers}
<tr>
<td align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-bottom: 1px dashed #999999;">
<tr>
<td align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1" bgcolor="#C0C0C0"></td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="154" align="center" valign="top" background="{$baseurl}/templates/images/background_2_bg.jpg" style="background-repeat:repeat-x; " bgcolor="#F3F3F3">
<table width="100%" border="0" cellspacing="11" cellpadding="0">
<tr>
<td width="120" valign="top"><a
href="{$baseurl}/view/{$answers[i].VID}/{$answers[i].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">
[img]{$tmburl}/1_{$answers[i].VID}.jpg[/img]</a></td>
<td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign=top><span class="bold_blue">{$answers[i].title}</span>
<span class="normal_gray">{if $answers[i].featuredesc ne ""}{$answers[i].featuredesc}
{/if}{$answers[i].description}
Tags : </span><span class="normal_blue">{insert name=video_keyword assign=keyword vid=$answers[i].VID}
{section name=j loop=$keyword}
{$keyword[j]}
{/section}
</span><span class="normal_gray">
Added: {insert name=time_range assign=rtime field=addtime IDFR=VID id=$answers[i].VID tbl=video}{$rtime} by </span>
<span class="normal_blue">{insert name=id_to_name assign=uname un=$answers[i].UID}
{$uname}
</span><span class="normal_gray">
Runtime: {$answers[i].duration|string_format:"%.2f"} |
Views: {$answers[i].viewnumber} |
{insert name=comment_count assign=commentcount vid=$answers[i].VID}
Comments: {$commentcount} </span>
</td>
</tr>
<tr><td height="5"></td></tr>
<tr>
<td>
{if $answers[i].ratedby gt "0"}
{insert name=show_rate assign=rate rte=$answers[i].rate}
{$rate}
<SPAN class=rating>({$answers[i].ratedby} ratings)</SPAN>
{else}
( Not yet rated )
{/if}
</td>
</tr>
<tr><td align="center">{insert name=advertise adv_name='home_feature_banner'}</td></tr>
</table>
</td></tr>
</table>
</td>
</tr>
</table>
</td>
<td width="1" bgcolor="#C0C0C0"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</table>
</td>
</tr>
{/section}
</table>
</td>
</tr>
{/if}
</table>
i ve upload all the files of the zip to the / of the website,and this is what i get: http://www.glissemagtv.com
recentlyviewed.php --> /
recentplayer.swf --> /
js/ --> /js/
What did i forgot?
thx for helping
herve