HexagonReborn

Remove colorpicker button/option - HexagonReborn

Remove colorpicker button/option

by zerodaggerz » Wed May 30, 2018 6:14 am

Is there any way to remove the button/feature or at least disable it?
zerodaggerz
Registered User
Posts: 1
Joined: Wed May 30, 2018 6:12 am
Contact:

Re: Remove colorpicker button/option

by Mannix_ » Wed May 30, 2018 1:20 pm

open hexagon.css
find #slideout and add after

Code: Select all

z-index: 10;

Code: Select all

display: none;
before

Code: Select all

#slideout {
    position: fixed;
    top: 50px;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #e9ebee;
    padding: 7px;
    z-index: 10;
}
after

Code: Select all

#slideout {
    position: fixed;
    top: 50px;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #e9ebee;
    padding: 7px;
    z-index: 10;
    display: none;
}
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 1838
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact:

Re: Remove colorpicker button/option

by texasbushcraft » Tue Sep 18, 2018 1:35 am

This doesn't seem to be working. I've added "display: none;" after "z-index:10;" in hexagon.css and it hasn't changed anything.
Edit: More info.
It doesn't seem to be saving. I'm able to change it with Chrome's "Inspect" feature and it'll work, but obviously that's just temporary.
Edit edit: I fixed it. NVM. Thanks.
texasbushcraft
Registered User
Posts: 33
Joined: Mon Mar 04, 2013 9:11 pm
Contact:

Re: Remove colorpicker button/option

by ib2018 » Tue Oct 16, 2018 3:59 am

texasbushcraft wrote:This doesn't seem to be working. I've added "display: none;" after "z-index:10;" in hexagon.css and it hasn't changed anything.
Edit: More info.
It doesn't seem to be saving. I'm able to change it with Chrome's "Inspect" feature and it'll work, but obviously that's just temporary.
Edit edit: I fixed it. NVM. Thanks.
Hi,

What was your fix that you found? I am having the same problem: added "display: none;" on the appropriate line but still can see the color picker.

Thanks
ib2018
Registered User
Posts: 2
Joined: Tue Oct 16, 2018 3:55 am
Contact:

Re: Remove colorpicker button/option

by Mannix_ » Tue Oct 16, 2018 10:07 am

ib2018 wrote:
texasbushcraft wrote:This doesn't seem to be working. I've added "display: none;" after "z-index:10;" in hexagon.css and it hasn't changed anything.
Edit: More info.
It doesn't seem to be saving. I'm able to change it with Chrome's "Inspect" feature and it'll work, but obviously that's just temporary.
Edit edit: I fixed it. NVM. Thanks.
Hi,

What was your fix that you found? I am having the same problem: added "display: none;" on the appropriate line but still can see the color picker.

Thanks
The latest release of the style (3.1.1) has an option to turn it off in the options.html file set

Code: Select all

<!-- DEFINE $COLORPICKER = 'yes' --> Options: YES | NO
to no
Last edited by Mannix_ on Wed Oct 17, 2018 9:28 am
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 1838
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact:

Re: Remove colorpicker button/option

by ib2018 » Tue Oct 16, 2018 6:15 pm

Ahh, gotcha. All good now. Thank you for the swift reply and the awesome theme!
ib2018
Registered User
Posts: 2
Joined: Tue Oct 16, 2018 3:55 am
Contact:

Re: Remove colorpicker button/option

by atescetin83 » Sat Feb 19, 2022 8:57 am

I've done this but it isn't working. Maybe there is another way to do it in the new version?
atescetin83
Registered User
Posts: 15
Joined: Thu Mar 08, 2018 5:44 pm
Contact:

Re: Remove colorpicker button/option

by Mannix_ » Sat Feb 19, 2022 9:04 am

atescetin83 wrote:I've done this but it isn't working. Maybe there is another way to do it in the new version?
What did you do? Now you can turn it off in options.html file

Code: Select all

{% DEFINE COLORPICKER = 'yes' %} Options: YES | NO
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 1838
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact:

Re: Remove colorpicker button/option

by atescetin83 » Sat Feb 19, 2022 9:34 am

Mannix_ wrote:
atescetin83 wrote:I've done this but it isn't working. Maybe there is another way to do it in the new version?
What did you do? Now you can turn it off in options.html file

Code: Select all

{% DEFINE COLORPICKER = 'yes' %} Options: YES | NO
Yup, this is what I did, cleared the cache of the forum and the browser, but still I see the colour picker under user /control panel/board settings.
atescetin83
Registered User
Posts: 15
Joined: Thu Mar 08, 2018 5:44 pm
Contact:

Re: Remove colorpicker button/option

by Mannix_ » Sat Feb 19, 2022 10:29 am

Can you link me to your board with a dummy account so i can check it myself via pm ?? Because it works on my test board
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 1838
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact: