img_assist doesn't insert the right code... It inserts variable names "%link" and "%image" instead of the URLs.

<div class="image">
  <a href="/%link">%image</a>
  <div class="caption">look at this beauty</div>
</div>

Comments

groundstate’s picture

Forgot to mention... same happens with filter or HTML mode. Same happens with upload module or image module.

groundstate’s picture

Ahhh, figured out. Maybe just bad defaults in the settings menu. I replaced with:

<div class="%image-class">
<a href="%node-link"><img src="%src" width="%width" height="%height" alt="%alt"></a>
<div class="caption">%caption</div>
</div>

and now all is fine.

matt westgate’s picture

Anonymous’s picture