Forums / Developer / extension & datatype editing !
Selmah Maxim
Monday 04 August 2003 1:58:24 am
Hi ..
I have some new datatype which have many option, work fine, but the file for class editing is in 'design\standard\templates\class\datatype\edit'
Just I wounder where to put this file in the extension ?or should I just leave it there ?
another thing, under extension/mymodule/settings can I put override.ini for admin ?!
thx alot !
Monday 04 August 2003 2:26:57 am
I have creat 'extension\q8b2b\design\admin\override\templates\class'and inside it I had add my datatype for class editing.
and in settings/siteaccess/override.ini :
[ezheader] Source=class/datatype/edit/ezheader.tpl MatchFile=class/ezheader.tplSubdir=templates
this not working, but if creat it in the 'design/admin/override/template/' its work !!
any idea ?
Monday 04 August 2003 2:43:41 am
I found the reason ... every one saying no need for that, but if I don`t do it will not work, the reason that I must change 'DesignExtensions' to comment in settings/design.ini !
Now its work fine ..