I was wondering if anyone can find a way to get the global announce located here http://www.smitalia.net/community/index.php to work with RC2. It seems the problem lies withing the changes to modsetting.php
// Load all the boards for the calendar and recycle topics.
$calBoards = array('');
$request = db_query("
SELECT b.ID_BOARD, b.name AS bName, c.name AS cName
FROM {$db_prefix}boards AS b, {$db_prefix}categories AS c
WHERE b.ID_CAT = c.ID_CAT
ORDER BY c.catOrder, b.boardOrder", __FILE__, __LINE__);
while ($row = mysql_fetch_assoc($request))
$calBoards[$row['ID_BOARD']] = $row['cName'] . ' - ' . $row['bName'];
mysql_free_result($request);
anyone?
Is their anything like an error i could provide, i really need to get this working. Is their any other mods out their that can do a global announce.