@@ -44,6 +44,8 @@ > + event->afterDisplayTitle; ?> + get('info_layout') == 1) ? 'list-inline' : 'list-unstyled'; ?> @@ -100,10 +102,14 @@
PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/44132 Poniżej zmiany w oryginale:
Click to expand the diff!
```diff diff --git a/language/en-GB/mod_articles.ini b/language/en-GB/mod_articles.ini index 7a9ced1a83f9..d7a2d7d0485d 100644 --- a/language/en-GB/mod_articles.ini +++ b/language/en-GB/mod_articles.ini @@ -64,6 +64,8 @@ MOD_ARTICLES_FIELD_TITLEONLY_LABEL="Title Only (lists)" MOD_ARTICLES_FIELD_TITLE_HEADING="Header Level" MOD_ARTICLES_FIELD_TITLE_HEADING_NONE="None" MOD_ARTICLES_FIELD_TITLE_LABEL="Article Title" +MOD_ARTICLES_FIELD_TRIGGER_EVENTS_DESC="Enable this option to trigger three plugin events (afterDisplayTitle, beforeDisplayContent, afterDisplayContent) for each article in the results list." +MOD_ARTICLES_FIELD_TRIGGER_EVENTS_LABEL="Trigger Plugin Events" MOD_ARTICLES_INFO="Details" MOD_ARTICLES_OPTION_ASCENDING_VALUE="Ascending" MOD_ARTICLES_OPTION_CREATED_VALUE="Created Date" diff --git a/modules/mod_articles/mod_articles.xml b/modules/mod_articles/mod_articles.xml index 1ae7df1860f2..bd0d2ad7fda0 100644 --- a/modules/mod_articles/mod_articles.xml +++ b/modules/mod_articles/mod_articles.xml @@ -344,6 +344,19 @@ +displayHits || $item->displayAuthorName || $item->displayCategoryTitle || $item->displayDate; + $displayInfo = $item->displayHits || $item->displayAuthorName || $item->displayCategoryTitle || $item->displayDate; ?>-
@@ -44,6 +44,8 @@
>
+ event->afterDisplayTitle; ?>
+
get('info_layout') == 1) ? 'list-inline' : 'list-unstyled'; ?>
@@ -100,10 +102,14 @@