Thank you. I've installed Ver 2.1.2 and it's better, but I'm still not there yet. With
Code: |
<strong>{$value|substr:3}</strong><br />{$columns:organization}
|
in the format column, I'm getting 'rong>' being displayed on the front-end before the combined value for the column.
Also, what is the syntax for combining the path with a file name for an IMG SRC? In one of my columns, I have the file name for an icon image, but for it to be displayed, I need to include the path to the file, e.g.
Code: |
<img src="/images/galleries/officers/{$value}" />
|
which isn't working. Instead of getting the image displayed, I get
displayed. Looking at the source code on the front-end, I see
Code: |
<img src="/images/galleries/officers/" "<img="" "noicon.jpg"="">
|