Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • rynek23 Friend
    #166923

    Hi everyone

    I would like to create new module position in JA Anion template. I wants to make then after user 5,6,7,8

    I read that i must edit index.php file and some another file, but i cant find them and etc.

    Can you help me? my site is under construction in address: http://mojezywienie.pl/nowa_wersja/

    best regards
    Rafal

    chavan Friend
    #404008

    Have a Look at this Guide

    http://wiki.joomlart.com/wiki/JA_Template_Framework/FAQs#Creating_new_module_positions

    Note: If you Find my Post useful please click on the Thanks Icon

    rynek23 Friend
    #404062

    i still dont understand how make new position… 🙁

    icemangs Friend
    #426098

    Hello,

    I’ve the same problem. I want create a new modul postion for page peel modul.
    If you want to have a nice PagePeel Banner on your website and you are not sure, how and where to place it, so that it appears on the top ight of your website browser screen, then here is the fix for it. If you open up the index.php file for the template and find this here:

    <!– BEGIN: HEADER –>
    <div id=”ja-headerwrap”>

    Above you add this here:
    <?php if ($this->countModules(‘pagepeel’)) : ?>
    <div>
    <jdoc:include type=”modules” name=”pagepeel” style=”raw” />
    </div>
    <?php endif; ?>

    Can you help me? What must i do?

    best regards
    icemangs

    rynek23 Friend
    #426352

    hi

    i make new positin.

    You only must edit 1 file in ftp :
    templtes/ja_anion/templateDetails.xml

    and and some new position to this:

    <positions>
    <position>hornav</position>
    <position>breadcrumbs</position>
    <position>search</position>
    <position>banner</position>
    <position>left</position>
    <position>right</position>
    <position>top</position>
    <position>topnav</position>
    <position>login</position>
    <position>content-top</position>
    <position>content-mass-top</position>
    <position>user1a</position>
    <position>user2a</position>
    <position>user3a</position>
    <position>user4a</position>
    <position>user5a</position>
    <position>user1</position>
    <position>user2</position>
    <position>user3</position>
    <position>user4</position>
    <position>user5</position>
    <position>user6</position>
    <position>user7</position>
    <position>user8</position>
    <position>user9</position>
    <position>user10</position>
    <position>user11</position>
    <position>footnav</position>
    <position>footer</position>
    <position>syndicate</position>
    <position>debug</position>
    </positions>

    in place wherewer you want: <position>new position</position>

    and than go to admin panel, to extensions, templates, and go to anion template and in layouts click action in deafult “change” you will see window with all positions, clone some position and add name as you add in templateDetails.xml

    in my site works perfect this way.
    sorry for bad english 😛

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

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

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