Can't seem to get substitions to display images in search results. I have CB Search Plugin installed and published but no images are displayed. I'm just using the standard search menu item. HTML doesn't appear to work either.
I have a field that displays a logo for each user - cb_crest.
And a text field for their region - cb_region.
I tried this in the text box of CB Search plugin:
CREST: [cb:userfield field="cb_crest" /]
REGION: [cb:userfield field="cb_region" /]
Also tried the above with various HTML elements, none of which worked.
Result:
1. St Michael's College
CREST: REGION: Sydney West
The result I would would like is:
1. St Michael's College
CREST:(crest image here) REGION: Sydney West
Any ideas?