sunnyjey Active Member Nov 16, 2024 #1 Anyone has idea why Extra Template option in Group By Tab in List configuration is no more working ? It was quite handy to inject some useful related data and links.
Anyone has idea why Extra Template option in Group By Tab in List configuration is no more working ? It was quite handy to inject some useful related data and links.
troester Administrator Staff member Nov 16, 2024 #2 Obvioulsy it got lost at some point (and nobody else used it until now ) In components\com_fabrik\layouts\list\fabrik-group-by-heading.php add Code: <?php if (!empty($d->extra)) : ?> <div class="groupExtra"> <?php echo $d->extra; ?> </div> <?php endif; ?> at the end.
Obvioulsy it got lost at some point (and nobody else used it until now ) In components\com_fabrik\layouts\list\fabrik-group-by-heading.php add Code: <?php if (!empty($d->extra)) : ?> <div class="groupExtra"> <?php echo $d->extra; ?> </div> <?php endif; ?> at the end.