2011-01-28, 04:49 PM
Hello .. i need help , i using aldjija template, version 3, i need to latest thread to dispalay around 20 thread link and give the full titile for subject..
this screenshoot for latest thread
![[Image: latestthread.jpg]](https://camo.mybb.com/ac6dbf2becb0b5c0ff409cfbb2553224bce20961/687474703a2f2f696d673133322e696d616765736861636b2e75732f696d673133322f343835382f6c61746573747468726561642e6a7067)
and this is code latest thread
portal latest thread
portal_latestthreads_thread
this screenshoot for latest thread
and this is code latest thread
portal latest thread
Quote:portal_latestthreads
portal_latestthreads_thread
Quote:<tr>
<td class="{$altbg}">
<strong><a href="{$mybb->settings['bburl']}/{$thread['threadlink']}">{$thread['subject']}</a></strong>
<span class="smalltext"><br />
<a href="{$thread['lastpostlink']}">{$lang->latest_threads_lastpost}</a> {$lastposterlink}<br />
{$lastpostdate} {$lastposttime}<br />
<strong>» </strong>{$lang->latest_threads_replies} {$thread['replies']}<br />
<strong>» </strong>{$lang->latest_threads_views} {$thread['views']}
</span>
</td>
</tr>