If you have a question or problem, please use the Questions/problems are instead of the Message boards.

Do a keyword search of messages. "; start_forum_table(array("Topic", "Threads", "Posts", "Last post")); show_forums(); end_table(); page_tail(); function show_forums() { $categories = getCategories(); while ($category = mysql_fetch_object($categories)) { echo " ", $category->name, " "; $forums = getForums($category->id); while ($forum = mysql_fetch_object($forums)) { $x = time_diff_str($forum->timestamp, time()); echo " id, "\">", $forum->title, "
", $forum->description, " ", $forum->threads, " ", $forum->posts, " ", $x, " "; } } } ?>