New Module and position

  • JTGlenn1
    Inactive member
  • Topic Author
  • Member
  • Member
More
14 years 2 months ago #7468 by JTGlenn1
I'm getting real close to having my design where I want it. Still trying to tweak it.

I'm tring to add a new module position. It looks like user1 is not used with DesignNow, so that's the one I'm tring to add.
I want to make user2 on the left with user1 just to the right of it starting around 250px over. Everything I do, the new module keeps showing up on the left side or way to the right.
I have included a screenshot to show what I'm tring to day.



This is from the section of the index.php where I added.

<div class="wrapper">
<div>
<?php if ($showuser2) { ?>
<div class="rotator_module">
<jdoc:include type="modules" name="user2" style="xhtml" />
</div>
<?php if ($showuser1) { ?>
<div class="user1_module">
<jdoc:include type="modules" name="user1" style="none" />
</div>
</div>
<?php } ?>
<div class="clr"></div>
<?php } ?>
Attachments:

Please Log in to join the conversation.

More
14 years 2 months ago #7480 by ivan.milic
Hi,
See from other template.
....
<?php } ?>
<div class="content_wrap">
<div class="content_pad">
<?php if ($showuser1) { ?>
<div class="module_inset">
<jdoc:include type="modules" name="user1" style="hot" />
</div>
<?php } ?>

<jdoc:include type="message" />
<jdoc:include type="component" />
....

User1 should be just before:

<jdoc:include type="message" />
<jdoc:include type="component" />

Please Log in to join the conversation.

  • JTGlenn1
    Inactive member
  • Topic Author
  • Member
  • Member
More
14 years 2 months ago #7588 by JTGlenn1
Thank you. I have learned so much about Joomla on this project.

Please Log in to join the conversation.

Time to create page: 0.154 seconds
Powered by Kunena Forum