Uutiset:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu
Advertisement:

Global Announce for RC2

Aloittaja n1kki6, tammikuu 24, 2006, 11:50:08 AP

« edellinen - seuraava »

n1kki6

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);

n1kki6


n1kki6

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.

Advertisement: