-
AuthorPosts
-
April 8, 2007 at 10:01 pm #119594
Hello,
I am havimg problems creating two new positions for this template.
I want to create two module positions (one named tree1 and one named tree2)
These positions need to be nested above main content, below the header, and to the right of the sidebar. When I created them they did not load mods side by side but one over the other. When I preview the template inline with positions the modules are shown side by side.
Could someone post the correct code snippet and where it should go in the template???
Any help would be great. :confused:Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
April 9, 2007 at 4:56 am #217519This will depend how you put the HTML code for tree1 and tree 2 modules.
It will be useful if you can post your URL so that we can provide a solutionApril 9, 2007 at 11:17 am #217531Ok..I’ll make the url public. I am still working on the site (pretty ugly right now)
I made a position USER3 above mosets tree directory that I would still like to keep. Then the two mod positions below that.Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
April 9, 2007 at 4:48 pm #217545You will need to customize your index.php to load more modules positions under your user3 module
<div id="user3">
Google Ads goes here
</div>
You can use the following syntax to load user modules
<?php mosLoadModules ( 'user4',-2 ); ?>
<?php mosLoadModules ( 'user5',-2 ); ?>April 9, 2007 at 5:23 pm #217549Ok, but rather than stacked on top of each other I would like to get the modules Side by side.
user4 user5
not
user4
user5Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
April 9, 2007 at 6:02 pm #217550
<div id="user4">
<?php mosLoadModules ( 'user4',-2 ); ?>
</div><div id="user5">
<?php mosLoadModules ( 'user5',-2 ); ?>
</div>
This code insertion can give you the layout:
either
user4 user5
or
user4
user5depending on how you define the CSS for #user4 and #user5 in your CSS file
Your site has been heavily modified and I am not sure I can have a right solution for your problem. If you are not experienced with HTML and CSS coding, I should suggest getting the site outsourced to an Joomla freelancer at JoomLancersApril 9, 2007 at 11:42 pm #217568I wish I saw the Utiah ii template before hand, I t solved my problem, this version is much better!
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by Hung Dinh 17 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum