Hoe vaak komt het niet voor dat je een soort blokjes van artikelen uit een bepaalde categorie wilt tonen.
Of een beperkt aantal artikelen met bepaalde tags. Er zijn genoeg voorbeelden te verzinnen. Het laatste nieuws, Ons Team, etc.. Ook zijn er hiervoor natuurlijk al wel extensies beschikbaar. De ene geeft ze weer in een bepaalde en de andere is beperkt tot alleen maar een hoofdcategorie. Zo hebben de meeste extensies wel hun beperkingen. Waarschijnlijk is de module die wij nu ontwikkeld hebben ook niet voor iedereen meteen bruikbaar. Het voordeel wat wij kunnen bieden is dat we gebruik hebben gemaakt van losse templates die gemakkelijk kunnen worden bijgemaakt en toegevoegd. In de eerste versie hebben we 3 templates toegevoegd. Een blog weergave, een carousel en een grid. Natuurlijk allemaal met variabelen om te bepalen hoe de weergave zal zijn. Heel ver variabelen alles bij elkaar over weergave, filter selecties, met of zonder categorie beschrijving en vele andere.
In dit overzicht vind u het laatste nieuws dat betrekking heeft op ons bedrijf en onze klanten. Het is een combinatie van zowel technisch als ander nieuws.
Terwijl we bezig waren om aantal Joomla website te analyseren kwamen we tot de conclusie dat heel veel websites allemaal te maken hebben met dezelfde uitdagingen.
Taal Updated description of the Custom CSS parameter (en-GB, nl-NL, de-DE, fr-FR) to reflect that selectors are no longer auto-scoped.
Wijzigingen Custom CSS () is no longer automatically scoped to . The user-supplied CSS is now injected as-is so the administrator keeps full control over selectors and specificity. Prefix selectors with manually if scoping to a single module instance is desired.
v1.2.02026-05-21
▼
Taal Added pagination strings (en-GB, nl-NL, de-DE).
Nieuwe Functies Read-more button now appends the article title to its label so the link text is descriptive and unique per item (better for accessibility and SEO).
Nieuwe Functies New parameter : maximum number of characters for the read-more button text (including the appended title). Set to to disable truncation. Default is .
Nieuwe Functies Read-more link now exposes the full "{read more}: {title}" string via for screen readers, even when the visible label is truncated.
Nieuwe Functies Optional pagination for the Blog and Grid layouts (not available for Carousel). The article list is split across multiple pages while still respecting all filters and ordering.
Nieuwe Functies New parameter (yes/no, default off, hidden for carousel layout).
Nieuwe Functies New parameter : number of articles shown per page (default 6).
Nieuwe Functies New parameter : place the pagination above, below or both above and below the article list.
Nieuwe Functies New parameter : show or hide the "X – Y of Z" indicator next to the page links.
Nieuwe Functies Each module instance uses its own query parameter () so multiple paginated modules on the same page work independently. Page links anchor back to the module wrapper.
Nieuwe Functies Grid layout: when pagination is enabled, drives the per-page count (the cols × rows cap is only applied when pagination is disabled).
v1.1.02026-05-19
▼
Opgeloste Fouten Changelog XML contained an invalid HTML entity (é) which caused simplexml_load_file to fail; replaced with direct UTF-8 characters.
Taal German translation (de-DE) added.
Nieuwe Functies Installer now shows a "What's new in this version" block under the intro after install/update, read from the changelog XML (same style as Scorpion Image Header).
Nieuwe Functies Installer changelog is rendered as a clean list with per-type labels (Addition, Change, Fix, Security, Language, Remove, Note).
Nieuwe Functies Manifest now contains an <updateservers> block (extension feed + Scorpion collection feed) so Joomla picks up updates automatically.
Nieuwe Functies New parameter : comma-separated list of article IDs that should be excluded from the module output (added as ).
Wijzigingen Install script cleaned up: module name and technical name are now constants in a single place (MODULE_TECH / MODULE_NAME).
Wijzigingen Installer searches for the changelog XML in multiple paths (package source via Installer::getPath, JPATH_SITE/modules, JPATH_ROOT/modules) and lists the paths tried when the file is not found.
v1.0.02026-05-08
▼
Nieuwe Functies Initial release: Joomla 6 site module that displays articles selected by category (with optional recursive subcategories) and/or tags (ANY/ALL matching).
Nieuwe Functies Three layouts: Blog (vertical list with optional leader), Grid (CSS-grid card view) and Carousel (Swiper.js).
Nieuwe Functies Per-article visibility toggles: image, title, text mode (intro/full/none) with character limit, author, date (created/modified/publish_up), tags, custom fields and read-more button.
Nieuwe Functies Custom fields integration via FieldsHelper with respect for per-field display position (above/below/named).
Nieuwe Functies Optional category header (title, description, image) when exactly one category is selected; configurable position above or below the article list.
Nieuwe Functies Optional "Go to full overview" button linking to a Joomla menu item with configurable text, target and CSS class.
Nieuwe Functies Joomla content plugins (onContentPrepare, onContentAfterTitle, onContentBeforeDisplay, onContentAfterDisplay) executed on each article so plugins like loadmodule, pagebreak, vote etc. work correctly.
Nieuwe Functies Strict publish-window enforcement: only state=1 articles within publish_up/publish_down at request time; cache TTL clamped to next boundary.
Nieuwe Functies Multi-instance support: every module gets a unique wrapper id sas-{module-id} so the module can be placed multiple times on a page.
Nieuwe Functies Optional extra CSS textarea injected as last style block, automatically scoped to the module instance.
Nieuwe Functies Backend changelog tab with pretty rendering of the bundled changelog XML.
Nieuwe Functies Languages: English (en-GB) and Dutch (nl-NL).
Nieuwe Functies Joomla update server integration via Scorpion Computers Joomla Update Service.
Nieuwe Functies Layout tab: carousel-specific options (effect, speed, autoplay, loop, navigation, pagination, slidesPerView, arrow colour) merged into the Layout tab and shown only when layout=carousel; columns/rows only shown for layout=grid.
Nieuwe Functies Grid layout caps the rendered article count at columns × rows, even if the configured "Number of articles" is higher.
Nieuwe Functies Grid layout: configurable gap between items (CSS length, default ).
Nieuwe Functies Article fields: image aspect ratio (full / square / 3:2 landscape / 2:3 portrait) and image fit (cover / contain).
Nieuwe Functies Article fields: friendly date-format dropdown (long, with weekday, numeric, ISO, etc.) plus a "Custom …" option that reveals an additional free-form PHP date-format field.
Nieuwe Functies Article fields: read-more link now accepts additional CSS classes (default `btn btn-primary`).
Nieuwe Functies Category header: image placement option (full-width / left / right) with responsive stacking on small screens, and an info note clarifying that the header only renders when exactly one category is selected.
Nieuwe Functies Defaults polished: subcategory depth defaults to 1, sort-direction labels show arrows (A → Z, oud → nieuw), order-by labels are human-friendly, and the overview button falls back to a translated default text.
Nieuwe Functies Source fields moved onto the default Module tab so the basic configuration is reachable without an extra tab switch.
Nieuwe Functies Joomla 5+/6 compatibility: typed Content events (ContentPrepareEvent, AfterTitleEvent, BeforeDisplayEvent, AfterDisplayEvent) are dispatched so com_fields and other strict plugins keep working.
Nieuwe Functies Architecture switched to the legacy entry-point pattern (`mod_scorpion_articleshowcase.php` + flat helper) for maximum reliability across Joomla 5/6 installs; namespaced helper class is still used internally.
Joomla! Learning Partners™ are officially recognized and licensed by, but not organized or operated by, Open Source Matters, Inc. (OSM) on behalf of The Joomla! Project™. Each Joomla! Learning Partner represents an independent company. Use of the Joomla!® name, symbol, logo, Joomla Learning Partner,™ and JLP™ and related trademarks is licensed by Open Source Matters, Inc.