TinyPortal BlockCode file. format: Boardmod Classic Recent Topics Bloc 0.1 02.sept.2007 global $context, $modSettings, $txt; $context['TPortal']['recentboxnum'] = '15'; if(isset($modSettings['recycle_board'])) $bb = $modSettings['recycle_board']; $what = ssi_recentTopics($context['TPortal']['recentboxnum'], NULL, NULL, 'array'); $counter=1; $cmax = count($what); echo '
'; foreach($what as $w) { echo '
', $txt['by'], ' ', $w['poster']['link'], '
'; if(!$w['new']) echo 'new '; echo '['.$w['time'].']
'; if($counter != $cmax) echo '
'; $counter++; } echo '
';
The older classic recent topics news from TP v0.9.8.