3.2.x Extensions Database 3.2 / 3.3Cookie Settings

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
Previous topicNext topic
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Cookie Settings

Post by dmzx »

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:
Image

Image

Extension Download:
Download-link
Cookie Settings v1.0.0
Installation:
  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to `cookiesettings`.
  3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
  4. 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
  5. Navigate in the ACP to `Customise -> Manage extensions`
  6. 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
Users
Status: Offline
User theme: Dark
Posts: 67
Joined: Oct 14th, '16, 03:10
    Windows 10 Chrome

Re: Cookie Settings

Post by eunaumtenhoid »

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
Admin
Status: Offline
User theme: Dark
Posts: 5123
Joined: Apr 6th, '14, 14:12
    Ubuntu Chrome

Re: Cookie Settings

Post by martin »

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.
Image

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: Cookie Settings

Post by dmzx »

eunaumtenhoid wrote: Dec 11th, '17, 21:26 NICE work

* Brazilian Portuguese translation by eunaumtenhoid (c) 2017 [ver 1.0.0]
https://github.com/phpBBTraducoes/cookiesettings
Added to download :thumbup:

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

max-ima
Users
Users
Status: Offline
User theme: Dark
Posts: 139
Joined: Mar 25th, '22, 06:11
    Windows 10 Firefox

Re: Cookie Settings

Post by max-ima »

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.

Previous topicNext topic