templaza / astroid-framework

Powerful framework for designers and developers to create responsive, fast & robust Joomla based websites and templates.
https://astroidframe.work/
GNU General Public License v3.0
86 stars 17 forks source link

Next problem: Article Widget #871

Closed jam1974 closed 1 day ago

jam1974 commented 1 week ago

In the image, the article widget is integrated under 1 and 2. The settings for 1 are selected so that the latest posts are displayed. The settings for 2 are selected so that the most popular posts are displayed. However, the latest posts are also displayed here.

Unbenannt

felixkat commented 1 week ago

Try changing libraries/astroid/framework/elements/articles/articles.xml roughly line 24

From

<option value="popular">ASTROID_WIDGET_ORDERING_POPULAR</option>

To

<option value="hits">ASTROID_WIDGET_ORDERING_POPULAR</option>

Edit and re-save widget once you've made the change. Let me know if it works.

jam1974 commented 1 week ago

Perfect, many thanks @felixkat

felixkat commented 1 week ago

Great, I'll add a commit for it.