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>
Post Reply Previous topicNext topic
User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6586
Joined: 13 Jan 2014, 21: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.

[travis]dmzx/Cookie-Settings[/travis]

Screenshot:
Image

Image

Extension Download:


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.

User avatar

eunaumtenhoid
Users
Users
Posts: 68
Joined: 14 Oct 2016, 05: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

User avatar

martin
Admin
Admin
Posts: 5138
Joined: 06 Apr 2014, 16: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.
Image

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6586
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Cookie Settings

Post by dmzx »

eunaumtenhoid wrote: 11 Dec 2017, 22:26 NICE work

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

User avatar

max-ima
Users
Users
Posts: 139
Joined: 25 Mar 2022, 07: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.

Post Reply Previous topicNext topic