Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Textile meddling with my plugin call, what to do?
I’m still working on my eck_gallery plugin and I’m now running into some weirdness when calling it in an article.
With Article Markup -> Use Textile turned on
<txp:eck_lbimg title='title' img='/images/img.jpg' thumb='300' full='600' />
renders <div class="right"><a href="http://www.mysite.com/images/img_f.jpg" rel="lightbox[img]" title="title" class="lightbox"><img border="0" src="http://www.mysite.com/images/img_t.jpg"></a></div>
Like it should, but
<txp:eck_lbimg title='<txp:title />' img='/images/img.jpg' thumb='300' full='600' />
renders
<txp:eck_lbimg title=‘Test Listing 2‘ img=’/images/temp_single/1960170-2.jpg’ thumb=‘301’ full=‘600’ />
Is there something special I have to do to use textpattern article tags in a plugin while using textile formatting, or is it a thing where I have to turn it off to work correctly?
Offline