-
AuthorPosts
-
victortopper Friend
victortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
October 3, 2014 at 9:22 am #201801hello,
The new template ja_telineiv to change compared to the old version. The files are no longer in one place. I am making changes and I am writing to you to find the files to modify because they have changed location to the new template.
thank youfirst picture
1) Changing the date and updated in French
2) Addition of Module at the designated location
3) Change in French2nd picture
1) Adding module to the designated location
2) Replace ja Teline iv J2.5 by name Journalmwinda
3) Put the logo of my diary
I have the right to change copyrigth footer-
Eragon H Friend
Eragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
October 6, 2014 at 4:45 am #5519161. You did it
2. Add this below code at the line 50 of the file root/templates/ja_teline_iv_t3/tpls/blocks/mainbody.php : http://prntscr.com/4thu3j
<!-- adding customized position -->
<div class="span12">
<?php if ($this->countModules('customzied-1')) : ?>
<div class="customzied-position<?php $this->_c('customzied-1')?>">
<jdoc:include type="modules" name="<?php $this->_p('customzied-1') ?>" style="T3Xhtml" />
</div>
<?php endif; ?>
</div>
<!-- adding customized position -->Add this code at the 97 of the file root/templates/ja-teline_iv_t3/templateDetails.xml : http://prntscr.com/4thuep
<position>customzied-1</position>
3. Change the texts “of”, “Next” and “Prev” at the line 86 of the file root/templates/ja-teline_iv_t3/html/mod_janews_featured/default/blog.php
<span class="box-counter"><span
class="counter">1</span> <?php echo JText::_('of') ?> <?php echo min($bigitems, count($rows)) ?></span>
<a href="javascript:void(0)" class="ja-zinfp-links-actions-next next">
<span><?php echo JText::_('Next') ?></span>
</a>
<a href="javascript:void(0)" class="ja-zinfp-links-actions-prev prev">
<span><?php echo JText::_('Prev') ?></span>
</a>4. You can use the module position “home1-1”, “home1-2”, “home1-3” and “home1-4” : http://prntscr.com/4thutq
5. You did it
6. You can change the logo by
a. Copy your logo file (i.e: logo-diary.png) to the folder root/templates/ja-teline_iv_t3/images/
b. Add this below code to the file root/templates/ja-teline_iv_t3/css/custom.css (create a new one if unavailable)
.t3-logo-light {
background-image: url("../images/logo-diary.png") !important;
}victortopper Friendvictortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
October 7, 2014 at 6:09 am #552065I added the code on line 50 of “mainbody.php” file and the line “<position> customzied-1 </ location>” on the “templateDetails.xml” file this “customzied-1” position that has become ja that will give the new module installed? Or this location has a name in the struture template?
Eragon H FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
October 7, 2014 at 6:33 am #552070After adding the above code, you will have a module position named customized-1 for the Home layout: http://prntscr.com/4ttdbt
Then you can assign module to that position: http://prntscr.com/4ttf2p
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Eragon H 10 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum