All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

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: No language flag

Status Resolved
Add-on / Version Publisher 1.0.12
Severity Critical
EE Version 2.7.1

Rob Post

Sep 30, 2013

Hi,

I’ve set “Hide country flags” to no in the settings.

Using a standard {exp:publisher:switcher} tag in my template. On the front-end it shows the select list with the available languages but without the language flags!

Furthermore is there a tag I can use to add the flag to a custom build language select menu using the {exp:publisher:languages} tag?

#1

BoldMinded (Brian)

Hi, Rob. Sorry for the lack of clarity here, but the flag is a CP setting only. If you want flags on the front-end you’ll need to implement them yourself. You can use the language code or id to create the path to the image.

#2

Rob Post

Thanks this code did the thing for me.

<li>{root_url}themes/third_party/publisher/images/flags/{short_name}.png</li>

Login to reply