If you've got a recent build of 3.0, you can merge the xml by using the same id's for the shared branches. Otherwise, you can't put custom admin content in the core admin pages, you'll need to add your own admin tabs.

Blair

On 12/5/05, Theo Galanakis <[EMAIL PROTECTED]> wrote:

Hi,

        How do you add another custom dynamic content item to the tab
menu "Content" and dropdown option "Dynamic Content":

Content Type:

    * News
    * Events
    * Links
    * Facts

I have tried modifying the customadmin.xml file however I cant seem to
get another item appearing.

e.g.

<section id="content" permission="MainNavContentTab"
label="application.adminBundle[session.dmProfile.locale].content"
labelType="evaluate">
                <subsection id="dynamic" permission="MainNavAdminTab"
sidebar="content/sidebar.cfm" content="inc/content_overview.html"
label="application.adminBundle[session.dmProfile.locale].dynamicContent"
labelType="evaluate">
                        <menu id="dynamic content"
label="application.adminBundle[session.dmProfile.locale].contenttype"
labelType="evaluate">
                                <menuitem id="news article"
label="application.adminBundle[session.dmProfile.locale].news"
labelType="evaluate" link="/content/dmnews.cfm" />
                                <menuitem id="events calendar"
label="application.adminBundle[session.dmProfile.locale].events"
labelType="evaluate" link="/content/dmevent.cfm" />
                                <menuitem id="link library"
label="application.adminBundle[session.dmProfile.locale].links"
labelType="evaluate" link="/content/dmlink.cfm" />
                                <menuitem id="fact library"
label="application.adminBundle[session.dmProfile.locale].facts"
labelType="evaluate" link="/content/dmfacts.cfm" />
                                <menuitem id="Person" label="Person"
labelType="text" link="/content/dmfacts.cfm" />
                        </menu>
                </subsection>
        </section>


--
_______________________________________________________________________________



Notice from Melbourne Business School Ltd


The information contained in this e-mail is confidential, and is intended for
the named person's use only.  It may contain proprietary or legally privileged
information. If you have received this email in error, please notify the
sender and delete it immediately.  You must not, directly or indirectly, use,
disclose, distribute, print, or copy any part of this message if you are not
the intended recipient

Internet communications are not secure. You should scan this message and any
attachments for viruses. Melbourne Business School does not accept any
liability for loss or damage which may result from receipt of this message or
any attachments.

______________________________________________________________________________






Reply via email to