From 0139c8598e50fe174e049015b8054ac2cf912e93 Mon Sep 17 00:00:00 2001
From: Fraenkiman
Date: Wed, 1 Feb 2023 22:39:02 +0100
Subject: [PATCH 01/14] Now shows "Inline HTML" and "Toolbar" as enabled
fixes #102
---
fp-defaults/settings-defaults.php | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/fp-defaults/settings-defaults.php b/fp-defaults/settings-defaults.php
index deb93bb..f8f2ac9 100755
--- a/fp-defaults/settings-defaults.php
+++ b/fp-defaults/settings-defaults.php
@@ -28,7 +28,13 @@ $fp_config = array(
'pages' => array(
'menu',
'about'
- )
- )
- )
+ ),
+ ),
+ 'bbcode' => array (
+ 'escape-html' => true,
+ 'comments' => false,
+ 'editor' => true,
+ 'url-maxlen' => 40,
+ ),
+ ),
);
\ No newline at end of file
From 9b6d25881c2bc0121368ce0060f2cc81435a920b Mon Sep 17 00:00:00 2001
From: Fraenkiman
Date: Tue, 14 Feb 2023 00:15:24 +0100
Subject: [PATCH 02/14] Update contact.tpl
include Smarty-function comment_form
Note: Accessible Antispam Plugin is displayed, but you can send without mathematical solution
---
fp-interface/sharedtpls/contact.tpl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/fp-interface/sharedtpls/contact.tpl b/fp-interface/sharedtpls/contact.tpl
index 8717b63..f2b23d6 100755
--- a/fp-interface/sharedtpls/contact.tpl
+++ b/fp-interface/sharedtpls/contact.tpl
@@ -49,6 +49,8 @@
+ {comment_form}
+
From 84d75cab64a28a0972afa572b18087774ccbb950 Mon Sep 17 00:00:00 2001
From: Frank Hochmuth
Date: Mon, 10 Apr 2023 00:58:02 +0200
Subject: [PATCH 10/14] Delete contact.tpl
In a separate pull request moved
---
fp-interface/sharedtpls/contact.tpl | 76 -----------------------------
1 file changed, 76 deletions(-)
delete mode 100755 fp-interface/sharedtpls/contact.tpl
diff --git a/fp-interface/sharedtpls/contact.tpl b/fp-interface/sharedtpls/contact.tpl
deleted file mode 100755
index 14138bc..0000000
--- a/fp-interface/sharedtpls/contact.tpl
+++ /dev/null
@@ -1,76 +0,0 @@
-{$lang.contact.descr}
-
-
From 1e0ad07d78ed5f05d0133fe08f98a1f1ccfd36f6 Mon Sep 17 00:00:00 2001
From: Fraenkiman
Date: Mon, 10 Apr 2023 01:05:56 +0200
Subject: [PATCH 11/14] Create contact.tpl
---
fp-interface/sharedtpls/contact.tpl | 76 +++++++++++++++++++++++++++++
1 file changed, 76 insertions(+)
create mode 100644 fp-interface/sharedtpls/contact.tpl
diff --git a/fp-interface/sharedtpls/contact.tpl b/fp-interface/sharedtpls/contact.tpl
new file mode 100644
index 0000000..14138bc
--- /dev/null
+++ b/fp-interface/sharedtpls/contact.tpl
@@ -0,0 +1,76 @@
+{$lang.contact.descr}
+
+
From 22e00361c7750a0d1fe766690f84b405c576ff5f Mon Sep 17 00:00:00 2001
From: Fraenkiman
Date: Mon, 10 Apr 2023 01:29:31 +0200
Subject: [PATCH 12/14] Update contact.tpl
---
fp-interface/sharedtpls/contact.tpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fp-interface/sharedtpls/contact.tpl b/fp-interface/sharedtpls/contact.tpl
index 14138bc..8717b63 100644
--- a/fp-interface/sharedtpls/contact.tpl
+++ b/fp-interface/sharedtpls/contact.tpl
@@ -48,7 +48,7 @@
{/if}
-
+