Page 5 of 5 FirstFirst ... 345
Results 41 to 50 of 50

Thread: Adding Profile Phot and URL to view_video.tpl

  1. #41
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Adding Profile Phot and URL to view_video.tpl

    I don't know why my images are distorted either, but it's like that on every VShare site that I have up.
    If it's not fun, stop doing it!

  2. #42
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Adding Profile Phot and URL to view_video.tpl

    RAMIUS

    I got this error when visiting your site with IE :
    Stack overflow @ line 169
    If it's not fun, stop doing it!

  3. #43
    Join Date
    Jan 2008
    Posts
    216

    Default Re: Adding Profile Phot and URL to view_video.tpl

    Quote Originally Posted by grynmoors
    RAMIUS

    I got this error when visiting your site with IE :
    Stack overflow @ line 169

    Strange, the site have been tested with IE 6-7, Firefox 1-2 and Safari..
    May be you have problems with your IE?

  4. #44
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Adding Profile Phot and URL to view_video.tpl

    I doubt it.

    If there was something wrong with my IE I would receive this error on other vShare sites. I do not receive this error on other vShare sites.
    If it's not fun, stop doing it!

  5. #45
    Join Date
    Jan 2008
    Posts
    216

    Default Re: Adding Profile Phot and URL to view_video.tpl

    Really strange the site is working fine... Anyway returning to the topic, I have no other suggestions, It is working fine on all my sites like this.

  6. #46
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Adding Profile Phot and URL to view_video.tpl

    Life experience has taught me that "I am not alone"....If it's happening to me, it's probably happening to others.

    I found this link

    http://www.webmasterworld.com/forum21/10213.htm

    Aparantly IE has a problem with some JS and its coding...and it won't always happen on every IE out there (as you'll see from the posters' experiences). You may want to review the thread to see if there's anything in it that's relevant to your site which could be causing my IE to error out.

    I normally use FireFox but the IE I'm using which gets the error is IE 7.0.6001.18000
    If it's not fun, stop doing it!

  7. #47
    Join Date
    Jan 2008
    Posts
    216

    Default Re: Adding Profile Phot and URL to view_video.tpl

    Thank you for your collaboration. I corrected the problem and now should work also with your IE version! :wink:
    Could you try the above links now?

  8. #48
    Join Date
    Sep 2007
    Posts
    8

    Default Re: Adding Profile Phot and URL to view_video.tpl

    i have added vshare2's code but cannot get a default picture to work please can you post the new code so i can add it to my site
    Thank You :)

  9. #49
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Adding Profile Phot and URL to view_video.tpl

    Thank you for your collaboration. I corrected the problem and now should work also with your IE version!
    Could you try the above links now?
    Yay! No more errors! :D
    If it's not fun, stop doing it!

  10. #50
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Adding Profile Phot and URL to view_video.tpl

    OK, here's another profile pic thing on the view_video page for you.

    What this does is:

    If user has a profile pic uploaded, their profile pic will display on the view_video page.
    If user has no profile pic uploaded, their last uploaded video thumb will display instead.
    The user URL is displayed.

    Insert into view_video.tpl wherever you'd like to use it (usually along with the "who the video was posted by and video description" section.

    Code:
    {if $total gt "0"}
    
    <a href="{$baseurl}/view/{$answers[i].VID}/{$answers[i].seo_name}/">
    [img]{$baseurl}/thumb/1_{$answers[i].VID}.jpg[/img]</a> 
    
    {else}
      
    {insert name=member_img UID=$UID} 
    
    {/if}
    
    
    
    
    {insert name=getfield assign=website field=website table=signup qfield=UID qvalue=$UID}
    {if $website ne ""}Website: {$website|replace:'http://':''}
    
    {/if}
    If it's not fun, stop doing it!

Page 5 of 5 FirstFirst ... 345

Similar Threads

  1. all thumbs on a view_video
    By Ensyte in forum Template Modifications
    Replies: 4
    Last Post: 03-09-2009, 05:33 AM
  2. rearranging the view_video.tpl help
    By alanjoseph4 in forum Template Modifications
    Replies: 6
    Last Post: 09-12-2008, 01:35 PM
  3. Fatal Error in view_video.php
    By khsoh in forum Fixed Bugs
    Replies: 3
    Last Post: 11-03-2007, 07:58 AM
  4. Fatal Error in view_video.php
    By khsoh in forum Installation Support
    Replies: 0
    Last Post: 11-02-2007, 04:01 AM
  5. Table problem in view_video.tpl
    By Philthy in forum Fixed Bugs
    Replies: 0
    Last Post: 06-01-2007, 11:29 AM

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
  •