<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
dmzx
Founder
Status:
Offline
User theme: Dark
Posts: 6485 Joined: Jan 13th, '14, 20:45
Post
by dmzx » Dec 11th, '17, 18:48
Extension Name: Cookie Settings
Author: dmzx
Special thanks to: martin
Extension Description:
This extension adds some more options to the Cookie settings.
dmzx/Cookie-Settings
Screenshot:
Extension Download:
Installation:
Download the latest release.
Unzip the downloaded release, and change the name of the folder to `cookiesettings `.
In the `ext ` directory of your phpBB board, create a new directory named `dmzx ` (if it does not already exist).
Copy the `cookiesettings ` folder to `/ext/dmzx/ ` if done correctly, you'll have the main extension class at
(your forum root)/ext/dmzx/cookiesettings/composer.json
Navigate in the ACP to `Customise -> Manage extensions`
Look for `Cookie Settings ` under the Disabled Extensions list, and click its `Enable ` link.
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
eunaumtenhoid
Users
Status:
Offline
User theme: Dark
Posts: 67 Joined: Oct 14th, '16, 03:10
Post
by eunaumtenhoid » Dec 11th, '17, 21:26
NICE work
* Brazilian Portuguese translation by eunaumtenhoid (c) 2017 [ver 1.0.0]
https://github.com/phpBBTraducoes/cookiesettings
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5123 Joined: Apr 6th, '14, 14:12
Post
by martin » Dec 12th, '17, 10:19
Lets slim the bar down on desktops but normal size on mobiles.
Your need to add this code into a css file or if you use cssmagic then add this code into the css file.
Code: Select all
/* Cookie css
----------------------------------------*/
.cc-window {
height: 28px;
}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
.cc-window {
height: auto;
}
}
/* Cookie css end
----------------------------------------*/
so bigger screens get the slim bar and any screen under 700px gets the full bar.
Selection_010.png
Live demo:
Here
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
dmzx
Founder
Status:
Offline
User theme: Dark
Posts: 6485 Joined: Jan 13th, '14, 20:45
Post
by dmzx » Dec 12th, '17, 12:12
Added to download
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
max-ima
Users
Status:
Offline
User theme: Dark
Posts: 139 Joined: Mar 25th, '22, 06:11
Post
by max-ima » Mar 25th, '22, 15:33
Cookie Settings_1.0.0-Slovenian.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.