I want to display a ‘Read more’ link when a specific field is filled with text:
{if nieuws_tekst != ''}
<div class="leesmeer"><a href="http://{url_title_path=nieuws/nieuwsdetail}">Lees meer</a></div>
{/if} </div>But that’s not working when the fieldtype is MX UniEditor. When I change the fieldtype to textarea it’s working fine. I hope you have an idea, I really need the MXUniEditor!
ok. I will investigate it. But for solution could you please try now
{if nieuws_tekst:isempty}
{if:else}
<div class="leesmeer"><a href="http://{url_title_path=nieuws/nieuwsdetail}">Lees meer</a></div>
{/if}or
{if nieuws_tekst:isempty != true}
<div class="leesmeer"><a href="http://{url_title_path=nieuws/nieuwsdetail}">Lees meer</a></div>
{/if}Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.