Steve,
I found that key in the webtop.xml file:
<menu id="categorisation" permission="ContentCategorisationTab"
label="application.adminBundle[session.dmProfile.locale].CategoryManagement"
labelType="evaluate">
<menuitem id="managekeywords"
label="application.adminBundle[session.dmProfile.locale].ManageKeywords"
labelType="evaluate" link="/navajo/keywords/hierarchyedit.cfm" />
</menu>
Does it look like anything is wrong with it? what else could be wrong?
-Mark
-----Original Message-----
On 29/08/06, Mkruger <[EMAIL PROTECTED]> wrote:
>
> It's version 3.0.2 .... the release candidate for Oracle. Beth Bowden did
> the port over to Oracle. It's functioned quite well with few errors (some
> minor clob stuff). Did a menu item get missed? How are those menu items
> generated?
>
Its all generated from the webtop.xml file that you'll find in the
farcry_core/config folder.
Really a port for Oracle shouldn't have touched this file, but have a look
for :
<menu id="categorisation" permission="ContentCategorisationTab"
label="application.adminBundle[session.dmProfile.locale].CategoryManagement"
labelType="evaluate">
<menuitem id="managekeywords"
label="application.adminBundle[session.dmProfile.locale].ManageKeywords"
labelType="evaluate" link="/navajo/keywords/hierarchyedit.cfm" />
</menu>
under a subsection :
<subsection id="contentUtilities" permission="MainNavAdminTab" ...>
Mind - I am using 3.0.1 here and not 3.0.2, so it might all be different....
You could also have look in the customadmin folder for your project
and make sure that nothing is overriding the subsection with the
id="contentUtilities" or anything under that subsection.
Stephen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---