Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Publisher breaks custom field conditionals (matrix, playa)

Status Resolved
Add-on / Version Publisher
Severity Trivial
EE Version 31

Timothy Kelty

Jun 04, 2013

Without Publisher installed, this following works:

{if cf_matrix}
<div class="whatever">
{cf_matrix}
{cell_name}
{/cf_matrix}
</div>
{/if}

After installing Publisher, the conditional no longer works. However, if I change it to {if cf_matrix:total_rows}, it seems to.
The same is true with Playa fields, switching it from {if cf_playa} to {if cf_playa:total_childen} seems to fix it.

#1

BoldMinded (Brian)

This too is probably related to https://support.ellislab.com/bugs/detail/19456. See my 2nd or 3rd comment about the pair field needing to be updated too.

#2

BoldMinded (Brian)

Check out my latest comment, should contain a working version for the tag pairs too: https://support.ellislab.com/bugs/detail/19456

#3

Timothy Kelty

Thanks, seems to work!

Login to reply