- Posts: 135
- Thank you received: 0
Position right2 - what ist it?
-
Antiquar
Inactive member -
Topic Author
- Member
-
Less
More
11 years 1 month ago #35557
by Antiquar
Position right2 - what ist it? was created by Antiquar
Hi,in backend/modules I find a "Second right" and a "Who's online" Module on Position RIGHT2. If I publish the modules for all pages I can't see them on frontend? Where can I find or see them? Regards Helmer
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #35561
by ivan.milic
Replied by ivan.milic on topic Position right2 - what ist it?
Actually right2 is not included in layout, see layout map:
demo.hotjoomlatemplates.com/blocks/index.php/module-positions
demo.hotjoomlatemplates.com/blocks/index.php/module-positions
Please Log in to join the conversation.
-
Antiquar
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 135
- Thank you received: 0
11 years 1 month ago #35563
by Antiquar
Replied by Antiquar on topic Position right2 - what ist it?
Yes, that's what recognized at one. But I thought I could activate right sidebar or right2 one way or another. If not, it's ok. Regards Helmer
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #35574
by ivan.milic
Replied by ivan.milic on topic Position right2 - what ist it?
you can put it but I dough it will behave right without bigger modifications.
In index.php of template
<?php if($showright) { ?><div class="right_column"><jdoc:include type="modules" name="right" style="xhtml" /></div><?php } ?>
cahnge to:
<div class="right_column">
<?php if($showright) { ?><div class="right_column_column"><jdoc:include type="modules" name="right" style="xhtml" /></div><?php } ?>
<div class="right_column_column"><jdoc:include type="modules" name="right2" style="xhtml" /></div>
</div>
In index.php of template
<?php if($showright) { ?><div class="right_column"><jdoc:include type="modules" name="right" style="xhtml" /></div><?php } ?>
cahnge to:
<div class="right_column">
<?php if($showright) { ?><div class="right_column_column"><jdoc:include type="modules" name="right" style="xhtml" /></div><?php } ?>
<div class="right_column_column"><jdoc:include type="modules" name="right2" style="xhtml" /></div>
</div>
Please Log in to join the conversation.
Time to create page: 0.171 seconds