Here are two more ways to do this. It's a different approach, but it
does the trick:
If you simply want to hide these items from display, the easiest way
is to comment out the Links and Facts menu items in farcry\plugins
\farcrycms\config\farcrycms.xml.
Alternately, you can add this to your <projectdirectory>\customadmin
\customadmin.xml. someNewPermission is a permission you can create
that you simply don't give any of the PolicyGroups access to.
Therefore, display is suppressed in the menu:
<section mergeType="merge" id="content">
<subsection id="farcrycmssubsection" sequence="5" sidebar="content/
sidebar.cfm" content="inc/content_overview.html"
label="application.adminBundle[session.dmProfile.locale].dynamicContent"
labelType="evaluate">
<menu id="farcrycmsmenu" sequence="10"
label="application.adminBundle[session.dmProfile.locale].contenttype"
labelType="evaluate">
<menuitem id="listdmlink" permission="someNewPermission" />
<menuitem id="listdmfact" permission="someNewPermission" />
</menu>
</subsection>
</section>
On Mar 6, 7:16 am, BazD <[EMAIL PROTECTED]> wrote:
> Hi folks
>
> I would like to remove some of the navigation options within the
> "content" section. In particular, some of the items beneath "content
> type:", such as Links and Facts , whilst keeping the News and Events
> buttons.
>
> Can this be done ?
>
> Cheers
> B
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---