Posted by Gerard
2014-08-03

Hi Tom,
Awesome script and the admin panel is very useful. Great job! and this is by far the best poll script I have seen. And for free..... what a wonderful people living in this world!
I was wondering when I want to use different colors for different polls, how do I add new skins? Duplicating one (with a different name) doesn't show up in the admin panel as a choice besides Simple/Gradient/Fixed Heights.

Thanks in advance for your advice!
Posted by Tom
2014-08-04

Hi,

>how do I add new skins?

After duplicating a skin folder, add it to web/config/config.selection.inc.php

Suppose the new folder name is abc and the label is XYZ. Add abc=XYZ to SEL_SKIN_TYPE like this:
define( 'SEL_SKIN_TYPE', "
simple=Simple
gradip=Gradient
fixedh=Fixed Height
abc=XYZ
" );