Hi, I’m new user of t3 and have an annual membership.
I follow the step you suggest to create new block and poisition.
It seems that i’m missing something.
I’m using t3 blank and try to create a masthead block and be able to create a module masshead. The extension masshead 2.6.1 is installed and i’m using the latest version of joomla.
I create a custome layout, then define blocks. So far works fine! Then I create my masthead.php with the following code from decor: <?php defined(‘_JEXEC’) or die; ?> <?php if ($this->countModules(‘masthead’)) : ?> <div class="container t3-masthead <?php $this->_c(‘masthead’) ?>"> <jdoc:include type="modules" name="<?php $this->_p(‘masthead’) ?>" /> <?php endif ?>
Then i added the following line in templatedetails.xml:
masthead
Then I added the following line in the layout I created earlier: <?php $this->loadBlock(‘masthead’) ?>
Then I create a module and assign the masthead position. But the text doesn’t show up.
Did I do something worng?