-
AuthorPosts
-
nsca Friend
nsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
December 28, 2015 at 2:21 pm #833229hello, 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 29, 2015 at 4:18 am #833780Hi,
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 Friendnsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
December 29, 2015 at 5:39 am #833795Cant see Ninja Lead Reply!
Looks like he answered but i see no reply.
nsca Friendnsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
December 29, 2015 at 1:16 pm #834005Hi,
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.
nsca Friendnsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
December 29, 2015 at 1:53 pm #834067Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 30, 2015 at 4:50 am #834531From 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
-
AuthorPosts
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
Jump to forum