Jump to the post that solved this thread.
Not Solved Most variables not working on forumdisplay_thread
#24
Not Solved
In your opening post you mentioned fid5. Try it then again with 10:


$query = $db->simple_select("userfields", "fid10", "ufid = {$thread['uid']}");
$thread['fid10'] = $db->fetch_array($query)['fid10'];


and change the following line in your template


<td>{$memprofile['fid10']}</td>

to:


<td>{$thread['fid10']}</td>
Regards, Ad Bakker (NL)
Reply
Jump to the post that solved this thread.


Messages In This Thread
RE: Most variables not working on forumdisplay_thread - by Ad Bakker - 2015-08-16, 03:03 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)