How to change folder position in DotNetNuke 4.41 with Cute Editor ???

  •  04-12-2007, 8:32 AM

    How to change folder position in DotNetNuke 4.41 with Cute Editor ???

    I have some question.
     
    first, I want to how to change template folder positon from templates (default) for testing reasons to templates2, so I changed the yellow marked entrie in the default.config file.
     

    <?xml version="1.0" encoding="utf-8" ?>

    <configuration>

    <security name="RestrictUploadedImageDimension">true</security>

    <security name="OverWriteExistingUploadedFile">false</security>

    <security name="UseTimeStampRenameUploadedFiles">false</security>

    <security name="AutoResizeUploadedImages">true</security>

    <security name="MaxImageWidth">1024</security>

    <security name="MaxImageHeight">768</security>

    <security name="MaxImageSize">200</security>

    <security name="MaxMediaSize">10000</security>

    <security name="MaxFlashSize">1000</security>

    <security name="MaxDocumentSize">10000</security>

    <security name="MaxTemplateSize">1000</security>

    <security name="ImageGalleryPath">~/uploads</security>

    <security name="MediaGalleryPath">~/uploads</security>

    <security name="FlashGalleryPath">~/uploads</security>

    <security name="TemplateGalleryPath">~/templates2</security>

    I restarted the IIS after the changes, but nothing happend. The template folder is anymore templates, not templates2.

    It seems that the default.config file never overwrite the default installation-settings.
    I tested although to change the admin.config and guest.config file. Same problem!
    Any idea what´s going wrong ? 
     
    Thanks for your assistance !
     
View Complete Thread