Re: {if $user_info[0].website ne ""}
Let me see if I understand this correctly...
In the view_video.tpl where it has the "User Details"... user name and all that, you want to also include the user's website as part of the User Details and sticking in the {$answers[0].website} in that section doesn't work?
Look to user.tpl and see if there's something in there that will work...
It might be this?
Code:
{if $user_info.website ne ""}
<TR>
<TD>Website:</TD>
<td>{$user_info.website}</td>
</TR>
{/if}
If it's not fun, stop doing it!
Bookmarks