not sure if this went through last time...

Michael @Four Eyes wrote:
> Upgrade went dandy, just can not figure out where my custom admin tab
> has gone.  I did updateapp=1 and still no go

Ahh yes, didn't document this for the beta release...sorry about that. There were same changes made to the customadmin.xml document to allow for multiple custom tabs in the admin area.

New layout:

<?xml version="1.0" encoding="iso-8859-1"?>
<customtabs>
<parenttab permission="MainNavAdminTab">Photos

        <subtabs permission="MainNavAdminTab">Objects
        
                <menuitem>
                
                        <label>Galleries</label>
                        
                        
<link>/farcry/admin/customadmin.cfm?module=bsGallery/list.cfm</link>
                        
                </menuitem>       
                
                <menuitem>
                
                        <label>Photos</label>
                        
                        
<link>/farcry/admin/customadmin.cfm?module=bsPhoto/list.cfm</link>
                        
                </menuitem>
                
                <menuitem>
                
                        <label>Reset Friendly URLs</label>
                        
                        <link>/farcry/admin/customadmin.cfm?module=resetfu.cfm</link>
                        
                </menuitem>
                
        </subtabs>
        
</parenttab>              
</customtabs>


Things to note here:


- new <customtabs></customtabs> wrapper
- <parenttab></parenttab> instead of <maintab></maintab>
- <link> now is prefixed with: /farcry/admin/customadmin.cfm?module=

Make these changes and updateapp=1...all should return to normal :)

- Brendan
http://farcry.daemon.com.au

ps this will be documented as part of the official release (next week)


--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to