-
AuthorPosts
-
dragonlord Friend
dragonlord
- Join date:
- January 2008
- Posts:
- 57
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 15 times in 1 posts
September 22, 2008 at 5:23 pm #133603In 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.com – http://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 Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 22, 2008 at 8:19 pm #271740Is it in your /templates/jarutile/index.php file…but not sure what you allowed to do in this anymore
mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
September 22, 2008 at 8:47 pm #271742can 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 FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 22, 2008 at 8:53 pm #271744Can I edit or remove JoomlArt Copyright?
PDFNote: 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 Frienddragonlord
- Join date:
- January 2008
- Posts:
- 57
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 15 times in 1 posts
September 22, 2008 at 9:21 pm #271746I 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 FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 23, 2008 at 5:42 am #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:)September 25, 2008 at 5:24 pm #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 Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 25, 2008 at 6:07 pm #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 😉
September 25, 2008 at 6:11 pm #272311Thanks 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 26, 2008 at 2:10 am #272377Hi
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 want1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
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