I don't know why my images are distorted either, but it's like that on every VShare site that I have up.
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!
RAMIUS
I got this error when visiting your site with IE :
Stack overflow @ line 169
If it's not fun, stop doing it!
Originally Posted by grynmoors
Strange, the site have been tested with IE 6-7, Firefox 1-2 and Safari..
May be you have problems with your IE?
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!
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.
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!
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?
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 :)
Yay! No more errors! :DThank you for your collaboration. I corrected the problem and now should work also with your IE version!
Could you try the above links now?
If it's not fun, stop doing it!
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!
Bookmarks