Hi-
I’m pulling an image url via a query, and running into problems parseing out the path.
When I pull the artist_thumbnail it results in this:
https://ellislab.com/asset/images/team-photo/newsitem_182x116.jpgI found this thread ( http://ellislab.com/forums/viewthread/107547/ ) in the old forums which suggests wrapping the path with the exp:ee_typography like this:
{exp:query sql="SELECT d.field_id_17 AS artist_thumbnail FROM exp_channel_data d WHERE entry_id='5'"}
{exp:ee_typography allow_image_urls='y'}{artist_thumbnail}{/exp:ee_typography}
{/exp:query}
However, I get this error:
Error
The following tag has a syntax error:
{exp:ee_typography}
Please correct the syntax in your template.
I assume the exp:ee_typography is either a module I need to install, or only works with EE 1.X. Any suggestions about how to solve this issue?
Thanks!
-corey