From a0b85ee44c07ac7ffd3f69227069e8835f0f2730 Mon Sep 17 00:00:00 2001 From: Minteck Date: Mon, 6 Feb 2023 22:53:06 +0100 Subject: Updated 9 files and added assets/uploads/pt-pinkiepie.png (automated) --- includes/fullbanner.inc | 1 - includes/member.inc | 154 +++++++++++++++++++++++++----------------------- includes/navigation.inc | 8 +-- includes/search.inc | 2 +- 4 files changed, 86 insertions(+), 79 deletions(-) (limited to 'includes') diff --git a/includes/fullbanner.inc b/includes/fullbanner.inc index 30bdf3e..b5a05b1 100644 --- a/includes/fullbanner.inc +++ b/includes/fullbanner.inc @@ -12,7 +12,6 @@ -
diff --git a/includes/member.inc b/includes/member.inc index e984861..488ff7f 100644 --- a/includes/member.inc +++ b/includes/member.inc @@ -39,23 +39,24 @@ if ($memberData["name"] === "fusion") { ?> -
');background-size: cover;background-position: center; top: 0;"> -
+
;position: fixed;background-image: url('');background-size: cover;background-position: center; top: 0;"> +
">

-
+
; padding-bottom: 0 !important;">
+

@@ -63,6 +64,7 @@ if ($memberData["name"] === "fusion") {
+

@@ -77,80 +79,14 @@ if ($memberData["name"] === "fusion") {
- -
- - (edit: metadata, public, private) - -
-
    -
  • ID: (, )
  • -
  • Files: -
      -
    • ()
    • -
    • ()
    • -
    • ()
    • -
    -
  • -
  • Date added: (, )
  • -
  • Pronouns:
  • -
  • Pronouns usage:
      $usage) { - if (is_string($usage) && $type !== "color") { - echo("
    • " . $type . ": " . $usage . "
    • "); - } - } - - ?>
  • -
  • Color: ;display:inline-block;width:16px;height:16px;border-radius:5px;vertical-align: middle;filter: invert(1) hue-rotate(180deg);"> # -
  • Bitset: (0x, )
  • Not using bitset; please update. -
  • Reduced name:
  • -
  • Shared memory access: ()
  • -
  • Protector: ()
  • -
  • Little: ()
  • -
  • Relations count:
  • - -
  • - Score breakdown: -
      $usage) { - if (is_string($usage)) { - echo("
    • " . $type . ": " . $usage . "
    • "); - } else if (is_array($usage)) { - if (count($usage) === 0) { - echo("
    • " . $type . ": []
    • "); - } else { - echo("
    • " . $type . ":
        "); - - foreach ($usage as $key => $item) { - if (is_string($item)) { - echo("
      • " . $key . ": " . $item . "
      • "); - } else { - echo("
      • " . $key . ": " . json_encode($item, JSON_UNESCAPED_SLASHES) . "
      • "); - } - } - - echo("
    • "); - } - } else { - echo("
    • " . $type . ": " . json_encode($usage, JSON_UNESCAPED_SLASHES) . "
    • "); - } - } - - ?>
  • -
-
-
- - +
-
+
+ "); ?> @@ -158,4 +94,76 @@ if ($memberData["name"] === "fusion") {
+
+ +
+ +
+ + (edit: metadata, public, private) + +
+
    +
  • ID: (, )
  • +
  • Files: +
      +
    • ()
    • +
    • ()
    • +
    • ()
    • +
    +
  • +
  • Date added: (, )
  • +
  • Pronouns:
  • +
  • Pronouns usage:
      $usage) { + if (is_string($usage) && $type !== "color") { + echo("
    • " . $type . ": " . $usage . "
    • "); + } + } + + ?>
  • +
  • Color: ;display:inline-block;width:16px;height:16px;border-radius:5px;vertical-align: middle;filter: invert(1) hue-rotate(180deg);"> # +
  • Bitset: (0x, )
  • Not using bitset; please update. +
  • Reduced name:
  • +
  • Shared memory access: ()
  • +
  • Protector: ()
  • +
  • Little: ()
  • +
  • Relations count:
  • + +
  • + Score breakdown: +
      $usage) { + if (is_string($usage)) { + echo("
    • " . $type . ": " . $usage . "
    • "); + } else if (is_array($usage)) { + if (count($usage) === 0) { + echo("
    • " . $type . ": []
    • "); + } else { + echo("
    • " . $type . ":
        "); + + foreach ($usage as $key => $item) { + if (is_string($item)) { + echo("
      • " . $key . ": " . $item . "
      • "); + } else { + echo("
      • " . $key . ": " . json_encode($item, JSON_UNESCAPED_SLASHES) . "
      • "); + } + } + + echo("
    • "); + } + } else { + echo("
    • " . $type . ": " . json_encode($usage, JSON_UNESCAPED_SLASHES) . "
    • "); + } + } + + ?>
  • +
+
+
+ +
+ \ No newline at end of file diff --git a/includes/navigation.inc b/includes/navigation.inc index 3db5d21..b61c069 100644 --- a/includes/navigation.inc +++ b/includes/navigation.inc @@ -270,7 +270,7 @@ $navigation_cloudburst = [ ] ] ], - "subsystems" => [ + /*"subsystems" => [ "name" => $lang["navigation"]["subsystems"], "minimal" => false, "items" => array_map(function ($subsystem) { @@ -284,7 +284,7 @@ $navigation_cloudburst = [ "stepped" => null ]; }, $cloudburst_subsystemsNotMember) - ], + ],*/ "members" => [ "name" => $lang["navigation"]["members"], "minimal" => false, @@ -342,7 +342,7 @@ $navigation_raindrops = [ ] ] ], - "subsystems" => [ + /*"subsystems" => [ "name" => $lang["navigation"]["subsystems"], "minimal" => false, "items" => array_map(function ($subsystem) { @@ -356,7 +356,7 @@ $navigation_raindrops = [ "stepped" => null ]; }, $raindrops_subsystemsNotMember) - ], + ],*/ "members" => [ "name" => $lang["navigation"]["members"], "minimal" => false, diff --git a/includes/search.inc b/includes/search.inc index c125556..0f0a868 100644 --- a/includes/search.inc +++ b/includes/search.inc @@ -8,7 +8,7 @@
- +

-- cgit