Fix custom Fields DB Structure Remove Unique Indexes change defaut type TEXT to text Added Add edit Delete Read for custom fields

This commit is contained in:
johnnyq
2023-05-07 20:46:09 -04:00
parent 0f758c5901
commit 78695208b7
8 changed files with 266 additions and 15 deletions

View File

@@ -49,6 +49,13 @@
</a>
</li>
<li class="nav-item">
<a href="settings_custom_fields.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_custom_fields.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-list"></i>
<p>Custom Fields</p>
</a>
</li>
<li class="nav-item">
<a href="settings_tags.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_tags.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-tag"></i>