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: Returning currently active language, with parameter show_current=“no”

Status Resolved
Add-on / Version Publisher Publisher 1.6.6
Severity
EE Version v2.9.0 - Build Date: 20140715

Patterns.digital

Sep 21, 2015

The subject is self explanatory.

The publisher language loop returns all languages even with the proper parameter set not to.
The phrases for alla languages have been entered in the settings page.

{exp:publisher:languages show_current="no"}

  •     {long_name}

  • {/exp:publisher:languages}

    #1

    BoldMinded (Brian)

    Thanks, I’ll take a look tonight.

    #2

    BoldMinded (Brian)

    I’m unable to replicate this. Can you provide more information? Is that the full tag you’re using? No other parameters? What does your settings page look like?

    #3

    Patterns.digital

    Here are the screenshots of settings page https://dl.dropboxusercontent.com/u/2899749/boldminded.zip

    Here’s the complete code:

    {exp:publisher:languages show_current="no"}
        <li>
          <a href="http://{switch_language_url}">{long_name}</a>
        </li>
        {/exp:publisher:languages}
    #4

    BoldMinded (Brian)

    Do you have that tag inside an entries tag?

    #5

    Patterns.digital

    Negative

    #6

    Patterns.digital

    I’m sorry but we must have had some issues with parsing order. We revised our code to manage some includes and the parameter is working now.

    Login to reply