Peter van Westen
ADMIN
Just to show you a bit of the complexity:
Articles Anywhere will check for the publish state and dates via the database queries.
So any unpublished articles won't show (unless you specifically tell it to ignore the state).
Now what if the English "Bicycle" article is published, but the Dutch "Fiets" is not. Or the other way round?
Articles Anywhere will check the language via the queries.
So only article that use the current language or all (*) will show.
So that will by default already ignore the articles not using the current language. Meaning that now you want some filters to be applied on the article specified in the id/alias/title filter. And other filters applied on the associated article.
Then there are articles that don't use associations, or have no associated article for the article you are filtering on.
Articles Anywhere will therefore not know in a simple way when to apply what filters to what.
Also it doesn't know what the original language of the associated article is.
Imagine using wildcard filters, like title="A*".
So this one 'little' request would pretty much mean making the code 3 times more complex and layered. And it would probably mean a complete rewrite.
Not something I want to do.
Please post a rating at the
Joomla! Extensions Directory