myaccount photos and collections enabled

search videos block issue fixed 

view channel user rating issue fixed
This commit is contained in:
jamilrehman 2016-04-18 13:32:30 +05:00
parent 00edc53913
commit cbe17f31b7
4 changed files with 5 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{$topMenuLinks = $myAccountLinks}
<ul class="nav nav-pills nav-stacked">
{foreach $topMenuLinks as $key => $value}
{if $key!='Groups' && $key!='Collections' && $key!='Photos'}
{if $key!='Groups'}
<li class="active"><a href="#">{$key}</a></li>

View file

@ -4,6 +4,7 @@
<a class="video-link" href="{videoLink($video)}" title="{$video.title|title}">
<img class="img-responsive" src="{getThumb vdetails=$video size=512x320 }">
</a>
<img src="{$theme}/images/thumb-ratio.png" class="thumb-ratio" alt="">
<div class="item-footer">
{ANCHOR place='in_video_thumb' data=$video}
<button data-quick="quick-{$video.videoid}"

View file

@ -8,9 +8,11 @@
{/if}
<div class="ratting-counts clearfix">
{if $user.userid != userid()}
<div class="user-ratting" id="rating_container">
{show_video_rating rating=$p.rating ratings=$p.rated_by total='10' id=$p.userid type=user}
</div>
{/if}
<ul class="counters">
<li>
<i class="icon-videos"></i>{prettyNum($user.total_videos)} &nbsp;<span>{lang code='videos'}</span>

View file

@ -323,7 +323,7 @@ $('#cover_info').show();
$(document).ready(function (){
editpickVideos();
var id ='{$user.userid}';
alert(id);
$('#subscribe_channel').on({
click: function(e){
e.preventDefault();