Article Anywhere: check value of the data...

Search
Other Bug Reports questions
Forum

Article Anywhere: check value of the data <= not working

Fabio Zignale's Avatar Fabio Zignale
Hello!

In this code:
{if total-no-pagination <= 5} big{elseif total-no-pagination <= 11} medium{else} little{/if}

not working as shown here:
https://ibb.co/ggm9fx5

To make it work for my purpose i need to use < operator with increased values with this code:
{if total-no-pagination < 6} big{elseif total-no-pagination < 12} medium{else} little{/if}

It's a bug?
Peter van Westen's Avatar Peter van Westen ADMIN
Please try the latest development version from:
regularlabs.com/development-releases
Please post a rating at the Joomla! Extensions Directory
Fabio Zignale's Avatar Fabio Zignale
Now it works correctly Peter.
Thank you!
Peter van Westen's Avatar Peter van Westen ADMIN
Ok, great 🙂
The fix will be included in the next release.
Please post a rating at the Joomla! Extensions Directory
You can only post on this forum if you log in