Forums / General / What does 'navigation_part_identifier' override?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

What does 'navigation_part_identifier' override?

Author Message

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 Exponential 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 Exponential:

ezcontentnavigationpart
ezmedianavigationpart
ezshopnavigationpart
ezusernavigationpart
ezsetupnavigationpart
ezmynavigationpart

--bård

Documentation: http://ez.no/doc

Alex Jones

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?

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

Bård Farstad

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.

--bård

Documentation: http://ez.no/doc

Alex Jones

Friday 20 February 2004 6:32:48 am

Thakns for the additional info!

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>