1. Björn Wichern
  2. Sherlock Holmes
  3. Deutsch
  4. Wednesday, 23 August 2017
  5.  Subscribe via email
Moin,

ich würde gerne in der Tauristar Eventlist per Template Override zwischen H1 Headline und Kategorie-Filter ein Modul platzieren:
https://imgur.com/a/e7ON8

Wenn ich dort reinen Text platziere, wird er im Frontend angezeigt. Möchte ich allerdings dort ein Modul platzieren, bleibt der Bereich leer:

<div class="row">
<div class="col-sm-12">
<jdoc:include type="modules" name="MatukioIntro" style="xhtml" />
</div>
</div>

(der <jdoc:include .... Tag wird im Quelltext als Plaintext ausgegeben)



Wenn ich das Snippet mit countModules eintrage:

<?php if ($this->countModules( 'MatukioIntro' )) : ?>
<div class="row">
<div class="col-sm-12">
<jdoc:include type="modules" name="MatukioIntro" style="xhtml" />
</div>
</div>
<?php endif; ?>

erhalte ich einen PHP Fehler:

0 - Call to undefined method MatukioViewEventlist::countModules()


Gibt es irgendeine Chance, an der Stelle ein Modul einzufügen, welches sich im Backend bearbeiten lässt? In unserem Fall soll dort ein Introtext rein und ein kleines Bilder-Grid mit den Kategorie.

Viele Grüße
Björn
You do not have permission to view the content of this accepted answer.
Responses (7)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now
Powered by EasyDiscuss for Joomla!