-
AuthorPosts
-
cgc0202 Friend
cgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
July 9, 2008 at 10:43 pm #130657Hello,
The footer.php in Joomla 1.0x is found in this way:
templates => ja_teline_ii => footer.php
I do not find it in the same location in Joomla 1.5x. Does anyone know where it is located?
Thanks.
Cornelio
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 10, 2008 at 4:37 am #258913Hi cgc0202 !
In teline ii for joomla 1.5 don’t use footer file . it is replaced by footer module . You open index.php file in templates/ja_teline_ii folder , find following code section at about line 285 :
<!-- BEGIN: FOOTER -->
<div id="ja-footerwrap" class="clearfix">
<div id="ja-footer">
<jdoc:include type="modules" name="user3" />
<jdoc:include type="modules" name="footer" />
<div class="ja-cert">
<jdoc:include type="modules" name="syndicate" />
</div>
</div>
</div>
<!-- END: FOOTER -->
red text is code for load footer module .
for change text in footer , you go open en-GB.mod_footer.ini file in languageen-GB folder then change text of it.cgc0202 Friendcgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
July 10, 2008 at 6:13 am #258922<em>@hainn84 65476 wrote:</em><blockquote>Hi cgc0202 !
In teline ii for joomla 1.5 don’t use footer file . it is replaced by footer module . You open index.php file in templates/ja_teline_ii folder , find following code section at about line 285 :
<!-- BEGIN: FOOTER -->
<div id="ja-footerwrap" class="clearfix">
<div id="ja-footer">
<jdoc:include type="modules" name="user3" />
<jdoc:include type="modules" name="footer" />
<div class="ja-cert">
<jdoc:include type="modules" name="syndicate" />
</div>
</div>
</div>
<!-- END: FOOTER -->
red text is code for load footer module .
for change text in footer , you go open en-GB.mod_footer.ini file in languageen-GB folder then change text of it.</blockquote>Thanks Hain,
I looked at my footer module, and it is empty.
What is the output coming from this?
<div class="ja-cert">
<jdoc:include type="modules" name="syndicate" />
</div>I have other questions,
FOOTER=Footer
FOOTER_LINE1=Copyright © 1999 - %date% %sitename%. All Rights Reserved.
FOOTER_LINE2=<a href="http://www.joomla.org">Joomla!</a> is Free Software released under the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU/GPL License.</a>
MOD_FOOTER=<em>mod_footer</em>
THIS MODULE SHOWS THE JOOMLA! COPYRIGHT INFORMATION=This Module shows the Joomla! Copyright information
How come. there is FOOTER_LINE2 text but it does not show in the Footer section?
There is no text above for e “Designed by Joomlart” but this shows in the Footer
So:
Where is the Designed by Joomlart?if including the footer as part of the index.php is more efficient way of doing it — improves speed, the I am all for it.
What exactly makes this better than the usual footer.php?
And, if that is the case, why not adopt the same scripting preference for the Joomla 1.0x version, especially if they share the same name. This is very confusing, especially if there are no detailed manuals that explains each feature and how they are accessed or modified.
Cornelio
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
cgc0202 Friendcgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
July 10, 2008 at 9:25 am #258967<em>@hainn84 65528 wrote:</em><blockquote>Hi cgc2002 !
You open default.php file in templatesja_teline_iihtmlmod_footer folder , this is file to overwrite to template of mod_footer module.</blockquote>Thanks Hainn,
This did the trick:
<?php // no direct access
defined('_JEXEC') or die('Restricted access'); ?>
<small><?php echo $lineone; ?> Designed by
<a href="http://www.joomlart.com/" title="Visit Joomlart.com!" target="blank">JoomlArt.com</a>.</small>
<!--<small><?php echo JText::_( 'FOOTER_LINE2' ); ?></small> -->
now I understand better why line 2 did not appear.
Please mark this solved.
Cornelio
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by cgc0202 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum