Forums / Developer / Mixed output

Mixed output

Author Message

sangib das

Monday 23 October 2006 5:42:56 am

Hi all
I have a class called Biodata consist of
1 FristName (Text line)
2.LastName(Text line)

After creating some object into the admin side such as
1.Boby(FristName) Logon(Last Name)
1.Sogan(FristName) Lupa(Last Name)

In user site frist one i want dispaly
Like that
Boby Logon
second one
Lupa Sogan

is it possible?
Thanks and Regards
Sangib

Ɓukasz Serwatka

Tuesday 24 October 2006 12:23:04 am

Hi,

It is possible. Just access object attributes with {attribute_view_gui attribute=$node.object.data_map.first_name} or without attribute_view_gui but with direct access to attribute data like $node.object.data_map.first_name.data_text where first_name is your attribute id.

Hope this will help you?

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog