Date: 2012-01-01 14:00
Posted By: Mathieu Muths (airelibre) (airelibre)
I have the same problem because some of my custom fields have spaces and special
chars in their names... and it's hard to work with it in smarty - I have to
first assign the text to a variable, and then to call the
$entry->fieldsbyname.$MyFieldVar->value to display it...
Maybe the keys could be customized or transformed into someting usable in Smarty
?
Thanks
Date: 2012-04-14 18:09
Posted By: Robert Campbell (calguy1000)
sorry for missing this in the changelog. Removing this stuff was actually a
'fix' for a problem where people were able to create custom fields who's name
was conflicting with a pre-existing field. And rather than add more complexity
we made this module consistent with every other module.
In 1.11 all custom fields will be available by $entry->fields. in both the
summary and detail views.