Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • itsnexgen Friend
    #152847

    Hi 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..
    Kino

    Saguaros Moderator
    #350875

    Hello 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 Friend
    #350916

    Hi tienhc,

    Sorry this didnt work for me..

    Thanks..

    charles99 Friend
    #351064

    try 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 Friend
    #351066

    Made 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…

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  charles99 14 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum