Results 1 to 10 of 10

Thread: Display Custom Fields

  1. #1
    Join Date
    Mar 2005
    Posts
    37

    Question Display Custom Fields

    Hi - Searched and didn't find an answer.

    Added a custom field - State. It is a checkbox.

    It shows during entry of listing, during search and approval but not when viewing the listing.

    Do I need to add the custom field to make it show up?

    TIA

    Glenn

  2. #2
    Join Date
    Oct 2007
    Location
    Sydney
    Posts
    652

    Default

    Quote Originally Posted by Glenn View Post
    Do I need to add the custom field to make it show up?
    Yes, you have to add your custom field to the "detail_link.html" page.
    Just add this
    <%$state%>
    to your detail_link page, any where that you want it to be shown.

  3. #3
    Join Date
    Mar 2005
    Posts
    37

    Default

    Thanks Mitchell - This did the trick.

  4. #4
    Join Date
    Oct 2007
    Location
    Sydney
    Posts
    652

  5. #5
    Join Date
    Jul 2008
    Posts
    13

    Default

    Quote Originally Posted by Mitchell View Post
    Yes, you have to add your custom field to the "detail_link.html" page.
    Just add this to your detail_link page, any where that you want it to be shown.
    I have added few custom field like phone, fax, address, city, zip but if any of field has no data how can I hide that field.

    Basically I want to display info on listing page which has data for that field.

    I am using IndexU Deulxe 1 version.

  6. #6
    Join Date
    Oct 2007
    Location
    Sydney
    Posts
    652

    Default

    Quote Originally Posted by torambus View Post
    I have added few custom field like phone, fax, address, city, zip but if any of field has no data how can I hide that field.

    Basically I want to display info on listing page which has data for that field.

    I am using IndexU Deulxe 1 version.

    Try some thing like this;

    <%if $custom_field%>
    Custom Field: <%$custom_field%>
    <%/if%>

  7. #7
    Join Date
    Jul 2008
    Posts
    13

    Default

    Thanks

    It worked for me.

  8. #8
    Join Date
    Oct 2007
    Location
    Sydney
    Posts
    652

  9. #9
    Join Date
    Sep 2005
    Posts
    3

    Default totally ridiculous

    I have been told by IndexU tech support to " look in the forums' to find out how to add a custom field to the link form page... well 2 days later and we are still struggling, it seems like half of the software is just fabulous, but half is a nightmare. you would think that they would put a disclaimer in for any end user attempting to buy this software, that you cant add a custom field with out 3-4 days of expert coding work... I am so frustrated, client has 6 simple questions that have to be added to the link fields, and nothing we try works. indexU is right, there are 17 posts about adding custom fields, but none of them tell you how to really do it....

  10. #10
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Lets see here.

    Admin Panel - Links - Custom Field
    Enter information, click Add Field
    Done

    The custom field now appears on a whole bunch of pages.

    Don't see it? Clear your template cache.

    Admin Panel - Tools - Clean Template Cache

Similar Threads

  1. how to display fields in rows.html
    By echo@ in forum Blocks and Modification
    Replies: 2
    Last Post: 01-31-2008, 02:28 PM
  2. Display New Fields on detail.php
    By beaker in forum Tutorials, Hints & Tips
    Replies: 3
    Last Post: 01-21-2008, 08:31 PM
  3. Replies: 4
    Last Post: 06-18-2003, 10:32 PM
  4. Add Fields To Submit form & link display
    By 4webmasters.us in forum v5.x
    Replies: 9
    Last Post: 05-03-2003, 07:38 PM
  5. Replies: 1
    Last Post: 06-24-2002, 06:23 PM

Posting Permissions

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