Forums / General / Pb with custom tag creation
Geraud Schmit
Monday 07 November 2005 2:37:16 am
Hi,
I have created a custom tag called 'banner720x90'(which is actually a banner to be displayed in my articles).
I have created a template banner720x90.tpl in :/design/mysite/templates/content/datatype/view/ezxmltags/
I have updated the content.ini.append.php file of my site : [CustomTagSettings]AvailableCustomTags[]=banner720x90
And cleared all caches.
Now, when I try to put this tag in my content, I have an error message :
The draft could not be stored. Required data is either missing or is invalid:* Short description: Custom tag 'banner720x90' is not available, use one of the following: 'factbox' 'quote' 'strike' 'sub' 'sup';
Did I miss something ?
RegardsGeraud
Monday 07 November 2005 7:21:49 am
I have the answer !It seems that I have to put the override setting file (content.ini.append.php) in the global overrride directory and not in the special siteaccess directory of my site.
Don't know why. CheersGeraud