Hello.
I'm looking at more of the new skinning features in version 4.3.0
My brain is finding it difficult to comprehend. Require more vitamins, or high voltage zap to get neurons firing.
One:
(New internal skin option "SEARCHBOX",
which is true when the search box is visible to allow skins to use different settings based on that.)
What does this mean in layman's language?
Two:
(New internal skin settings, Main_icon_size and Main2_icon_size. You can set them to "none", "small" and "large" independently)
I could not get it to work properly, unless I added "Main_large_icons=0"
It's a very nice feature.
Is this the proper way to do it?
Here is what I put in script:
OPTION RADIOGROUP="Icon size 1st column",0,NOICONS|SMALLICONS|LARGEICONS|
OPTION NOICONS="None",1
OPTION SMALLICONS="Small",0
OPTION LARGEICONS="Large",0
OPTION RADIOGROUP="Icon size 2nd column",0,NOICONS2|SMALLICONS2|LARGEICONS2|
OPTION NOICONS2="None",1
OPTION SMALLICONS2="Small",0
OPTION LARGEICONS2="Large",0
Classic1_options=variations,NOICONS,SMALLICONS,LARGEICONS
Classic2_options=variations,,NOICONS,SMALLICONS,LARGEICONS,NOICONS2,SMALLICONS2,LARGEICONS2
[NOICONS]
Main_icon_size=none
Main_large_icons=0
[SMALLICONS]
Main_icon_size=small
Main_large_icons=0
[LARGEICONS]
Main_icon_size=large
Main_large_icons=0
[NOICONS2]
Main2_icon_size=none
Main_large_icons=0
[SMALLICONS2]
Main2_icon_size=small
Main_large_icons=0
[LARGEICONS2]
Main2_icon_size=large
Main_large_icons=0