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: Lost the publish button in phrases

Status Resolved
Add-on / Version Publisher 1.1.13
Severity Critical
EE Version 2.7.2

Rob Post

Oct 12, 2013

Suddenly the publish button in the phrases section seems to be disappeared (see attached screenshot). Don’t no if this happened after upgrading from Expression Engine 2.7.0 -> 2.7.2 or that it’s related with the “special” Publisher release I’m using?

#1

BoldMinded (Brian)

Just emailed a new build that should fix it.

#2

BoldMinded (Brian)

It was related to a bug I inadvertently created from another fix in 1.0.13.

#3

Rob Post

Solved using the fix.

However in this version it seems that there is something wrong with the early parsed global variables (phrases). Phrases that are directly coded into the template seems to work well. All other phrases f.i parsed through embeds, free form or low variables that supposed to be parsed early don’t seem to work anymore.

Attached a screen shot of a rendered page using free from form tags with a translated form field {phrase:field_bedrijf} that don’t render correctly. On the same page an embedded sidebar with a phrase that don’t render correctly {phrase:meer_nieuws}. I’m 100% sure that in a previous version the phrase in the embedded sidebar did render correctly.

The code of the sidebar on the main page

<a href="http://{page_url}%22class=%22subcontent" title="{title}" class="subcontent col-xs-12 col-sm-12 col-md-3 col-lg-3">{exp:trunchtml chars="28" inline="_..."}{title}{/exp:trunchtml}</a>
   </li>
   
  {/exp:channel:entries}
  
 </ul>
 <a href="http://{site_url}over-ons/nieuws/">{phrase:meer_nieuws}</a>
</div>
#4

Brian Litzinger

Rob, thats strange the behavior would change on those because I haven’t made any changes to phrases in the last release. I’m at the conference and don’t have my main computer with my test suite so I can’t run tests right now. Did you try reverting to an older version of Publisher and see if the issue persists?

#5

BoldMinded (Brian)

Rob, was this the issue you fixed with the CE Cache changes? Or is this different?

Login to reply