From 5860551daa0f60103ad24e93da29f401a653f144 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Fri, 29 Mar 2024 22:05:35 +0100 Subject: Updated 20 files, added 6 files, deleted 144 files and renamed .idea/ponycule.iml (automated) --- includes/fragments/dashboard.inc | 12 +- includes/fragments/member.inc | 14 +- includes/fragments/metadata.inc | 308 --------------------------------------- 3 files changed, 9 insertions(+), 325 deletions(-) delete mode 100644 includes/fragments/metadata.inc (limited to 'includes/fragments') diff --git a/includes/fragments/dashboard.inc b/includes/fragments/dashboard.inc index 29b5b84..9ad9372 100644 --- a/includes/fragments/dashboard.inc +++ b/includes/fragments/dashboard.inc @@ -25,7 +25,8 @@ global $use2023UI;
- Ponycule's user-space pages are going away. Starting in April 2024, we will be discontinuing all the Ponycule public pages to better focus on making Ponycule a central hub for plural integrations with other services. If you need access to all your content, you may request a backup to the administrators. +

Ponycule's user-space pages are going away. Starting in April 2024, we will be discontinuing all the Ponycule public pages to better focus on making Ponycule a central hub for plural integrations with other services. If you need access to all your content, you may request a backup to the administrators.

+
Emergency features are not guaranteed to work anymore and have been removed. If you need a trusted one to respond within a short amount of time, you can try sending a lot of messages on instant messaging apps (e.g. Signal); if there is an immediate risk for your or someone else's life, please call immediately.
- -
-
-

">

- -
- -

- File
- -

- -
- -

Species

- -
-
- - -
-
- -
- -

Relationships

- - - - - - - -

-
- "> - - + - -

- - -
- -

Age and birth

- -

- Birthdate (use January 1st for none, fixed age takes priority over birth year if applicable)
- -"> -

-

- Age (for ponies with fixed age, takes priority over birth year)
- "> -

- -
- -

Toggleable flags

- - $name): if (!is_array($name) && !is_null($name)): if (($systemID === $app["other"]["id"] && str_starts_with($name, "!!")) || ($systemID === $app["other"]["id"] && str_starts_with($name, "#")) || ($systemID !== $app["other"]["id"] && !str_starts_with($name, "#"))): ?> -
- $name2): if (!is_array($name2) && !is_null($name2)): if (($systemID === $app["other"]["id"] && str_starts_with($name2, "!!")) || ($systemID !== $app["other"]["id"] && !str_starts_with($name2, "#"))): ?> -
- - -
- - -
- -
- This member does not have a metadata file. This file needs to be initially created by an administrator before it can be edited using this page. -
- -
- - \ No newline at end of file -- cgit