All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Low alphabet breaks pixelandtonic assets field?

Dion Snoeijen 8 Jan 2013 15:20 question, complete

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

  1. 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.

  2. Dion Snoeijen 8 Jan 2013 15:25

    Aha! That does it :). Thank you!