(2015-08-16, 02:36 PM)Ad Bakker Wrote: Of course, I asked you to show your forumdisplay_showthread template.Oh, I read wrongly. I thought you were confirming.
forumdisplay_thread
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
<tr>
<td class="thead" align="center" colspan="{$colspan}">
<div><strong><a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a></strong></div>
<div class="author smalltext">Trader: {$thread['profilelink']}</div>
</td>
</tr>
<tr>
<td class="{$bgcolor}" width="50%">
<br class="clear" />
<table width="100%" border="0">
<tr>
<td width="200px"><b><font size="5px">Trading (Offering)</font></b></td>
<td><font size=5px">:</font></td>
<td><font size="5px">{$GLOBALS['threadfields']['stockpileoffering']} {$GLOBALS['threadfields']['trade_offer']}</font></td>
</tr>
<tr>
<td><b><font size="5">For (Needing)</font></b></td>
<td><font size="5">:</font></td>
<td><font size="5">{$GLOBALS['threadfields']['stockpileneeding']} {$GLOBALS['threadfields']['trade_need']}</font></td>
</tr>
{$GLOBALS['threadfields']['scflang']}
{$GLOBALS['threadfields']['scffounded']}
<tr>
<td><b><font size="5px">Fee</h3></font></b></td>
<td><font size="5px">:</font></td>
<td><b><font size="5px"></font></b></td>
</tr>
{$GLOBALS['threadfields']['scfslogan']}
</table>
</td>
<td class="{$bgcolor}" width="50%">
<table width="100%" border="0">
<tr>
<td align="center" valign="middle">
<div class="author_avatar"><a href="{$post['profilelink_plain']}"><img src="{$useravatar['image']}" alt="" max-width="100px" max-height="100px" /></a></div>
</td>
<td><table width="50%" colspan="{$colspan}">
<br class="clear" />
<tr>
<td><b><font size="4px">Ruler Name</font></b></td>
<td>:</td>
<td>{$thread['profilelink']}</td>
</tr>
<tr>
<td><b><font size="4px">Nation Name</font</b></td>
<td>:</td>
<td>{$memprofile['fid10']}</td>
</tr>
<tr>
<td><b><font size="4px">Link</font></b></td>
<td>:</td>
<td>Ans</td>
</table></td>
</tr>
</table>
</td>
{$modbit}
</tr>
<tr>
<td class="tfoot" colspan="{$colspan}" align="center">
{$thread['views']} {$lang->views},
<a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts} {$lang->replies},
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}, {$lastpostdate} {$lastposttime}
</td>
</tr>
</table>
<br />
Result: http://forum.international-union.com/for...php?fid=27
The custom profile field ID is 10, and it's Nations Nation Name. I tried all sorts of variables (excluding yours) but it don't work.
Your variable can't be tried because once I add the code to .php, it's a complete blank for the forum so there's no way to try while having the code in .php.
I'm new to MyBB, has been using WordPress and only know HTML/CSS.