Hey All -

Listen I am attempting to add the Profile photo and website URL of the person whon uploaded the video to show in the view_video.tpl

So far no go on photo -

On URL I found a thread here with an answer that did not work (for me or the original question holder) what I have so far is this.

Code:
{insert name=id_to_name assign=uweb un=$user_info[0].website}{$uweb}
or this:

Code:
{insert name=id_to_name assign=uweb un=$website}{$uweb}
My output I get is for either is:

ERROR: Unable to execute query

SELECT `username` FROM `signup` WHERE `UID`=

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
So I have something happening, but obviously its not right - any help, suggestions?? Is buyscripts or an Admin around that might know the answer to this?

Thanks For any input - and YES I will post the answer if I figure it out.

- MTOD