2011-08-29, 02:39 PM
I have a string:
I need to make the tradername a link to their profile, and the respective UID of the trader is stored in:
I tried this but it didn't work:
<td class="thead" align="center">' . $lang->eztrader_submittitle . ' for: ' . $context['tradername'] . '</td>
I need to make the tradername a link to their profile, and the respective UID of the trader is stored in:
$context['traderid']
I tried this but it didn't work:
<td class="thead" align="center">' . $lang->eztrader_submittitle . ' for: ' . <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid= . $context['traderid']">$context['tradername']</a> . '</td>