PDA

View Full Version : Custom fields



HLoebner
02-28-2003, 04:28 AM
Hi,

in the new version 5 I'm missing the custom fields in the album view. I've modified the standard template by adding

<!--[/if]--><!--[if(Custom1)]--><b>Custom1:</b> <!--[Custom1/]--><br>

This displays "Custom1: <content of Custom1 field>".

How can I display my custom field name?

Thank you for your help

PegAsus

andrei_c
03-03-2003, 06:08 AM
Hi,

This is a known problem. It will be fixed in new build 6303(expected today).

BTW, the new build will allow to show or hide the fields without editing templates - go View&#124;Preferences, switch to Theme tab.

I hope this helps.
Andrei

MRC
03-03-2003, 10:01 AM
In what I've been doing, I usually would change it as follows...

<!--[/if]--><!----><b>Custom1: </b> <!--[Custom1/]--><br>

would change to:

<!----><!--[if(Custom1)]--><b>NEW NAME:</b> <!--[Custom1/]--><br>

This would display as "NEW NAME: <content of Custom1 field>"

I don't know if this will be any help at all, I'm just guessing... but that's what I've done on mine.