Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • xiondesigns Friend
    #155166

    Hi, i want to create a custom module style for the bottom block.:

    <block name=”botsl” type=”bottom” main-inner=”1″>user6,user7,user8,user9,user10</block>

    I have created a copy of modules.php (in local/themes/default/block/) and named it modulesbottom.php

    What should i do next?… Because i dont know.

    korb Friend
    #358474

    You want to have TWO bottom spotlights? Or you might want to have a new block under the bottom-spotlight?
    D

    xiondesigns Friend
    #358511

    Lets suppose i want a new one, with a different module styling.

    korb Friend
    #358615

    In that case you ca use this code


    <block name="your-spotlight-name" type="spotlight" main-inner="1">user11,user12,user13,user14,user15</block>

    Put this code into the layout you want, before or after the bottom spotlight (or where ever you want).

    Next, you will style this block using the rules


    #ja-your-spotlight-name {your styling goes here}
    #ja-your-spotlight-name .main {your styling goes here}

    Regards,
    Danny

    piratex Friend
    #360465

    <em>@korb 198049 wrote:</em><blockquote>In that case you ca use this code


    <block name="your-spotlight-name" type="spotlight" main-inner="1">user11,user12,user13,user14,user15</block>

    Put this code into the layout you want, before or after the bottom spotlight (or where ever you want).

    Next, you will style this block using the rules


    #ja-your-spotlight-name {your styling goes here}
    #ja-your-spotlight-name .main {your styling goes here}

    Regards,
    Danny</blockquote>

    Thank you for this post.

    You saved my life.:p

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

This topic contains 5 replies, has 3 voices, and was last updated by  piratex 13 years, 6 months ago.

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