There are a few original fields that I don't use at all. On the other and I need to use new fields. I know how to add new fields.
Is it possible to manage original fileds (add, modify or delete them?).
TY
Managing fields
Thank You for your answer.soulsnake wrote:Hi,
No, you can not manage original fields, sorry.Is it possible to manage original fields (add, modify or delete them?).
But you can rename them using translation file if you really want to use them for other purposes.
Soulsnake.
I added 4 new fields and called them ACT1, ACT2, ACT3 and ACT4
In HTML template I used $$ITEM_ACT1, $$ITEM_ACT2, $$ITEM_ACT3 and $$ITEM_ACT4 but those items are not shown.
$$ITEM_YEAR, $$ITEM_DIRECTOR and all the original fields are O.K.
What did I do wrong?
Hi,
:
So for you, it is : $$ITEM_CF_ACT1, $$ITEM_CF_ACT2, $$ITEM_CF_ACT3 and $$ITEM_CF_ACT4
Also, you can use HTML Editor in AMC to edit templates.
You will have menus to include fields in template easier
.
Soulsnake.
This is explained in help file (F1 > Export to HTML)I added 4 new fields and called them ACT1, ACT2, ACT3 and ACT4
In HTML template I used $$ITEM_ACT1, $$ITEM_ACT2, $$ITEM_ACT3 and $$ITEM_ACT4 but those items are not shown.
$$ITEM_YEAR, $$ITEM_DIRECTOR and all the original fields are O.K.
What did I do wrong?

Code: Select all
$$ITEM_CF_ + custom field TAG in upper case = Custom field value
$$LABEL_CF_ + custom field TAG in upper case = Label of custom field
Also, you can use HTML Editor in AMC to edit templates.
You will have menus to include fields in template easier

Soulsnake.
Thank Yousoulsnake wrote:Hi,
This is explained in help file (F1 > Export to HTML)I added 4 new fields and called them ACT1, ACT2, ACT3 and ACT4
In HTML template I used $$ITEM_ACT1, $$ITEM_ACT2, $$ITEM_ACT3 and $$ITEM_ACT4 but those items are not shown.
$$ITEM_YEAR, $$ITEM_DIRECTOR and all the original fields are O.K.
What did I do wrong?:
So for you, it is : $$ITEM_CF_ACT1, $$ITEM_CF_ACT2, $$ITEM_CF_ACT3 and $$ITEM_CF_ACT4Code: Select all
$$ITEM_CF_ + custom field TAG in upper case = Custom field value $$LABEL_CF_ + custom field TAG in upper case = Label of custom field
Also, you can use HTML Editor in AMC to edit templates.
You will have menus to include fields in template easier.
Soulsnake.