Wednesday, November 11, 2009

How to Remove, Delete or Hide RocketTheme Logo Image and Copyright at Footer in Joomla 1.5 Template

In RocketTheme Joomla 1.5 template (in this case, Akiraka RocketTheme Template) if you want to remove, delete or hide RocketTheme logo at footer, you can do that by change "Show Copyright Information" option to "No" in RocketTheme Template Parameters in Joomla Administrator Backend. But it will hide or remove the footer included the text: "(c) Copyright 2009, All Right Reserved".
So, you have to use default joomla footer module if you want the footer show in your site template (using joomla default footer module will show "Restore Default Setting" and "Return to Top image" too).
Here, I want to show you some tips n tricks that i know how to remove, delete or hide RocketTheme logo at footer but still want to use the RocketTheme's text footer.
Plese note that this is Just Sharing All The Things I Know.

There're 2 (two) files that need to edited in (rt_akiraka_j15) template folder:
1. index.php (remove RocketTheme logo)
2. en-GB.tpl_rt_akiraka_j15.ini (modify text: (c) Copyright 2009, All Right Reserved)

The Steps:

1. index.php

Open "index.php" file and look at line 417, i mean this line:
<a href="http://www.rockettheme.com/" title="<?php echo JText::_('ROCKETTHEME_JTC'); ?>" id="rocket" class="png"></a>

It up to you either just delete that line or make that as a comment, like this:
// <a href="http://www.rockettheme.com/" title="<?php echo JText::_('ROCKETTHEME_JTC'); ?>" id="rocket" class="png"></a>

Maybe you just want to change its logo to your logo (and link), it's up to you. (How about logo image dimension?)

We're half way to go.

2. en-GB.tpl_rt_akiraka_j15.ini

Now, open "en-GB.tpl_rt_akiraka_j15.ini" file.
Change, modify or remove the text after "=" sign.

This is what I did:

SLOGAN=Just Sharing All The Things I Know
TEXT_SIZE=Text Size
LOGIN=Login
LOGOUT=Logout
COPYRIGHT=Managed by Just Sharing All The Things I Know.
INC_FONT_SIZE=Increase Font Size
DEC_FONT_SIZE=Decrease Font Size
RETURN_TO_TOP=Return to Top
ROCKETTHEME_JTC=RocketTheme Joomla Templates Club

If you want to change "copyright" word with "managed by", you need to remove or delete "©" sign at line 419 in "index.php" file to remove the copyright sign.

Hope that's useful.

Sorry (again) for my english :P .
PLEASE, SUPPORT THIS BLOG BY ... [YOU-KNOW-WHAT-I-MEAN... :=) ]
Related Articles:
1. How to Change or Remove YOOtheme Copyright Link at Footer in Joomla 1.5 Template.
2. How to Remove or Delete Vinaora Visitors Counter Link.
3. How to Change or Remove "designed by JoomlArt.com" in Joomla 1.5 Template.
4. How to Change or Remove Youjoomla.com Copyright.

Sunday, November 1, 2009

How to Change or Remove Icetheme Logo, Dash Images and IceTheme Copyright in Joomla 1.5 Template Footer

Now let's we discussion about how to change or remove Icetheme Logo, Dash Images and IceTheme Copyright in Joomla 1.5 template footer. In this case, I used IceTheme ViewPoint Template.

Scissors and Dash Images

Scissors and dash images can removed by editing general.css file in Folder:
Templates -> it_(template_name) -> css -> general.css
Find ".wrapper" (without quotes) make some lines as comment.



Here's what i did:
.......

.wrapper_full { width:100%;margin:0 auto;}
/* .wrapper { width:840px; margin:0 auto;} */

.......

/* #copyright .wrapper {
background:url(../images/copyright_cut.png) no-repeat 100% 0;
padding-top:12px;} */

.......

#copyright .padding {
/* border-top-width:4px;
border-top-style:dashed; */
padding-top:18px;
margin:0 22px;
padding-bottom:20px;}

Or tried to customize it yourself.

IceTheme Logo

For IceTheme Logo in footer, i didn't use Template Manager -> Parameter Option in joomla 1.5 Backend because they will check if you have illegally disable this parameter (they said/claim in parameter tooltips). I don't know if what i did will "work". I just deleted this line in index.php file in "it_viewpoint" template folder:
<p id="icelogo"><a href="http://www.icetheme.com">
<img src="<?php echo $this->baseurl ?>/templates/<?php echo
$this->template ?>/images/icetheme.png" alt="<?php echo
JText::_("ICETHEMECOPY");?>" class="png" /></a></p>

I'm not an PHP Programmer :((
But I hope it still usefull.
Any Suggestion?

If you have purchased the template and the right to remove Icetheme Logo:
1. Go to Joomla Administrator Backend
2. Go to Extensions -> Template Manager
3. Click Icetheme Template Name to edit template
4. Scroll down until you find IceTheme Logo setting and set it to No.

Related Articles:
1. How to Change or Remove YOOtheme Copyright Link at Footer in Joomla 1.5 Template.
2. How to Remove or Delete Vinaora Visitors Counter Link.
3. How to Change or Remove "designed by JoomlArt.com" in Joomla 1.5 Template.
4. How to Change or Remove Youjoomla.com Copyright.

MyBlog Related Search

Custom Search