I need to add a navigation method similar to ezpublish

Author Message

Jared Gilpin

Monday 09 February 2004 8:15:50 pm

I want to add links similar to the way ezpublish has them. ie. ez.no / community / forum / etc...

Bruce Morrison

Monday 09 February 2004 11:04:57 pm

I'm assuming that you are talking about the styling of the navigation? If so see
http://css.maxdesign.com.au/listutorial/

Cheers
Bruce

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Jared Gilpin

Tuesday 10 February 2004 7:11:13 am

Thank you for your reply, but what i need is something dynamic. I can hardcode the links with html & ezpub, but i want to have a dynamic navigation system that displays where you are and how to get back to where you were.

ie across the top of an article have Home Folder :: Subfolder 1 :: Subfolder of Subfolder :: Article whereby the information changes automatically, depending upon which page you are on in my site. ez.no has that at the top where it has
ez.no / Community / Forum / Setup & Design / Etc... what i want is very similar to that.

Balazs Halasy

Tuesday 10 February 2004 7:15:43 am

Hi,

This functionality is available in the form of "copy & paste some template code from either plain or standard design". Just look in the pagelayout.tpl for the plain or the standard design and you'll see that such a navigator is present there. Simply copy & paste the code into your pagelayout and you should be up and running with a fancy navigator.

Cheers.

Balazs

Marco Zinn

Tuesday 10 February 2004 1:26:57 pm

Hey Balazs,
i thought, there were one or two page in the documentation about "breadcrumb navigation"... have they been removed?
But "copy and paste from a template" is probably better, because you can "grab" the navigation, that you saw in some demo and re-use it :)

Marco
http://www.hyperroad-design.com

Bruce Morrison

Tuesday 10 February 2004 3:05:23 pm

Hi Marco

There was a page that described this which seems to have dissappeared in the documentation cleanup. (Actually found it here
http://ez.no/ez_publish/documentation/customization/custom_design/examples/creating_a_navigation_path)
Here is one way to do breadcrumbs

{section name=Path loop=$module_result.path offset=1}
{section-exclude match=$Path:item.node_id|eq($module_result.node_id)}
/ <a href={$Path:item.url|ezurl}>{$Path:item.text}</a>
{/section}

Cheers
Bruce

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 06:28:16
Script start
Timing: Jan 19 2025 06:28:16
Module start 'layout'
Timing: Jan 19 2025 06:28:16
Module start 'content'
Timing: Jan 19 2025 06:28:18
Module end 'content'
Timing: Jan 19 2025 06:28:18
Script end

Main resources:

Total runtime1.5337 sec
Peak memory usage4,096.0000 KB
Database Queries70

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0071 589.3984152.6563
Module start 'layout' 0.00710.0043 742.054739.5078
Module start 'content' 0.01141.5209 781.5625657.4141
Module end 'content' 1.53230.0013 1,438.976616.1094
Script end 1.5336  1,455.0859 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.2185160.0002
Check MTime0.00140.0943160.0001
Mysql Total
Database connection0.00080.054810.0008
Mysqli_queries1.458595.0989700.0208
Looping result0.00100.0682680.0000
Template Total1.475196.220.7375
Template load0.00190.125120.0010
Template processing1.473296.053520.7366
Template load and register function0.00040.024810.0004
states
state_id_array0.00210.137910.0021
state_identifier_array0.00420.272420.0021
Override
Cache load0.00170.1093370.0000
Sytem overhead
Fetch class attribute can translate value0.00170.109140.0004
Fetch class attribute name0.00150.100490.0002
XML
Image XML parsing0.00390.255940.0010
class_abstraction
Instantiating content class attribute0.00000.0014100.0000
General
dbfile0.00170.1134280.0001
String conversion0.00000.000740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
11content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
7content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 30
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs