Forums / Developer / Changing link behavior based on target node (w/o hacks)

Changing link behavior based on target node (w/o hacks)

Author Message

Massimiliano Bariola

Friday 10 February 2006 3:15:51 am

Hi,

I am presented with an interesting problem. I have 2 classes: the first (class A) contains an XML block and some other fields, the second one (class B) has a file attribute and some other fields.

users can insert eznode links into the XML field of class A , which will get translated via link.tpl to the <a href ....> link.

The desired behavior is :

- links to nodes of classes other than B should work normally
- links to nodes of class B should start the download of the file contained into the file attribute of class B.

So far, I have patched this by creating an override tpl for class B which , via JS, redirects to the download of the file. but users are left with a blank page underneath and need to press "back" to return to the site. Not nice.

Another solution would be to generate the link based on what kind of class is the node I am pointing to.

By browsing kernel/classes/datatypes/ezxmltext/handlers/output/ezhtmlxmloutput.php and link.tpl for ezxml link tags I can see that no parameters are passed to the tpl which could help e.g. node or object id. so I'd need a kernel hack to pass this value too.
Another solution could be to intercept the output of link.tpl and reparse it to check if the pointed node is in the folder for objects of class B, but then I have the uncertain task of trying to find a node based on parsing an URL.

Any ideas?

TIA

Max

Thomas Nunninger

Friday 10 February 2006 3:46:42 am

Hi,

have you tried fetch('content', 'node')? You can fetch by node_path (cf. http://ez.no/doc/ez_publish/technical_manual/3_6/reference/modules/content/fetch_functions/node). But perhaps you will have problems with a trailing index.php/<siteaccess> or what else...

Have a nice day

Thomas

eZ debug

Timing: Jan 18 2025 23:17:03
Script start
Timing: Jan 18 2025 23:17:03
Module start 'content'
Timing: Jan 18 2025 23:17:03
Module end 'content'
Timing: Jan 18 2025 23:17:04
Script end

Main resources:

Total runtime0.2317 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.0082 588.9766180.8125
Module start 'content' 0.00820.0061 769.789193.9297
Module end 'content' 0.01420.2174 863.7188523.8750
Script end 0.2316  1,387.5938 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00371.6102200.0002
Check MTime0.00140.6055200.0001
Mysql Total
Database connection0.00150.642210.0015
Mysqli_queries0.172474.40191410.0012
Looping result0.00160.70761390.0000
Template Total0.217093.710.2170
Template load0.00110.490810.0011
Template processing0.215993.188710.2159
Override
Cache load0.00060.274410.0006
Sytem overhead
Fetch class attribute can translate value0.00080.355610.0008
XML
Image XML parsing0.00020.100110.0002
General
dbfile0.00733.1576200.0004
String conversion0.00000.003530.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