From 2805ef7311eeb028cd48bffe04a705676c4682be Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Sun, 21 Mar 2021 10:54:47 -0600 Subject: big changes pt1 --- index.php | 93 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 55 insertions(+), 38 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index ec81d0a..900918b 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,11 @@ - -
+ + + + + cflip.net forum + + +

Welcome to the cflip.net forum!

This is the beta test of the forum website, so there are lots of features missing. Since there are no moderation features built into the website, @@ -8,44 +14,55 @@

If you notice a problem or have an idea for a feature that is missing, reply to this thread!

-
- +

Categories

+
- - + + + + - -
CategoryLatest ThreadCategoryThreadsPostsLatest Thread
- - - - + if (mysqli_num_rows($result) == 0) { + echo 'No categories found!'; + } else { + while ($row = mysqli_fetch_assoc($result)) { + echo ' + + + + - -
Latest Threads View AllLatest Post
+ ' . $row['cat_name'] . ' +
+ ' . $row['cat_description'] . ' +
' . $row['cat_thread_count'] . '' . $row['cat_post_count'] . 'my supercool thread
by cflip, 3 days ago
- \ No newline at end of file +'; + } + } + ?> + +

More from the forum

+ + + + + + + + + + + +
Recent PostsRecent ThreadsPopular Threads
test
test
test
test
test
test
test
test
test
test
test
test
+ + \ No newline at end of file -- cgit v1.2.3