Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Hyperlink?

  1. #1
    hollyjenson is offline Member
    Join Date
    Feb 2009
    Posts
    51

    Default Hyperlink?

    Hi, is there a way to hyperlink to a website in the video playing details now??

    Thanks

  2. #2
    admin is offline Administrator
    Join Date
    Apr 2007
    Posts
    2,163

    Default Re: Hyperlink?

    Are you asking about clickable url's in video description ?

  3. #3
    hollyjenson is offline Member
    Join Date
    Feb 2009
    Posts
    51

    Default Re: Hyperlink?

    Yes thats right

  4. #4
    carefree2 is offline Member
    Join Date
    May 2009
    Posts
    58

    Default

    view_video.tpl

    Code:
    	Website:  {if $user_website ne ""}<a href="{$user_website}" target="_blank">{$user_website}</a>{else}
    No Website Listed{/if}</a><br>
    view_video.php

    Code:
    $result = mysql_query("SELECT * FROM video WHERE VID='".$video_id."'")or die(mysql_error());
    $row = mysql_fetch_array( $result );
    
    //**display wesite in video details**//
    $result2 = mysql_query("SELECT UID,username,website FROM signup WHERE UID='".$row['UID']."'")or die(mysql_error());
    $row2 = mysql_fetch_array( $result2 );
    $smarty->assign('user_website', $row2['website'] );

  5. #5
    admin is offline Administrator
    Join Date
    Apr 2007
    Posts
    2,163

    Default

    Admin > settings > Allow Links in comment

    Set it to Yes

  6. #6
    hollyjenson is offline Member
    Join Date
    Feb 2009
    Posts
    51

    Default Still no joy

    Hi, sorry for the late reply, I have already done this and still no joy, as seen on my featured videos at hollysyouporn.com - Share Your Videos
    Any other ideas?

    Thanks

  7. #7
    admin is offline Administrator
    Join Date
    Apr 2007
    Posts
    2,163

    Default

    Have you edited or uploaded video after enabling Allow link in admin area ?

  8. #8
    hollyjenson is offline Member
    Join Date
    Feb 2009
    Posts
    51

    Default

    When I went to check the allow links, it was already enabled anyway, and I tried upload films again, and edited descriptions trying both formats of www. and http:// and neither seem to have worked

    Thanks

  9. #9
    admin is offline Administrator
    Join Date
    Apr 2007
    Posts
    2,163

    Default

    Can you try uploading a video to FilmShare - Share Your Videos with url in description ?

  10. #10
    hollyjenson is offline Member
    Join Date
    Feb 2009
    Posts
    51

    Default

    FilmShare - Megan Fox Photo Shoot

    Thats the location of the video I uploaded, the url has worked, any idea why it isnt working on my site??

    Thanks

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •