- Posts: 3
- Thank you received: 0
Are you enjoying the extensions? Did you like the support? Help others decide.
Leave a reviewPlease Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
my template it's based on beez5 (bacase as you know i'm rookie ). i set it (Latest News Enhanced & Featured article) in 'position-12', but i don't know how can i change order...admin wrote: this all has to do with how your template is set up and where you put the module in that template.
Articles will show in the main content area.
so i should change (modify) template? f.e. add new position? Am I wrong?admin wrote: That is all I can tell you so far, I have no idea how your template is setup. In order to put the module under the articles, you'll have to put it in one of your template's available position, under the main content, if it is ever allowed by the template.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
<div id="main">
<?php if ($this->countModules('position-12')): ?>
<div id="top"><jdoc:include type="modules" name="position-12" />
</div>
<?php endif; ?>
<jdoc:include type="message" />
<jdoc:include type="component" />
</div><!-- end main -->
<div id="main">
<jdoc:include type="message" />
<jdoc:include type="component" />
<?php if ($this->countModules('position-12')): ?>
<div id="top"><jdoc:include type="modules" name="position-12" />
</div>
<?php endif; ?>
</div><!-- end main -->
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Simplify Your Web is not affiliated with or endorsed by The Joomla! Project™ or Open Source Matters.
The Joomla!® name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.