Monday 05 July 2010 9:48:09 am
Thanks Andre for the link. I will have a look. Upgrade is already planned but I need to fix this issuse before upgrading the software to 4.2. Hopefully the script will work on 4.0.1 with option --skip-custom-align. Regarding custom tag, please find the defination in content.ini
[CustomTagSettings]
AvailableCustomTags[]=youtube
[youtube]
CustomAttributes[]
CustomAttributes[]=movieurl
CustomAttributes[]=w
CustomAttributes[]=h
CustomAttributes[]=location I think it is to do with the way online editor ezdhtml 4.3.1 handles custom tags. In ezoe it always put the name of the custom tag in the high lighted box where as in 4.3.1 it used to be blank. For e.g. In ezdhtml: <custom name="youtube" custom:movieurl="http://www.youtube.com/watch?v=xxxxxxx" custom:w="100%" custom:h="200" custom:location="center"></custom> In ezoe <custom name="youtube" custom:movieurl="http://www.youtube.com/watch?v=xxxxxxx" custom:w="100%" custom:h="200" custom:location="center">youtube</custom>
|