Share » Forums » Developer » function

function

function

Friday 19 August 2005 8:00:45 am - 7 replies

Author Message

J-A Eberhard

Friday 19 August 2005 1:50:50 pm

You can use this in the template, just replace $node by the variable name.
{$node|attribute( show, 1 )}
The result looks like a print_r() in php.

Open Source Solution Provider
Open-Net Ltd Switzerland
http://www.open-net.ch

jb bianchi

Saturday 20 August 2005 3:41:26 am

hi,

thank's but I have ever done it and I have been surprised because the result of {$variable|attribute(show)} was only the header of the table:

Attribute Type Value

 

Gabriel Ambuehl

Saturday 20 August 2005 4:23:18 am

Could it be that your array is empty?

Visit http://triligon.org

jb bianchi

Saturday 20 August 2005 4:34:13 am

Maybe,

IN fact I want to explod this variable $var5.
And $var5= "/corporate/expert/bianchi_n">BIANCHI n .
I have done it {$var|explode(">")}
And the result is "Array".
I have try to do this too:

{set-block variable=$nbdemot}
{$var5|ord}
{/set-block}
<br />{$nbdemot}
the result is the same.

My problem is I need the word just after the ">" in order to do test.

Marko Žmak

Sunday 21 August 2005 5:47:44 am

Why don't you copy-paste the entire code you're using here, so we could inspect it.

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

Hubert Farnsworth

jb bianchi

Sunday 21 August 2005 7:08:05 am

hi,


{default use_url_translation=false()}
    <td class="{$sequence}">
{set-block variable=$exam}
	{attribute_view_gui attribute=$node.object.data_map.an_expert}
	{/set-block}
{*for example, the content of $exam is 'babar'
if I do this:*}
{$exam}=
{*I can see:
babar
=*}
{* If i do this:*}
{$exam|wash}
{*I can see:
<a href="/corporate/expert/babar">babar</a></br>*}
{*I want just to have the word between <a href=..> and </a><br /> to do test. First I cut with remove the end and I obtain this:
 <a href="/corporate/expert/babar">babar
Secondly, I remove <a href= 

but I have "/corporate/expert/babar">babar
and I call it $var5
So I have try to do it:
*}
{set-block variable=$nbdemot}
{$var5|expolde('>'}
{/set-block}
<br />{$nbdemot}
{*I can see the word array*}
{/default}

thank's

jb bianchi

Tuesday 23 August 2005 2:58:49 am

hi,

I have achieved my goal. There is no problem now. thak's for the answers.

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu