Low alphabet breaks pixelandtonic assets field?
Hi Low,
I have just installed the low alphabet extension. It works, but the assets field is not giving output anymore. When I look in my template debugger this is the result:
(0.042292 / 2.74MB) Tag: {exp:ce_img:single src="{artist_thumb}" width="250" height="200" crop="yes" allow_scale_larger="yes"}
This is my code:
http://pastie.org/5648569
Replies
Low 8 Jan 2013 15:23
The Low Alphabet tags are plugin tags, so try adding parse="inward" to it, since you have other plugin tags in it.
Dion Snoeijen 8 Jan 2013 15:25
Aha! That does it :). Thank you!