test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • nsca Friend
    #833229

    hello, in there is an "article-bottom" position in TelineIV that is in the bottom on each article, usually used for FB comments or related articles.

    I have to add the same position (at the bottom of the mainbody) to Directory template. That it is possible?

    Thank you in advance!

    Ninja Lead Moderator
    #833780

    Hi,

    I tried to check on JA Teline IV template but I could not find article-bottom position as you mentioned above.

    About the add new position from our template you can have a look at for more detail the documentation here: http://t3-framework.org/documentation/bs3-layout-system#add-position

    Regards

    nsca Friend
    #833795

    Cant see Ninja Lead Reply!

    Looks like he answered but i see no reply.

    nsca Friend
    #834005

    Hi,

    I tried to check on JA Teline IV template but I could not find article-bottom position as you mentioned above.

    About the add new position from our template you can have a look at for more detail the documentation here: http://t3-framework.org/documentation/bs3-layout-system#add-position

    Regards

    Hi Ninja, I checked your link. My problem is put the new position in the right place (in the article bottom in this case) your link shows how to add a new position in a sidebar, I want it in the bottom of the article space -in the same "block"

    This is article-bottom, its not by default, I found it in the forum.


    1. tematicos-0014
    nsca Friend
    #834067

    Im attaching a picture of what im looking for.


    1. layout
    Ninja Lead Moderator
    #834531

    From the screenshot above, I guess your site uses default-content-left layout, if yes, you can apply the same my tweak below

    • Open templates/ja_directory/tpls/blocks/mainbody.php file and define new position, see my screenshot

    • Open templates/ja_directory/tpls/blocks/mainbody/one-sidebar-right.php file, do it as my screenshot
    <?php if ($vars['new_position']) : ?>
        <!-- new_position -->
        <div class="<?php $this->_c($vars['new_position']) ?>">
            <jdoc:include type="modules" name="<?php $this->_p($vars['new_position']) ?>" style="T3Xhtml" />
        </div>
        <!-- //new_position -->
    <?php endif ?>

    You can apply the same with other layouts: one-sidebar-left, two-sidebar-left, …

    Hope it helps


    1. Screen-Shot-2015-12-30-at-11.44.20
    2. Screen-Shot-2015-12-30-at-11.46.57
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 11 months ago.

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