Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • cgc0202 Friend
    #130657

    Hello,

    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 Friend
    #258913

    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.

    cgc0202 Friend
    #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 Friend
    #258959

    Hi cgc2002 !
    You open default.php file in templatesja_teline_iihtmlmod_footer folder , this is file to overwrite to template of mod_footer module.

    cgc0202 Friend
    #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

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

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