Forums / Developer / how to show customTagAttribute in "folder.tpl"??

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

how to show customTagAttribute in "folder.tpl"??

Author Message

ZRIBI Anoir

Tuesday 16 March 2010 9:57:46 am

hi evrybody;

i created an new custom tag called "note" with 2 customTagAttributes(num and textnote).

i can show values of these attributes in my template "templates/content/datatype/view/ezxmltags/note.tpl".

but i want to see them (values of "num" and "textnote") in the template "folder.tpl".

thank you.

Lukasz Klejnberg

Tuesday 16 March 2010 11:46:45 pm

Hi,

For example, you can add custom_tag from the online editor (when you are editing the folder).

Best regards,

Lukasz

ZRIBI Anoir

Wednesday 17 March 2010 1:41:14 am

hi Lukasz !

thank you for the replay :)

I add my custom tag from the online editor when i edit a folder. but my problem how to recover values of customTagAttributes in an other template apart the template of the custom tag?

Best regards,

 

Anoir.

Lukasz Klejnberg

Wednesday 17 March 2010 2:32:20 am

I don't know because I've never had such a task before me (like your) but you can check {$node|attribute()}. Maybe you will find something interesting.

Best regards,

Lukasz