<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Anna,<br>
you need to edit the opencms-workplace.xml<br>
add some like this:<br>
<br>
<explorertype name="xmlgroupalpha"
key="fileicon.xmlgroupalpha" icon="xmlcontent.gif"
reference="xmlcontent"><br>
<newresource
uri="newresource.jsp?page=xmlgroupalpha" order="5"
autosetnavigation="false" autosettitle="false"/><br>
</explorertype><br>
<br>
<explorertype name="xmlgroupbeta"
key="fileicon.xmlgroupbeta" icon="xmlcontent.gif"
reference="xmlcontent"><br>
<newresource
uri="newresource.jsp?page=xmlgroupbeta" order="5"
autosetnavigation="false" autosettitle="false"/><br>
</explorertype><br>
<br>
so in opencms-module.xml you can use the "xmlgroupalpha" e
"xmlgroupbeta" to move some xmlcontent in these two new entry of main
menu<br>
example <br>
<explorertypes><br>
<explorertype name="newstructured"
key="fileicon.newstructured" icon="xmlcontent.gif"
reference="xmlcontent"><br>
<newresource page="xmlgroupalpha"
uri="newresource_xmlcontent.jsp?newresourcetype=newstructured"
order="50" autosetnavigation="false" autosettitle="false"/><br>
...<br>
</explorertype><br>
<explorertype name="secondnewstructured"
key="fileicon.secondnewstructured" icon="xmlcontent.gif"
reference="xmlcontent"><br>
<newresource page="xmlgroupbeta"
uri="newresource_xmlcontent.jsp?newresourcetype=secondnewstructured"
order="50" autosetnavigation="false" autosettitle="false"/><br>
...<br>
</explorertype><br>
</explorertypes><br>
<br>
Best wishes,<br>
Andrea Bollini<br>
CILEA, <a class="moz-txt-link-freetext" href="http://www.cilea.it">http://www.cilea.it</a><br>
<br>
Anna Larsson ha scritto:
<blockquote
cite="midAB51D8FA9259B24192D8A3F50F6F51E001882D70@seex03.framfab.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html; ">
<meta name="Generator" content="Microsoft Word 11 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Batang;
panose-1:2 3 6 0 0 1 1 1 1 1;}
@font-face
{font-family:"\@Batang";
panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
h1
{margin-top:12.0pt;
margin-right:0cm;
margin-bottom:3.0pt;
margin-left:0cm;
page-break-after:avoid;
font-size:16.0pt;
font-family:Arial;
font-weight:bold;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
p
{mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
font-size:12.0pt;
font-family:"Times New Roman";}
p.Formatmall1, li.Formatmall1, div.Formatmall1
{mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
font-size:20.0pt;
font-family:"Times New Roman";
font-weight:bold;}
span.E-postmall18
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
@page Section1
{size:612.0pt 792.0pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
{page:Section1;}
-->
</style>
<div class="Section1">
<p class="MsoNormal"><font face="Arial" size="2"><span
style="font-size: 10pt; font-family: Arial;" lang="SV">Hello!<o:p></o:p></span></font></p>
<p class="MsoNormal"><font face="Arial" size="2"><span
style="font-size: 10pt; font-family: Arial;" lang="SV"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font face="Arial" size="2"><span
style="font-size: 10pt; font-family: Arial;">Does anyone know how to
add a new resource type that appears
in the first list when you click on the “new” button?<o:p></o:p></span></font></p>
<p class="MsoNormal"><font face="Arial" size="2"><span
style="font-size: 10pt; font-family: Arial;">I have added a lot of
resource types (in the
opencms-modules.xml file) that appears when I select the “structured
content” option. But I have too many so I want to devide them into
different groups of structured content. Can that be done?<o:p></o:p></span></font></p>
<p class="MsoNormal"><font face="Arial" size="2"><span
style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font face="Arial" size="2"><span
style="font-size: 10pt; font-family: Arial;">Best regards,<o:p></o:p></span></font></p>
<p class="MsoNormal"><font face="Arial" size="2"><span
style="font-size: 10pt; font-family: Arial;">Anna<o:p></o:p></span></font></p>
<p class="MsoNormal"><font face="Times New Roman" size="3"><span
style="font-size: 12pt;" lang="SV"><o:p> </o:p></span></font></p>
</div>
<pre wrap=""><hr size="4" width="90%">
_______________________________________________
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
<a class="moz-txt-link-freetext"
href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a></pre>
</blockquote>
<br>
</body>
</html>