From a60bcc659a1511c09bd126646d1d809989f51515 Mon Sep 17 00:00:00 2001 From: alice-blue Date: Wed, 13 Aug 2025 19:02:58 +0000 Subject: [PATCH 1/3] Rename the "components" folder to "home-components" to better distinguish it from the "viewgame-components" folder --- www/{components => home-components}/check-inbox.php | 0 www/{components => home-components}/competitions.php | 0 www/{components => home-components}/database-stats.php | 0 www/{components => home-components}/games.php | 0 www/{components => home-components}/ifdb-recommends.php | 0 www/{components => home-components}/poll-sampler.php | 0 www/{components => home-components}/recommended-lists.php | 0 www/{components => home-components}/reviews.php | 0 www/{components => home-components}/top-reviewers.php | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename www/{components => home-components}/check-inbox.php (100%) rename www/{components => home-components}/competitions.php (100%) rename www/{components => home-components}/database-stats.php (100%) rename www/{components => home-components}/games.php (100%) rename www/{components => home-components}/ifdb-recommends.php (100%) rename www/{components => home-components}/poll-sampler.php (100%) rename www/{components => home-components}/recommended-lists.php (100%) rename www/{components => home-components}/reviews.php (100%) rename www/{components => home-components}/top-reviewers.php (100%) diff --git a/www/components/check-inbox.php b/www/home-components/check-inbox.php similarity index 100% rename from www/components/check-inbox.php rename to www/home-components/check-inbox.php diff --git a/www/components/competitions.php b/www/home-components/competitions.php similarity index 100% rename from www/components/competitions.php rename to www/home-components/competitions.php diff --git a/www/components/database-stats.php b/www/home-components/database-stats.php similarity index 100% rename from www/components/database-stats.php rename to www/home-components/database-stats.php diff --git a/www/components/games.php b/www/home-components/games.php similarity index 100% rename from www/components/games.php rename to www/home-components/games.php diff --git a/www/components/ifdb-recommends.php b/www/home-components/ifdb-recommends.php similarity index 100% rename from www/components/ifdb-recommends.php rename to www/home-components/ifdb-recommends.php diff --git a/www/components/poll-sampler.php b/www/home-components/poll-sampler.php similarity index 100% rename from www/components/poll-sampler.php rename to www/home-components/poll-sampler.php diff --git a/www/components/recommended-lists.php b/www/home-components/recommended-lists.php similarity index 100% rename from www/components/recommended-lists.php rename to www/home-components/recommended-lists.php diff --git a/www/components/reviews.php b/www/home-components/reviews.php similarity index 100% rename from www/components/reviews.php rename to www/home-components/reviews.php diff --git a/www/components/top-reviewers.php b/www/home-components/top-reviewers.php similarity index 100% rename from www/components/top-reviewers.php rename to www/home-components/top-reviewers.php From 95fa5af210bf686dff7a500febe10f9dae747aca Mon Sep 17 00:00:00 2001 From: alice-blue Date: Wed, 13 Aug 2025 19:04:50 +0000 Subject: [PATCH 2/3] Change "components" to "home-components" on the home page --- www/home | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/www/home b/www/home index 0378c2d5..b3b7447b 100644 --- a/www/home +++ b/www/home @@ -107,7 +107,7 @@ if ($debugflag) echo "debug mode enabled...
"; - +
@@ -151,35 +151,35 @@ if ($debugflag) echo "debug mode enabled...
";
- +
- +
- +
- +
- +
- +

Top Reviewers

- +

New to IF?

@@ -190,7 +190,7 @@ if ($debugflag) echo "debug mode enabled...
";

Database Stats

- +
From 651e47f11cac14b1ea7293b313abd72a6fbcfa28 Mon Sep 17 00:00:00 2001 From: alice-blue Date: Wed, 13 Aug 2025 19:07:25 +0000 Subject: [PATCH 3/3] Change "components" to "home-components" on async-recommendations --- www/async-recommendations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/async-recommendations b/www/async-recommendations index e1a5df9c..c75f9399 100644 --- a/www/async-recommendations +++ b/www/async-recommendations @@ -15,5 +15,5 @@ $quid = mysql_real_escape_string($uid, $db); $loggedIn = (isset($_SESSION['logged_in']) && $_SESSION['logged_in']); $debugflag = get_req_data('debug') == 'yesDebug'; $async = true; -include "components/ifdb-recommends.php"; +include "home-components/ifdb-recommends.php"; ?>