-
AuthorPosts
-
February 8, 2007 at 7:25 pm #118709
I would like to put new module ( like a USER 5) in the right side of the page …
Is it possible and how to do this…
thank youkallan Friendkallan
- Join date:
- August 2006
- Posts:
- 349
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 22
- Thanked:
- 35 times in 1 posts
February 9, 2007 at 2:06 am #214310Do you want to publish another module to the right or do you want to create a new module position (user5) on the right?
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
February 9, 2007 at 4:23 am #214323Why don’t you publish those modules to position right?
February 10, 2007 at 9:49 pm #214419<em>@cactour2 7754 wrote:</em><blockquote>I would like to put new module ( like a USER 5) in the right side of the page …
Is it possible and how to do this…
thank you</blockquote>Change this code in index.php:
<?php if ($ja_right) { ?>
<!– BEGIN: RIGHT COLUMN –>
<div id=”ja-rightcol”>
<?php echo
mosLoadModules ( ‘right’,-3 );
?>
</div>
<br />
<!– END: RIGHT COLUMN –>
<?php } ?>to the following:
<?php if ($ja_right) { ?>
<!– BEGIN: RIGHT COLUMN –>
<div id=”ja-rightcol”>
<?php echo
mosLoadModules ( ‘right’,-3 );
?>
<?php if( mosCountModules(‘user5’) ) { ?>
<?php mosLoadModules(‘user5’, -3); ?>
<?php } ?>
</div>
<br />
<!– END: RIGHT COLUMN –>
<?php } ?>This will add user5 module position after module position right in the right hand column. If you don’t have anything published in module position user5 it will not get loaded.
Good luck.
February 13, 2007 at 3:36 am #214532Thank you very much for your detailled answers…
I ‘m ofently out of the web mastering part, so I take some times to answer … But I apreciate a lot yours helps …
I’am going to try … Evrything and be back to you guysSo far I realized that it is a harder question … Putting a second column on the right of the screen with it’s own modules …
I feel it is very inside of the templates … but if some one know the code … Would be really cool and I can published my new web site… I give your the adress -
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by cactour2 17 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum