From 7a5f2437f9fc438b7aa17e56f5b09ac7f24da8c2 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 8 Aug 2020 15:19:04 -0400 Subject: [PATCH 1/2] Fix option syntax for textcomplete --- view/js/autocomplete.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index c3993603b..d83f54c7c 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -293,7 +293,7 @@ function string2bb(element) { }; this.attr('autocomplete','off'); - this.textcomplete([contacts, forums, smilies, tags], {className:'acpopup', zIndex:10000}); + this.textcomplete([contacts, forums, smilies, tags], {dropdown: {className:'acpopup'}}); this.fixTextcompleteEscape(); return this; @@ -328,7 +328,7 @@ function string2bb(element) { }; this.attr('autocomplete', 'off'); - this.textcomplete([contacts, community, tags], {className:'acpopup', maxCount:100, zIndex: 10000, appendTo:'nav'}); + this.textcomplete([contacts, community, tags], {dropdown: {className:'acpopup', maxCount:100}}); this.fixTextcompleteEscape(); this.on('textComplete:select', function(e, value, strategy) { submit_form(this); }); @@ -349,7 +349,7 @@ function string2bb(element) { }; this.attr('autocomplete','off'); - this.textcomplete([names], {className:'acpopup', zIndex:10000}); + this.textcomplete([names], {dropdown: {className:'acpopup'}}); this.fixTextcompleteEscape(); if(autosubmit) { @@ -399,7 +399,7 @@ function string2bb(element) { }; this.attr('autocomplete','off'); - this.textcomplete([bbco], {className:'acpopup', zIndex:10000}); + this.textcomplete([bbco], {dropdown: {className:'acpopup'}}); this.fixTextcompleteEscape(); this.on('textComplete:select', function(e, value, strategy) { value; }); From 4f37b14e42ff2238b5c4c2da8be082e477d571ef Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 8 Aug 2020 15:19:20 -0400 Subject: [PATCH 2/2] Enable footer scripts in minimal view --- view/php/minimal.php | 4 +++- view/theme/frio/php/minimal.php | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/view/php/minimal.php b/view/php/minimal.php index 7b8ac61af..76e14ebe5 100644 --- a/view/php/minimal.php +++ b/view/php/minimal.php @@ -7,7 +7,9 @@
- +
diff --git a/view/theme/frio/php/minimal.php b/view/theme/frio/php/minimal.php index 43c530586..2ab0a62e4 100644 --- a/view/theme/frio/php/minimal.php +++ b/view/theme/frio/php/minimal.php @@ -10,7 +10,9 @@
- +