Open the link in a new window

Author Message

Kruglova Natasha

Thursday 28 January 2010 12:57:10 am

Help please.
I need that links to other domains opened in a new window.

I am in the template design/standard/templates/content/datatype/view/ezurl.tpl added target="_blank", but then all links open in a new window.

{section show=$attribute.data_text}
<a href="{$attribute.content}" target="_blank">{$attribute.data_text|wash( xhtml )}</a>
{section-else}
<a href="{$attribute.content}">{$attribute.content|wash( xhtml )}</a>
{/section}

Has found at a forum this code but as it to apply in a template ezurl.tpl I do not understand.

 {if $target} target="{$target}{elseif and( $href|contains('http://'), not( $href|contains('http://www.yourdomain.net') ) )} target="_blank"{/if}

Kruglova Natasha

Thursday 28 January 2010 1:48:54 am

Please help me!

Question:

1. Please get me variable with my domain. Example midisa.net

2. How to do comparisons of variables? Coincidence and a finding contained in the text is necessary not precisely. For example I need to find, eat a name of my domain in a variable or not.

3. How correctly to write conditions? In one cases you write {if} {else} {/if} in other cases you use {if} {elseif} {endif}. You are not confused?

Please edit a code which it is resulted more low that it worked. This code is taken from a template ezurl.tpl

{if not( $attribute.content|contains('midisa.net')}
{$target = "_blank"}
{else}
{$target = "_self"}
{/if}

{section show=$attribute.data_text}
<a href="{$attribute.content}" target="{$target}">{$attribute.data_text|wash( xhtml )}</a>
{section-else}
<a href="{$attribute.content}" target="{$target}">{$attribute.content|wash( xhtml )}</a>
{/section}

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 18 2025 03:12:24
Script start
Timing: Jan 18 2025 03:12:24
Module start 'layout'
Timing: Jan 18 2025 03:12:24
Module start 'content'
Timing: Jan 18 2025 03:12:24
Module end 'content'
Timing: Jan 18 2025 03:12:24
Script end

Main resources:

Total runtime0.7957 sec
Peak memory usage4,096.0000 KB
Database Queries52

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 589.0234152.6250
Module start 'layout' 0.00530.0031 741.648439.4453
Module start 'content' 0.00850.7857 781.0938431.8516
Module end 'content' 0.79420.0015 1,212.94538.4766
Script end 0.7957  1,221.4219 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00300.3829160.0002
Check MTime0.00130.1585160.0001
Mysql Total
Database connection0.00080.103310.0008
Mysqli_queries0.756295.0296520.0145
Looping result0.00040.0534500.0000
Template Total0.765296.220.3826
Template load0.00180.226220.0009
Template processing0.763495.933320.3817
Template load and register function0.00020.026110.0002
states
state_id_array0.00100.123410.0010
state_identifier_array0.00090.111920.0004
Override
Cache load0.00140.1797290.0000
Sytem overhead
Fetch class attribute can translate value0.00050.062710.0005
Fetch class attribute name0.00100.129320.0005
XML
Image XML parsing0.00010.014510.0001
class_abstraction
Instantiating content class attribute0.00000.000720.0000
General
dbfile0.00100.1241100.0001
String conversion0.00000.001040.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
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/emphasize.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/emphasize.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 17
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs