Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Fariz Iskandar Friend
    #166008

    Hello experts,

    I want to ask something difficult for me..
    how to add a block, position bellow top menu, this block for yahoo messenger status.
    please help ..

    many thanks.

    Regards,
    Fz.


    1. ask_Screen-shot-2011-07-07-at-1.26.30-AM
    khoand Friend
    #400378

    Hi,
    – You add this code into templatesja_mesolite_iilayoutsdefault.php

    <?php if( $this->countModules('customposition') ): ?>
    <div id="customposition" class="clearfix">
    <jdoc:include type="modules" name="customposition" style="JAxhtml" />
    </div>
    <?php endif ?>

    after

    <div id="ja-container" class="wrap <?php echo $this->getColumnWidth('cls_w'); ?>">
    – You set position of your module is customposition

    Fariz Iskandar Friend
    #401766

    could you more details..
    thanks..

    khoand Friend
    #402362

    <em>@fiskandar 253959 wrote:</em><blockquote>could you more details..
    thanks..</blockquote>
    I don’t understand what you mean. Do you solve it?

    Phill Moderator
    #402379

    Which part of that do you not understand?

    Using your ftp app download the file templatesja_mesolite_iilayoutsdefault.php then open it with a normal text editor such as notepad and find the line

    <div id="ja-container" class="wrap <?php echo $this->getColumnWidth('cls_w'); ?>">

    and straight after it add the code suggested above.

    <?php if( $this->countModules('customposition') ): ?>
    <div id="customposition" class="clearfix">
    <jdoc:include type="modules" name="customposition" style="JAxhtml" />
    </div>
    <?php endif ?>

    Then upload the resulting file over the existing one.

    Finally you go into the module manager and create a new module with your content and put it into the position “customposition”

    You will not see that position in the dropdown of the module manager, you simply type it in the box.

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

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

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