Videos page missing links added

This commit is contained in:
Saqib Razzaq 2016-03-22 11:17:30 +05:00
parent 796cf58df0
commit 702355f0c8
2 changed files with 13 additions and 6 deletions

View file

@ -585,6 +585,11 @@
}
});
});
$('.cb_quickie').on("click",function(){
title = $(this).attr('title');
console.log(title);
});
</script>
<!--<style>

View file

@ -69,13 +69,15 @@
{if $display_type=='featuredVideos_sidebar'}
<div class="featured-video clearfix">
<a href="{videoLink($video)}">
<div class="video_thumb">
<img src="{getThumb vdetails=$video size=128x80}" {ANCHOR place="video_thumb" data=$video} class="img-responsive">
<time datetime="2016-15-03" class="duration">
{if $video.duration>1}{$video.duration|SetTime}{else}00:00{/if}</time>
</div> <!--VIDEO_THUMB END-->
</a>
<div class="details_block">
<strong class="title"><a href="#">{$video.title|truncate:50}</a></strong>
<strong class="title"><a href="{videoLink($video)}">{$video.title|truncate:50}</a></strong>
<span class="author">by <a href="{$userquery->profile_link($video)}">{$video.username}</a></span>
<div class="views-date">
<span>{$video.views}&nbsp;views</span>