See I think it has to do something with this piece of code but whertime I put in my board ID nothing changes. Can anyone please help me
RecentForumTopics.php
),
'board' => array(
'id' => $row['id_board'],
'name' => $row['bname'],
'href' => $scripturl . '?board=' . $row['id_board'] . '.0',
'link' => '<a href="' . $scripturl . '?board=' . $row['id_board'] . '.0">' . $row['bname'] . '</a>'
),