Witam mam pytanko odnośnie tego kodu jak mogę go zmodyfikować aby pokazywał mi posty z jednego konkretnego forum
Oto kod
<?php
$foo=ssi_recentTopics($num_recent = 10, $exclude_boards = null, $output_method = 'array');
foreach ($foo as $topics)
{
$subject = html_entity_decode($topics['subject']);
if (strlen($subject) > 18)
$subject = htmlentities(substr($subject, 0, 18)) . '...';
else
$subject = $topics['subject'];
echo '
» <a class="nav" href="', $topics['href'], '" rel="nofollow">
', $subject, '[/url]
<a class="nav" href="', $topics['href'], '" rel="nofollow">
', $topics['new'] ? '' : '<img src="/img/new-recent.gif" width="23" height="9" alt="New post" border="0" />', '
[/url][br /]';
}
?>
Dziękuję z góry za pomoc
Pozdrawiam
fuggii
EDIT: Problem rozwiazany zmiana uprawnien dla konkretnego forum zalatwilo sprawe