Results 1 to 8 of 8

Thread: tag pages are not correct

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2010
    Posts
    20

    Default

    what you have change to your view video coding ?? tag link usually only 1 or 2 words , but seem you make all words in one url tag link . so that the search engine can not find any video for sure !!
    Let try to fix :
    open view_video.php , search : # Related Videos Start
    before that line : do you still have these codes :
    $tags = explode(' ', $video_info['video_keywords']);
    $view['tags'] = $tags;

    if yes -->>that will be ok . if No , you have to fix that codes above

    then in/templates/view_video.tlp

    find : <label>Tags:</label>
    you should have these codes :
    {section name=j loop=$view.tags}
    <a href="{$base_url}/tag/{$view.tags[j]}/">{$view.tags[j]}</a>&nbsp;
    {/section}

    I hope you can fix it by yourself , otherwise . attach 2 files above and I will look and try to fix as possible I can

  2. #2
    Join Date
    Sep 2010
    Location
    Pokhara Nepal
    Posts
    49

    Default it is same there.

    Quote Originally Posted by tientuy View Post
    what you have change to your view video coding ?? tag link usually only 1 or 2 words , but seem you make all words in one url tag link . so that the search engine can not find any video for sure !!
    Let try to fix :
    open view_video.php , search : # Related Videos Start
    before that line : do you still have these codes :
    $tags = explode(' ', $video_info['video_keywords']);
    $view['tags'] = $tags;

    if yes -->>that will be ok . if No , you have to fix that codes above

    then in/templates/view_video.tlp

    find : <label>Tags:</label>
    you should have these codes :
    {section name=j loop=$view.tags}
    <a href="{$base_url}/tag/{$view.tags[j]}/">{$view.tags[j]}</a>&nbsp;
    {/section}

    I hope you can fix it by yourself , otherwise . attach 2 files above and I will look and try to fix as possible I can
    This mentioned all codes are available in my system file in the server. there is something went wrong i think.
    Nepal's Largest video community portal. share wisely at WWW.CLONEVIDEOS.COM

  3. #3
    Join Date
    Sep 2010
    Posts
    20

    Default

    Can you attach these 2 files : view_video.php and view_video.tlp, I will check for you .

    Quote Originally Posted by clonevideos View Post
    This mentioned all codes are available in my system file in the server. there is something went wrong i think.

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
  •