Forums / Setup & design / view "siblings"

view "siblings"

Author Message

ole poulsen

Monday 27 February 2006 6:14:07 am

I have been trying to code it out myself and to find information here....alas both without any luck.

My problem is: how do I display a node's "siblings"?

Not "children", not "parent" but "children of parent" - that must be possible, right?
(is it clear what i mean?)

What i want is of course that when I have a page (node) with a list of links to this node's children, when the user clicks one of these links, the content appears in one "box" and I want it to STILL display the same list of links, so the user doesn't have to click back all the time in order to see more articles for example.

If it is clear, what I need (?) - how do I do that, please?

Gabriel Ambuehl

Monday 27 February 2006 6:18:59 am

Shouldn't siblings be:

{$node.parent.children}

?

(Obviously that also lists the current node but it's easy enough to filter that)

Visit http://triligon.org

ole poulsen

Monday 27 February 2006 6:30:46 am

thanks, but sorry, no, that doesn't work. Not in that form that is.

Marko Žmak

Wednesday 01 March 2006 1:57:06 pm

In what way did you try this code?

If you want sibilings of a node $node then try:

{foreach $node.parent.chidren as $child}
{$child.name}
{/foreach}

If you want sibilings of an object $object then try:

{foreach $object.main_node.parent.chidren as $child}
{$child.name}
{/foreach}

Also remember that each object can have more than one parent node, so it can have different sibilings for different parent nodes.

Also have a look at this:

http://ez.no/doc/ez_publish/technical_manual/3_6/reference/objects/ezcontentobject

http://ez.no/doc_hidden/ez_publish/technical_manual/3_6/reference/objects/ezcontentobjecttreenode

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

ole poulsen

Thursday 02 March 2006 4:14:23 am

Yay! It works now, thanks!

Except you forgot a 'l' in 'children' - just in case someone is going to copy-paste this code, it should of course be:

{foreach $node.parent.children as $child}
{$child.name}
{/foreach}

eZ debug

Timing: Jan 31 2025 04:34:15
Script start
Timing: Jan 31 2025 04:34:15
Module start 'content'
Timing: Jan 31 2025 04:34:15
Module end 'content'
Timing: Jan 31 2025 04:34:15
Script end

Main resources:

Total runtime0.1468 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0051 587.8047180.8516
Module start 'content' 0.00510.0045 768.656397.9453
Module end 'content' 0.00960.1372 866.6016526.4766
Script end 0.1467  1,393.0781 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00302.0629200.0002
Check MTime0.00130.8520200.0001
Mysql Total
Database connection0.00080.557310.0008
Mysqli_queries0.104871.39001410.0007
Looping result0.00150.98891390.0000
Template Total0.136993.310.1369
Template load0.00060.402010.0006
Template processing0.136392.849910.1363
Override
Cache load0.00040.289010.0004
Sytem overhead
Fetch class attribute can translate value0.00100.647310.0010
XML
Image XML parsing0.00020.151210.0002
General
dbfile0.00241.6304200.0001
String conversion0.00000.002630.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs