[Building Sakai] Tool List in 2.7 (toolOrder.xml)

Daniel Merino daniel.merino at unavarra.es
Fri Jul 16 05:35:19 PDT 2010


Hi everybody.

I'm configuring a 2.7.0-rc01 sakai and I'm trying to set the list of 
tools available in a new site type called "Comunidad" which we use since 
our old 2.5.3 version.

I have configured the site type and their tools as usual:

- In sakai.properties with:

titleEditableSiteType.count=2
titleEditableSiteType.1=project
titleEditableSiteType.2=comunidad

- In site-manage, we add the new site in:

sakai.sitesetup.xml

<configuration name="siteTypes" value="course,project,comunidad" />
(...)
<configuration name="publicChangeableSiteTypes" value="comunidad" />

sakai.siteinfo.xml

<configuration name="siteTypes" value="course,project,comunidad" />
<category name="comunidad" />

And after this, the new site type is available, but then I add the next 
lines in the kernel 1.1.8 file (toolOrder.xml)

<category name="comunidad">
<tool id = "sakai.iframe.site" />
<tool id = "sakai.synoptic.chat" />
<tool id = "sakai.synoptic.discussion" />
<tool id = "sakai.synoptic.announcement" />
(...)
</category>

But after deploying the kernel, the tool list in the Comunidad has only 
"Home" and "Site Info".

Is there any other step to be done in Sakai 2.7.0-rc01?

Thanks in advance.
-- 
Daniel Merino Echeverría
daniel.merino at unavarra.es
Gestor de teleformación - Centro Superior de Innovación Educativa.
Tfno: 948-168489 - Universidad Pública de Navarra.
--
No es difícil llorar en soledad, pero es casi imposible reír solo. 
(María Loynaz)



More information about the sakai-dev mailing list