Results 1 to 3 of 3

Thread: Custom fields

  1. #1
    Join Date
    Feb 2003
    Location
    Aachen / Germany
    Posts
    1

    Default Custom fields

    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

  2. #2
    Join Date
    Feb 2009
    Posts
    1,549

    Default Re: Custom fields

    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

  3. #3
    Join Date
    Mar 2003
    Location
    NW NJ, USA
    Posts
    31

    Default Re: Custom fields

    In what I've been doing, I usually would change it as follows...

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

    would change to:

    <!--[/if]--><!--[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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •