Results 1 to 3 of 3

Thread: newly uploaded private videos show up on channel details

  1. #1
    jayscot is offline Senior Member
    Join Date
    Oct 2007
    Posts
    105

    Default newly uploaded private videos show up on channel details

    I notice that if I upload new videos and make them private, then they will show up when I click on the channels page and select a channel that has these videos in it. You cannot play the video as vshare will prompt you to log in, but the thumbnails show up and others will know they exist. (for example google could spider and log them too)

    Is there a way that I can set this to display only the latest 5 uploaded videos that are public (not all)?

    It seems to be in this area of channel_details.tpl
    <div class="channel-details-video">

    <a href="{$base_url}/view/{$recent_channel_videos[j].video_id}/{$recent_channel_videos[j].video_seo_name}/">
    <img class="preview" src="{$recent_channel_videos[j].video_thumb_url}/thumb/{$recent_channel_videos[j].video_folder}1_{$recent_channel_videos[j].video_id}.jpg" width="120px" height="90" alt="" />
    </a>
    <p class="video_title">
    <a href="{$base_url}/view/{$recent_channel_videos[j].video_id}/{$recent_channel_videos[j].video_seo_name}/">
    {$recent_channel_videos[j].video_title}
    </a>
    </p>
    My sites with vshare and mobility. (v2.7) --- DiligentHeed.com CasselmanCanada.com
    My site with vshare 2.8.1 --- ProWrestlingPlus.com


  2. #2
    vshare2 is offline Moderator
    Join Date
    Jul 2007
    Posts
    171

    Default

    Hi,

    To fix this problem, do the following.

    Open channel_details.php and find
    Code:
    `video_active`='1'
    replace all with
    Code:
    `video_active`='1' AND `video_type`='public'
    If you have problem with fixing, Open a support ticket at

    BuyScripts Helpdesk

    with your vshare admin and FTP login details.

    Thanks,
    Buyscripts Team.

  3. #3
    jayscot is offline Senior Member
    Join Date
    Oct 2007
    Posts
    105

    Default Thanks very much

    Yep, that is exactly what I was looking for. Thank you. I had noticed a year ago that someone had mentioned that a video existed but I did not know how they found it. Now I know. Fantastic
    My sites with vshare and mobility. (v2.7) --- DiligentHeed.com CasselmanCanada.com
    My site with vshare 2.8.1 --- ProWrestlingPlus.com


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
  •