Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • robertpolson Friend
    #147669

    Hello, can you please tell me how do I add a simple text such as:

    Copyright 2010 My Name to the bottom of my site ? http://www.staroversky.com

    Is it worth it and if yes, how do I add Creative Commons banner at the bottom of my site ?

    ps5t0ck5 Friend
    #329327

    Copyright is normally in the footer – have you disabled it?

    robertpolson Friend
    #329331

    The problem is that I am using an altered version of JA_Purity_II – blue color with some other changed. I did not do the changes myself. I got the template from this forum.

    I was looking all over the place and can’t find the proper footer in the template.ccs and html file.

    Where do I look exactly and how will it look?

    rikh Friend
    #329600

    Just try to add it to the /templates/ja_purity_ii/layouts/blocks/footer.php
    Like

    <p>Copyright 2010 My Name to the bottom of my site <a href="www.staroversky.com"></a> </p>
    for example

    jaybrd1 Friend
    #329634

    you can do as above, or you can re-instate the original which means you need to:

    In footer.php, put back the code:
    <div class=”inner”>
    <div class=”ja-copyright”>
    <jdoc:include type=”modules” name=”footer” />
    </div>
    </div>

    Ensure that the footer module is enabled

    You can edit the original copyright by going to:
    templates/ja_purity_ii/html/mod_footer/default.php

    Original:
    <small><?php echo $lineone; ?> Designed by <a href=”http://www.joomlart.com/” title=”Visit Joomlart.com!”>JoomlArt.com</a>.</small>
    <small><?php echo JText::_( ‘FOOTER_LINE2’ ); ?></small>

    Modified

    <small><?php echo $lineone; ?> </small>

    The above line automatically puts whatever name you put as your website name.

    You can see the result at the link in my signature.

    Hope this helps.

    robertpolson Friend
    #330353

    The first solution worked well:

    <p>Copyright 2010 My Name to the bottom of my site <a href=”www.staroversky.com”></a> </p>

    Have not tried the last one.

    Thank you !

    myuption Friend
    #351115

    And where do you edit what LINE2 says?

    <small><?php echo JText::_( ‘FOOTER_LINE2’ ); ?></small>

    Thanks

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

This topic contains 7 replies, has 5 voices, and was last updated by  myuption 14 years, 3 months ago.

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