-
AuthorPosts
-
itsnexgen Friend
itsnexgen
- Join date:
- December 2009
- Posts:
- 133
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 43
- Thanked:
- 13 times in 1 posts
July 25, 2010 at 3:41 pm #152847Hi All,
Does anyone know how to to add module positions below frontpage contents?
I just want to list any module here beneath the frontpage contents.
Kindly help if you know.
Thanks..
KinoSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 27, 2010 at 8:55 am #350875Hello Kino!
At your case, you use the Content-bottom position http://wiki.joomlart.com/wiki/JA_Template_Framework/Guides, you ‘ll configure this as following:
Pls open the file templates/ja_rasite/layouts/default.php and find the following code:[PHP]
$positions = array (‘left1’ =>”,
‘left2’ =>”,
‘left-mass-top’ =>”,
‘left-mass-bottom’ =>”,
‘right1’ =>”,
‘right2′ =>’right’,
‘right-mass-top’ =>”,
‘right-mass-bottom’ =>”,
‘content-mass-top’ =>’content-mass’,
‘content-mass-bottom’ =>”,
‘content-top’ =>”,
‘content-bottom’ =>”,
‘inset1’ =>”,
‘inset2′ =>’left’
);
[/PHP]
replace:
[PHP]
$positions = array (‘left1’ =>”,
‘left2’ =>”,
‘left-mass-top’ =>”,
‘left-mass-bottom’ =>”,
‘right1’ =>”,
‘right2′ =>’right’,
‘right-mass-top’ =>”,
‘right-mass-bottom’ =>”,
‘content-mass-top’ =>’content-mass’,
‘content-mass-bottom’ =>”,
‘content-top’ =>”,
‘content-bottom’ =>’content-bot’,
‘inset1’ =>”,
‘inset2′ =>’left’
);
[/PHP]after done the site will have a new position named is “content-bot”, you ‘ll put your modules on there
Goodluck
itsnexgen Frienditsnexgen
- Join date:
- December 2009
- Posts:
- 133
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 43
- Thanked:
- 13 times in 1 posts
July 27, 2010 at 12:30 pm #350916Hi tienhc,
Sorry this didnt work for me..
Thanks..
charles99 Friendcharles99
- Join date:
- December 2008
- Posts:
- 314
- Downloads:
- 207
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 50 times in 6 posts
July 28, 2010 at 12:28 pm #351064try going with content-mass-bottom… And don’t forget to add the new module position to your template XML file also.. It will give you a new module position right over the Body and Left module position.
charles99 Friendcharles99
- Join date:
- December 2008
- Posts:
- 314
- Downloads:
- 207
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 50 times in 6 posts
July 28, 2010 at 12:45 pm #351066Made a mistake there, you want to place a module below the body and left position… Then Tienhc is right! Just try adding the new position to your template XML file.. You can also just write it in after you make the adjustment to the above file. Some times the new module position don’t show up and but you can still write in the position and it will appear on your template…
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by charles99 14 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum