I am trying the following scenario:
(it’s the blog thing method)
{exp:weblog:entries weblog="rc_standard" limit="1" disable="categories|member_data|pagination|trackbacks" rdf="off"}
{exp:lg_replace:haystack needles="{matrix_media backspace="1"}media_{row_count}|{/matrix_media}"}
{matrix_text}
<div class="container_3 format">
<article class="grid_2">
{exp:textile}{text_left}{/exp:textile}
</article>
<aside class="grid_1">
{text_right}
</aside>
</div>
{/matrix_text}
{matrix_media}
{exp:lg_replace:replacement needle="media_{row_count}"}
{if "{media_opt}" == "full"}
{exp:imgsizer:size src="{media_url}" width="800"}{sized}{/exp:imgsizer:size}
{/if}
{if "{media_opt}" == "two_third"}
{exp:imgsizer:size src="{media_url}" width="530"}{sized}{/exp:imgsizer:size}
{/if}
{/exp:lg_replace:replacement}
{/matrix_media}
{/exp:lg_replace:haystack}
{/exp:weblog:entries}it’s all working fine, until I put in {exp:textile}
it’s working fine with EE typography plugin. it works with Legacy typography, but something prevents textile and LG replace to work together.
I am pretty shure that my setup works. I’ve tested it under several circumstances.
might there even be another, “unofficial” textile plugin?
I would really appreciate your help. since it seems like a textile plugin bug.
cheers
stefan