Results 1 to 3 of 3

Thread: Unavailable to list one field

  1. #1
    User
    Join Date
    07-26-09.
    Posts
    175

    Default Unavailable to list one field

    Hi folks,
    I've created few fields in my catalog module and everything is listed as it should be using method
    Code:
    <?php echo $entry['data']['field_name']['value']; ?>
    Today I have added a new field called "short_description". It works in backend, it's being added to the database (I checked it in phpMyAdmin). However when I try to retrieve it in template file (list), using
    Code:
    <?php echo $entry['data']['short_description']['value']; ?>
    it doesn't show up. Also, I can't see it in array output from print_r($this->entries).
    Already regenerated DCA few times, didn't help.

    How can I fix this?

  2. #2
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Unavailable to list one field

    Duh! You forgot to select the field in your Catalog list and/or Reader as well...

  3. #3
    User
    Join Date
    07-26-09.
    Posts
    175

    Default Re: Unavailable to list one field

    Oh well... thanks

Bookmarks

Posting Permissions

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