From 6ce467ef51729c41a7d542dbc71fa9d4de34c49a Mon Sep 17 00:00:00 2001 From: Frank Hochmuth Date: Tue, 6 Feb 2024 21:17:30 +0100 Subject: [PATCH] Update plugins.conf.php Logic changed to: if feed plugin is deactivated, the feed buttons are displayed in the header. It is unlikely that the FlatPress user wants the buttons in the head and in the menu bar to be displayed at the same time. If the FlaPress user uses a different theme, he can still activate the plugin/widget. --- fp-defaults/plugins.conf.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fp-defaults/plugins.conf.php b/fp-defaults/plugins.conf.php index 33c9125..7ca82af 100755 --- a/fp-defaults/plugins.conf.php +++ b/fp-defaults/plugins.conf.php @@ -24,11 +24,11 @@ $fp_plugins = array( 'blockparser', 'readmore', 'favicon', - 'commentcenter', + 'commentcenter', // including Akismet interface 'mediamanager', 'datechanger', // Lets you change the publish date for (new) entries. + // 'feed', // Activates the RSS and Atom feed widget, deactivates the feed links in the header in the Leggero theme 'gallerycaptions', - 'photoswipe', - 'feed' // Shows the RSS and Atom feed in the header and activates the widget + 'photoswipe' ); ?>