[opencms-dev] Can't add folder even though logged in as Admin on OpenCMS 6.0
Jarrad Waterloo
jwaterloo at dynamicquest.com
Tue Feb 26 21:56:49 CET 2008
Folder is defined in WEB-INF/config/opencms-vfs.xml but it still doeasn't
show up in add!
<resourcetypes>
<type class="org.opencms.file.types.CmsResourceTypeFolder"
name="folder" id="0"/>
<type class="org.opencms.file.types.CmsResourceTypePlain"
name="plain" id="1">
<mappings>
<mapping suffix=".txt" />
<mapping suffix=".html" />
<mapping suffix=".htm" />
</mappings>
</type>
<type class="org.opencms.file.types.CmsResourceTypeBinary"
name="binary" id="2">
<mappings>
<mapping suffix=".pdf" />
<mapping suffix=".zip" />
<mapping suffix=".class" />
<mapping suffix=".ppt" />
<mapping suffix=".doc" />
<mapping suffix=".xls" />
</mappings>
</type>
<type class="org.opencms.file.types.CmsResourceTypeImage"
name="image" id="3">
<mappings>
<mapping suffix=".jpeg" />
<mapping suffix=".jpg" />
<mapping suffix=".gif" />
<mapping suffix=".png" />
<mapping suffix=".tif" />
<mapping suffix=".tiff" />
</mappings>
</type>
<type class="org.opencms.file.types.CmsResourceTypeJsp" name="jsp"
id="4">
<mappings>
<mapping suffix=".jsp" />
</mappings>
<properties>
<property>
<name>export</name>
<value
type="shared"><![CDATA[false]]></value>
</property>
</properties>
</type>
<type class="org.opencms.file.types.CmsResourceTypePointer"
name="pointer" id="5"/>
<type class="org.opencms.file.types.CmsResourceTypeXmlPage"
name="xmlpage" id="6"/>
<type class="org.opencms.file.types.CmsResourceTypeXmlContent"
name="xmlcontent" id="7"/>
<type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
name="imagegallery" id="8">
<param
name="folder.class">org.opencms.workplace.galleries.CmsImageGallery</param>
<param
name="folder.class.params">w:120,h:90,c:dddddd,t:1,r:2</param>
</type>
<type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
name="downloadgallery" id="9">
<param
name="folder.class">org.opencms.workplace.galleries.CmsDownloadGallery</para
m>
</type>
<type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
name="linkgallery" id="10">
<param
name="folder.class">org.opencms.workplace.galleries.CmsLinkGallery</param>
</type>
<type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
name="htmlgallery" id="11">
<param
name="folder.class">org.opencms.workplace.galleries.CmsHtmlGallery</param>
</type>
<type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
name="tablegallery" id="12">
<param
name="folder.class">org.opencms.workplace.galleries.CmsTableGallery</param>
</type>
<type class="com.opencms.legacy.CmsResourceTypeXMLTemplate"
name="XMLTemplate" id="99"/>
</resourcetypes>
-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Bozidar Ilievski
Sent: Tuesday, February 26, 2008 9:12 AM
To: The OpenCms mailing list
Subject: Re: [opencms-dev] Can't add folder even though logged in as Admin
on OpenCMS 6.0
I use OpenCms7, so i don't know if this is true for OpenCms6.
In OpenCms7 default resource types are defined in this file:
WEB-INF/config/opencms-vfs.xml. Search for <resourcetypes> tag in the file.
Some of the modules you install (for example the TemplateOne module) can
define new resource types.
Information about these resource types can be found in
WEB-INF/config/opencms-modules.xml file. Also search for <resourcetypes>
tags in this file.
If some of these files is broken (particularly opencms-vfs.xml), than
that may be the reason why can choose only two resource types.
Jarrad Waterloo wrote:
> I can't add folder even though logged in as Admin on OpenCMS 6.0. My list
of
> resource types after clicking the 'New' button consist only of 'Pattern
> page' and 'JSP'. What ever happened to the other half dozen options? How
do
> I get all my resource types back? What factors control what is listed in
the
> resource types?
>
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
--
Bozidar Ilievski | bozidar.ilievski at netcetera.com.mk
phone +389 -2- 30 64 532 | fax +389 -2- 30 79 495
Netcetera | 1000 Skopje | Macedonia | http://netcetera.com.mk
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list