Forums / General / What does 'navigation_part_identifier' override?
Alex Jones
Monday 09 February 2004 2:04:28 pm
I saw in the admin override.ini.append for 3.3 the line 'Match[navigation_part_identifier]=ezmedianavigationpart'. Could someone please explain what that matches? I was unable to find anything in the documentation.
Thanks,
Alex
Alex [ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ] <i>When in doubt, clear the cache.</i>
Bård Farstad
Tuesday 10 February 2004 7:24:46 am
The navigation part identifier is basically a mechanism to tell eZ publish which "admin tab" you're currently inside. This is used for showing the correct design in the admin interface.
The following navigation parts are defined in eZ publish:
ezcontentnavigationpart ezmedianavigationpart ezshopnavigationpart ezusernavigationpart ezsetupnavigationpart ezmynavigationpart
--bård
Documentation: http://ez.no/doc
Tuesday 10 February 2004 8:30:47 am
Ahhh, thanks for the info! Are there any other unique override matches that aren't covered in the documentation?
Friday 20 February 2004 1:14:32 am
The following override keys are available for content/view templates:
object: id node: id parent_node: id class: id view_offset: integer navigation_part_identifier: string viewmode: string depth: integer url_alias: string section: id
From 3.4 we also have class_identifier override so you don't need to use the class id when you would like to do an override.
We will also get this into the docs.
Friday 20 February 2004 6:32:48 am
Thakns for the additional info!