Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • dragonlord Friend
    #133603

    In the footer position of JA Rutile is following Copyright Information:

    “Copyright © 2008 Rutile. All Rights Reserved. Designed by Joomlart.com”

    I have find out the default.php file in “templates/jarutile/html/mod_footer/default.php”

    This is in the default.php:

    <?php // no direct access
    /*————————————————————————
    # JA Rutile for Joomla 1.5 – Version 1.0 – Licence Owner JA96724
    # ————————————————————————
    # Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license – Copyrighted Commercial Software
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.comhttp://www.joomlancers.com
    # This file may not be redistributed in whole or significant part.
    ————————————————————————-*/
    defined(‘_JEXEC’) or die(‘Restricted access’); ?>
    <small><?php echo $lineone; ?> Designed by
    <a href=”http://www.veggie.de/” title=”Visit Veggie.de!” target=”blank”>Veggie.de</a>.</small>
    <!–<small><?php echo JText::_( ‘FOOTER_LINE2’ ); ?></small> –>

    There i could only modify the “Designed by xyz” part, but where can i modify the

    “Copyright © 2008 Rutile. All Rights Reserved”

    I don’t want to remove the footer (then i would have only to unpublish the module in the backend), i want to modify it to my Website.

    mfcphil Friend
    #271740

    Is it in your /templates/jarutile/index.php file…but not sure what you allowed to do in this anymore

    mj1256 Friend
    #271742

    can somebody verify this, if this is the case, it renders all of the new templates UNUSABLE

    i cannot give credits to a third party provider on my clients sites

    I thought this was taken care of

    Menalto Friend
    #271744

    Can I edit or remove JoomlArt Copyright?
    PDF

    Note: This restriction is applied to new memberships purchased on JoomlArt from 16 Sept 2008 only. All templates under memberships purchased before this date are not subject to this restriction.

    You can remove JA copyright information in header, footer or xml file with condition that you purchase Copyright Removal feature (USD40) which is separated from your JATC Standard membership fee. Our copyright information in other files must be kept unchanged and you are not allowed to claim “Designed by You”.

    It still says this in the FAQ.

    dragonlord Friend
    #271746

    I have purchased my membership before 16th September (exactly 9 January 2008), so i am allowed to modify the Copyright to my needs, except the “designed from” part, which i am only allowed to delete but not to modify in this way “designed by dragonlord”

    All i want is to have a copyright footer like this:

    Copyright 2008 mywebsite.com, all rights reserved

    and i am allowed to do so, because i am a club member before 16th September 2009

    Menalto Friend
    #271801

    <em>@dragonlord 81397 wrote:</em><blockquote>I have purchased my membership before 16th September (exactly 9 January 2008), so i am allowed to modify the Copyright to my needs, except the “designed from” part, which i am only allowed to delete but not to modify in this way “designed by dragonlord”

    All i want is to have a copyright footer like this:

    Copyright 2008 mywebsite.com, all rights reserved

    and i am allowed to do so, because i am a club member before 16th September 2009</blockquote>
    I forgot to quote the post from mj1256, it was his post i gave an answer to:)

    guidinglight Friend
    #272301

    <em>@dragonlord 81397 wrote:</em><blockquote>All i want is to have a copyright footer like this:

    Copyright 2008 mywebsite.com, all rights reserved

    and i am allowed to do so, because i am a club member before 16th September 2009</blockquote>

    I want to ask how is that done. I am also a member before the 16th of September.

    I tried looking to find where to edit the footer but no luck.

    Thanks in advance.

    mfcphil Friend
    #272308

    <em>@guidinglight 82084 wrote:</em><blockquote>I want to ask how is that done. I am also a member before the 16th of September.

    I tried looking to find where to edit the footer but no luck.

    Thanks in advance.</blockquote>

    Look in
    (templatesyour template namehtmlmod_footer folder)

    <small><?php echo $lineone; ?> Designed by <a href="http://www.joomlart.com/" title="Visit Joomlart.com!" target="blank">JoomlArt.com</a>.</small>

    hope this helps 😉

    guidinglight Friend
    #272311

    Thanks mfcphil.

    I was looking on how to change the part which says “Copyright 2008 mywebsite.com, all rights reserved”

    Do you know how to do that?

    Thanks in advance.

    Sherlock Friend
    #272377

    Hi
    You open default.php(temlates/ja_rutile/html/mod_footer folder)
    That line is :

    <?php echo $lineone; ?>
    you can read mod_footer.php(modulesmod_footer folder):

    if (JString::strpos(JText :: _('FOOTER_LINE1'), '%date%')) {
    $line1 = ereg_replace('%date%', $cur_year, JText :: _('FOOTER_LINE1'));
    } else {
    $line1 = JText :: _('FOOTER_LINE1');
    }

    if (JString::strpos($line1, '%sitename%')) {
    $lineone = ereg_replace('%sitename%', $csite_name, $line1);
    } else {
    $lineone = $line1;
    }

    And you can change at en-GB.mod_footer.ini(languageen-GB folder)
    search that line:

    FOOTER_LINE1=Copyright © %date% %sitename%. All Rights Reserved.
    You can change as you want

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

This topic contains 10 replies, has 6 voices, and was last updated by  Sherlock 16 years, 2 months ago.

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