caislander |
08-30-2004 01:09 PM |
Quote:
Originally Posted by Tekton
We put that kinda stuff right into the memberinfo and postbit templates :P
|
Thanks for the tip but isn't the problem the same there? it loops through the profile fields and end up outputting the profile field then outputs the coded link then does the same thing for each field. So I guess I need to know what conditional I should use so that it only outputs the
Code:
<tr>
<td><strong>My Virtual Bar Link</strong>
<a href="$userinfo[field9]" target="_blank">$userinfo[field9]</a> </td>
</tr>
once, at the end of the the other fields..
|