From 462f87a578dc3b197652c91f69bbcc12d91a3c9d Mon Sep 17 00:00:00 2001 From: master3395 Date: Mon, 2 Feb 2026 03:01:09 +0100 Subject: [PATCH] Remove Patreon/subscribe messaging from plugin front - only in Settings --- .../templates/pluginHolder/plugins.html | 71 +------------------ 1 file changed, 1 insertion(+), 70 deletions(-) diff --git a/pluginHolder/templates/pluginHolder/plugins.html b/pluginHolder/templates/pluginHolder/plugins.html index 389d4a685..1f74dd360 100644 --- a/pluginHolder/templates/pluginHolder/plugins.html +++ b/pluginHolder/templates/pluginHolder/plugins.html @@ -250,61 +250,6 @@ margin-right: 4px; } - .subscription-warning { - background: #fff3cd; - border: 1px solid #ffc107; - border-radius: 8px; - padding: 12px; - margin-top: 10px; - font-size: 12px; - color: #856404; - display: flex; - align-items: center; - justify-content: space-between; - flex-wrap: wrap; - gap: 10px; - } - - .subscription-warning-content { - display: flex; - align-items: center; - flex: 1; - } - - .subscription-warning i { - margin-right: 6px; - color: #ffc107; - } - - .subscription-warning-button { - display: inline-flex; - align-items: center; - gap: 6px; - padding: 8px 16px; - background: linear-gradient(135deg, #f96854 0%, #f96854 100%); - color: white; - text-decoration: none; - border-radius: 6px; - font-size: 12px; - font-weight: 600; - transition: all 0.3s ease; - white-space: nowrap; - box-shadow: 0 2px 4px rgba(249, 104, 84, 0.3); - } - - .subscription-warning-button:hover { - background: linear-gradient(135deg, #e55a47 0%, #e55a47 100%); - transform: translateY(-1px); - box-shadow: 0 4px 8px rgba(249, 104, 84, 0.4); - color: white; - text-decoration: none; - } - - .subscription-warning-button i { - margin-right: 0; - color: white; - } - .plugin-description { font-size: 13px; color: var(--text-secondary, #64748b); @@ -1246,7 +1191,7 @@ {% endif %}
-

{{ plugin.name }}{% if plugin.is_paid|default:False|default_if_none:False %} {% endif %}

+

{{ plugin.name }}{% if plugin.is_paid|default:False|default_if_none:False %} {% endif %}

{% if plugin.freshness_badge %} {{ plugin.freshness_badge.badge }} @@ -1264,20 +1209,6 @@
{{ plugin.desc }} - {% if plugin.is_paid|default:False|default_if_none:False %} -
-
- - {% trans "Paid Plugin:" %} {% trans "Requires Patreon subscription to" %} "{{ plugin.patreon_tier|default:'CyberPanel Paid Plugin' }}" -
- {% if plugin.patreon_url %} - - - {% trans "Subscribe on Patreon" %} - - {% endif %} -
- {% endif %}