| Friday 28 August 2009 5:09:59 am 
                                                                 Aaaahh :)) 
Thank you André, this was so simple...Very nice extension btw :)
 I very much appreciate your help André, and all answers you're giving to me for the past few days ! One litte more if you can : 
I'm trying to create a CustomTag with a dropdown as parameter.I configured it like this :
 
[CustomTagSettings]
# Here I don't need built-in tags : factbox, sub, etc.
AvailableCustomTags[]
AvailableCustomTags[]=intro
[intro]
AllowEmpty=true
Required=true
CustomAttributes[]
CustomAttributes[]=couleur
[CustomAttribute_intro_couleur]
Type=select
Selection[]
Selection[bleu]=Bleu
Selection[orange]=Orange
Selection[noir]=Noir
 
As documented in the ezoe_attrbiutes.ini file.But I always get the default "text" input. Also tried with a "color" type, but I always get this same "text" input type.
 Any idea why my tag param isn't taking the right type ? Regards |