Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2010-12-21 16:45:50

ecklesroad
Plugin Author
From: Bemidji, MN
Registered: 2008-02-22
Posts: 119
Website

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’ /&gt;

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

Board footer

Powered by FluxBB