Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Two modules in same position

  • Jordi Sorts Quintana
  • Jordi Sorts Quintana's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 8 months ago - 10 years 8 months ago #136864 by Jordi Sorts Quintana
Two modules in same position was created by Jordi Sorts Quintana
Hello,

I need to put two modules in the same position but one next to the other, how I can do this ?

Thanks for your answer !

Please Log in or Create an account to join the conversation.

  • Jordi Sorts Quintana
  • Jordi Sorts Quintana's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 8 months ago #136865 by Jordi Sorts Quintana
Replied by Jordi Sorts Quintana on topic Two modules in same position
Solved !!

I create two new module positions with six columns each (like footer), and solve that !

Thanks and sorry.

Please Log in or Create an account to join the conversation.

  • Athanasios Georgantas
  • Athanasios Georgantas's Avatar
  • Offline
  • New Member
More
10 years 5 months ago #136866 by Athanasios Georgantas
Replied by Athanasios Georgantas on topic Two modules in same position
Hello Jordi Sorts, hello all.

I want to create a new module position in “ nuMuzik_Slideshow “
(one next to the other)

Thanks all.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 5 months ago #136867 by Krikor Boghossian
Replied by Krikor Boghossian on topic Two modules in same position
Hello Thanasi,

Locate this block of code in your index.php
<?php if($this->countModules('nuMuzik_Slideshow')): ?>
<section class="slideShowArea six mobile-four column">
	<jdoc:include type="modules" name="nuMuzik_Slideshow" style="nu" />
</section>
<?php endif; ?>
and another block next to it
<?php if($this->countModules('nuMuzik_Slideshow')): ?>
<section class="slideShowArea six mobile-four column">
	<jdoc:include type="modules" name="nuMuzik_Slideshow" style="nu" />
</section>
<?php endif; ?>

<?php if($this->countModules('nuMuzik_YOUR_MOD_POSITION')): ?>
<section class="six mobile-four column">
	<jdoc:include type="modules" name="nuMuzik_YOUR_MOD_POSITION" style="nu" />
</section>
<?php endif; ?>

PS. In line 129
<?php if($this->countModules('nuMuzik_Slideshow or nuMuzik_TagMenu or nuMuzik_Below_Slideshow')): ?>

Add your new position as well like:
<?php if($this->countModules('nuMuzik_Slideshow or nuMuzik_TagMenu or nuMuzik_Below_Slideshow or nuMuzik_YOUR_MOD_POSITION')): ?>

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum