People, sometimes, in their joomla template don't want to display the copyright info or change it with their (information) texts/words. Each templates use different way to the footer module to show their copyright words. This time I try to see it on YouStorage template for YouJoomla.
Well, for who can't figure out where "the folder or file" is or when you can't find the link.php file like I describe in my "How to Change or Remove Youjoomla.com Copyright" post. Neither you can't find it in index.php template's file like I describe in my "How to Change or Remove Youjoomla.com Copyright: Case 2" post.
In this case I use Youstorage Youjoomla Template.
So here we go:
First I extract youstorage demo packet to "C:\wamp\www\justsharing" folder. And then after installation done, I go to this folder "C:\wamp\www\justsharing\templates\youstorage\yjsgcore". (Well, it's "a long journey" before I found the file at least.. ;-) )
In "yjsg_links.php" file I found what I need and want to.
Look at second last "echo" line, I delete this '.$yj_templatename.' (delete the "one quote" among it too), including the tag.
I change the link to youjoomla site, "title" attribute, and "Custom Design by..." words.
Hope this will help you all..
But Please Remember This is Just Sharing All The Things I Know .
Monday, June 20, 2011
Monday, September 6, 2010
How to Remove or Hide RocketTheme and Gantry Logo and Copyright at Footer in Joomla 1.5 Template (2): RT Juxta Case
Not like my other tips and tricks post at "How to Remove, Delete or Hide RocketTheme Logo Image and Copyright at Footer in Joomla 1.5 Template", for RocketTheme RT Juxta Joomla Template, we don't have to "hack" the file to remove, delete or hide "Designed By" and "Copyright" text. Just follow these steps (Just Sharing All The Things I Know):
From Joomla Backend Menu:
1. Extensions>Template Manager
2. Open rt_juxta_j15 template
3. On the "Features" :
I don't know if it'll do on others RocketTheme Joomla Templates.
Well, that's all, folks! :-)
From Joomla Backend Menu:
1. Extensions>Template Manager
2. Open rt_juxta_j15 template
3. On the "Features" :
- set "ROCKETTHEME BRANDING" to "OFF"
- set "COPYRIGHT" to "ON" and type in text area the words/texts you prefer to.
I don't know if it'll do on others RocketTheme Joomla Templates.
Well, that's all, folks! :-)
Labels:
copyright,
delete,
designed by,
hide,
joomla,
joomla 1.5,
joomla 1.5 template,
link,
logo,
post,
remove,
rockettheme,
template,
tips n tricks
Wednesday, September 1, 2010
How to Change or Remove "Designed by JoomlArt.com" in Joomla 1.5 Template (2)
At the bottom or footer on each joomla template that we use (in this case JA DROID template) have the sentence/phrase "Designed by JoomlArt.com". Because of one or more of the reasons we want to change or remove the phrase (do not change the original designer name with our name, it violates the Intellectual Property Rights).
For "Copyright" and "Joomla! is Free Software..." sentence, we can edit, change or remove it like we did on default template that distributed with Joomla packet. You can edit "en-GB.mod_footer.ini" file in this folder:
joomla_root_folder\language\en-GB.
But we can't change, edit or remove "Designed by Joomlart.com" with the tips or tricks that I have shared before (How to Change or Remove "designed by JoomlArt.com" in Joomla 1.5 Template). There's no "template\ja_ (name_of_the_template)\HTML\mod_footer\default.php" anymore.
In the Joomlart new template, in this case JA DROID, that "default.php" is moved to somewhere else folder.
It's painful searching... but at last I can find it and want to share it with you, but remember that this is Just Sharing All The Things I Know...
Well, enough with bla bla bla thing :) , now try to open "default.php" file in this folder:
joomla_root_folder\plugins\system\jat3\base-themes\default\html\mod_footer\default.php
Now it's up to you to....
PLEASE COMMENT, AND LET ME KNOW IF IT STILL WORKING OR NOT FOR THE NEW TEMPLATES
For "Copyright" and "Joomla! is Free Software..." sentence, we can edit, change or remove it like we did on default template that distributed with Joomla packet. You can edit "en-GB.mod_footer.ini" file in this folder:
joomla_root_folder\language\en-GB.
But we can't change, edit or remove "Designed by Joomlart.com" with the tips or tricks that I have shared before (How to Change or Remove "designed by JoomlArt.com" in Joomla 1.5 Template). There's no "template\ja_ (name_of_the_template)\HTML\mod_footer\default.php" anymore.
In the Joomlart new template, in this case JA DROID, that "default.php" is moved to somewhere else folder.
It's painful searching... but at last I can find it and want to share it with you, but remember that this is Just Sharing All The Things I Know...
Well, enough with bla bla bla thing :) , now try to open "default.php" file in this folder:
joomla_root_folder\plugins\system\jat3\base-themes\default\html\mod_footer\default.php
Now it's up to you to....
PLEASE COMMENT, AND LET ME KNOW IF IT STILL WORKING OR NOT FOR THE NEW TEMPLATES
Wednesday, January 27, 2010
How to Change, Remove, Delete or Hide Copyright Text of Quasar Joomla Template from Rockettheme
Thanks to hackerzlab for the idea/suggestion (challenge?) on his/her comment on my "How to Remove, Delete or Hide RocketTheme Logo Image and Copyright at Footer in Joomla 1.5 Template" post. His/her comments:
Well, I will straight to the point:
For example: my web folder when I installed Joomla is "justsharing" (I used wampserver). So the params.ini file is in : C:\wamp\www\justsharing\templates\rt_quasar_j15\
Open it with your text editor (if you don't have it, use Wordpad instead of Notepad. But why not use Notepad++ that it's free?).
Find this line:
copyright-text=Copyright 2010 RocketTheme, LLC
Change it to whatever text you prefer.
I changed it to:
copyright-text=Managed by Just Sharing.
Save the file and refresh your browser to see the result.
Open it with your text editor (if you don't have it, use Wordpad instead of Notepad. But why not use Notepad++ that it's free?).
Find this line:
<span class="copytext"><?php echo $this->get('text'); ?></span>
Delete that line. Yes, just delete that line. :-)
Save the file and refresh your browser to see the result.
Please comment/let me know if it works or if it does not works to you.
Well, That's all Just Sharing All The Things I Know but it works to me.
"how about this new challenge:Because of I'm not a Joomla Master or PHP Programmer, not every case I know the tricks/tips of . I will just show you all I know, in other words Just Sharing All The Things I Know about How to Change, Remove, Delete or Hide Copyright Text of Quasar Joomla 1.5 Template from Rockettheme. So please understand/forgive me if I couldn't help you or I used "a rough way" not "a clean way" of "program rule". ^_^
can't delete the copyright stuff from the new template: http://demo.rockettheme.com/free/quasar/ which is available for free."
Well, I will straight to the point:
1. How to Change the Copyright text.
Open the params.ini file in Quasar template folder.For example: my web folder when I installed Joomla is "justsharing" (I used wampserver). So the params.ini file is in : C:\wamp\www\justsharing\templates\rt_quasar_j15\
Open it with your text editor (if you don't have it, use Wordpad instead of Notepad. But why not use Notepad++ that it's free?).
Find this line:
copyright-text=Copyright 2010 RocketTheme, LLC
Change it to whatever text you prefer.
I changed it to:
copyright-text=Managed by Just Sharing.
Save the file and refresh your browser to see the result.
2. How to Remove, Delete or Hide the Copyright text.
Open the copyright.php file in "feature" subfolder of Quasar Template folder. For example: my web folder when I installed Joomla is "justsharing" (I used wampserver). So the copyright.php file is in: C:\wamp\www\justsharing\templates\rt_quasar_j15\features\Open it with your text editor (if you don't have it, use Wordpad instead of Notepad. But why not use Notepad++ that it's free?).
Find this line:
<span class="copytext"><?php echo $this->get('text'); ?></span>
Delete that line. Yes, just delete that line. :-)
Save the file and refresh your browser to see the result.
Please comment/let me know if it works or if it does not works to you.
Well, That's all Just Sharing All The Things I Know but it works to me.
Labels:
change,
copyright,
delete,
hide,
how to,
joomla,
joomla 1.5,
joomla 1.5 template,
post,
quasar,
remove,
rockettheme,
template,
tips n tricks
Saturday, January 16, 2010
How to Remove, Change or Delete "Designed by TemplatePlazza" in Joomla 1.5 Template
This article/post is a response to the request of the comment from dbayu in How to Remove or Delete Vinaora Visitors Counter Link article.
In this case (I named it: Case 1 - Resto Plazza Template, because it'll be different case with different template from TemplatePlazza... I guess... ^_^ ...)
Please Note that before we go, I want to tell you that this is Just Sharing All The Things I Know. And Please READ Their "Term Of Use".
Here's what I know:
After "a deep research".. ;-P .. WHOAAA!!!... there're some php file that need to be edited, those are:
- skeleton1.php
- skeleton2.php
- skeleton3.php
- skeleton4.php
- skeletondefault.php
- skeletonmobileandroid.php
- skeletonmobileblackberry.php
- skeletonmobiledefault.php
- skeletonmobileiphone.php
- skeletonmobileopera.php
- skeletonmobilepalm.php
- skeletonmobilewindows.php
We can find those files in (in this case, my localhost site's name is "justsharing"):
"C:\wamp\www\justsharing\templates\resto_plazza\skeletons\"
Find These:
<!-- ======= BLOCK FOOTERLEFT ======= -->
(in skeleton1.php until skeletondefault.php files)
..... AND .....
<!-- ======= BLOCK FOOTER ======= -->
(in skeletonmobileandroid.php until skeletonmobilewindows.php)
And Fine This Line:
Designed by <a href="http://www.templateplazza.com" target="_blank"><strong> TemplatePlazza</strong></a> - All Rights Reserved
I Changed It to:
Managed by <a href="http://adedarmawan.blogspot.com" target="_blank"><strong> jsatik</strong></a> - Just Sharing.
Now, it's up to you to...
PS:
You can change "logofooter.png" with yours if you want to.
I'm Not PHP Programmer. I just used my "instinct"... ^_^
WARNING!! This is for education purpose only...
In this case (I named it: Case 1 - Resto Plazza Template, because it'll be different case with different template from TemplatePlazza... I guess... ^_^ ...)
Please Note that before we go, I want to tell you that this is Just Sharing All The Things I Know. And Please READ Their "Term Of Use".
Here's what I know:
After "a deep research".. ;-P .. WHOAAA!!!... there're some php file that need to be edited, those are:
- skeleton1.php
- skeleton2.php
- skeleton3.php
- skeleton4.php
- skeletondefault.php
- skeletonmobileandroid.php
- skeletonmobileblackberry.php
- skeletonmobiledefault.php
- skeletonmobileiphone.php
- skeletonmobileopera.php
- skeletonmobilepalm.php
- skeletonmobilewindows.php
We can find those files in (in this case, my localhost site's name is "justsharing"):
"C:\wamp\www\justsharing\templates\resto_plazza\skeletons\"
Find These:
<!-- ======= BLOCK FOOTERLEFT ======= -->
(in skeleton1.php until skeletondefault.php files)
..... AND .....
<!-- ======= BLOCK FOOTER ======= -->
(in skeletonmobileandroid.php until skeletonmobilewindows.php)
And Fine This Line:
Designed by <a href="http://www.templateplazza.com" target="_blank"><strong> TemplatePlazza</strong></a> - All Rights Reserved
I Changed It to:
Managed by <a href="http://adedarmawan.blogspot.com" target="_blank"><strong> jsatik</strong></a> - Just Sharing.
Now, it's up to you to...
PS:
You can change "logofooter.png" with yours if you want to.
I'm Not PHP Programmer. I just used my "instinct"... ^_^
WARNING!! This is for education purpose only...
Labels:
change,
delete,
designed by,
how to,
joomla,
joomla 1.5,
joomla 1.5 template,
logo,
post,
remove,
templateplazza,
tips n tricks
Thursday, December 31, 2009
How to Change or Remove Youjoomla.com Copyright: Case 2
People, sometimes, in their joomla template don't want to display the copyright info or change it with their (information) texts/words. Well, for who can't figure out where "the folder or file" is or when you can't find the link.php file like I describe in my "How to Change or Remove Youjoomla.com Copyright" post. Try to find it in index.php template's file. In this case I used My Blog Youjoomla Template.
For example: when I first time extract joomla packet before installation process, I extracted it to "C:\wamp\www\justsharing" folder. And then after installation done, I install youjoomla template ("my blog" template from youjoomla). So the folder where index.php file is in "C:\wamp\www\justsharing\templates\myblog".
Now find: div class="copyright", here you can change or "remove" youjoomla.com copyright words.
UPDATE:
In Joomla 1.5 Backend go to Extensions > Template Manager > (click) MyBlog (on Template Name to open template's Details and Parameters).
Open/click "Edit HTML".
Find the tag: <div class="copyright">
Now you can edit the text and link in that tag as you need.
Hope it help you all.
For example: when I first time extract joomla packet before installation process, I extracted it to "C:\wamp\www\justsharing" folder. And then after installation done, I install youjoomla template ("my blog" template from youjoomla). So the folder where index.php file is in "C:\wamp\www\justsharing\templates\myblog".
Now find: div class="copyright", here you can change or "remove" youjoomla.com copyright words.
UPDATE:
In Joomla 1.5 Backend go to Extensions > Template Manager > (click) MyBlog (on Template Name to open template's Details and Parameters).
Open/click "Edit HTML".
Find the tag: <div class="copyright">
Now you can edit the text and link in that tag as you need.
Hope it help you all.
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:
<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.
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.
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.
Labels:
change,
copyright,
how to,
joomla,
joomla 1.5,
joomla 1.5 template,
link,
logo,
remove,
rockettheme,
tips n tricks
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.
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.
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.
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.
Labels:
change,
copyright,
how to,
icetheme,
joomla,
joomla 1.5,
joomla 1.5 template,
link,
logo,
remove,
tips n tricks
Friday, October 30, 2009
How to Change or Remove YOOtheme Copyright Link at Footer in Joomla 1.5 Template
Thanks to visit my blog (to my loyal visitor: we meet again). Sorry for my late post due to internet connection problem I got lately. So you want to know how to change or remove Yootheme copyright link at footer in Joomla 1.5 Template? So did I.
I have tried to search each file like I did to change or remove Youjoomla.com Copyright and designed by JoomlArt.com cases. Those two cases i solved by edited the php file related to each templates. In this case I feel like fooled (stupid me, but not dumb.. hehe). But don't worry my friends..
EUREKA!!! I Found it.
Before we go, I want to tell you that this is Just Sharing All The Things I Know. And please read this (part of YOOtheme "Terms of use"):
++++++++++++++++++++++++++++++++++++++++
2.4. Modifications
You are allowed to make any changes and modifications in the templates or products to suit your needs. It is not permitted to change or remove the copyright information in the source code. This includes the XML descriptor file and all PHP, JavaScript, HTML and CSS files distributed with our products. Of course, any visual copyrights, for example the copyrights in the template footer, can be removed.
However, you are not allowed to resale or redistribute these changes and modifications as GPL or other licenses. It is strictly prohibited to port YOOtheme templates and templates included in our extensions to other platforms and content management systems.
++++++++++++++++++++++++++++++++++++++++
Now... Here We Go Again and This is It:
1. Login to Joomla Administrator Backend;
2. Go to Extensions -> Module Manager;
3. Search the Footer Module (with the Type: mod_custom, not mod_footer)
4. Just open it and look at "Custom Output", there you'll find the words "Validates to XHTML 1.0 and CSS 3" and "Copyright (c) 2009 YOOtheme";
5. Now it's up to you to... :=) .
Thanks to my blog's loyalty visitors for always visiting my blog. (Sorry for my bad english.. :=) .. but hope you still can read between the line).
I have tried to search each file like I did to change or remove Youjoomla.com Copyright and designed by JoomlArt.com cases. Those two cases i solved by edited the php file related to each templates. In this case I feel like fooled (stupid me, but not dumb.. hehe). But don't worry my friends..
EUREKA!!! I Found it.
Before we go, I want to tell you that this is Just Sharing All The Things I Know. And please read this (part of YOOtheme "Terms of use"):
++++++++++++++++++++++++++++++++++++++++
2.4. Modifications
You are allowed to make any changes and modifications in the templates or products to suit your needs. It is not permitted to change or remove the copyright information in the source code. This includes the XML descriptor file and all PHP, JavaScript, HTML and CSS files distributed with our products. Of course, any visual copyrights, for example the copyrights in the template footer, can be removed.
However, you are not allowed to resale or redistribute these changes and modifications as GPL or other licenses. It is strictly prohibited to port YOOtheme templates and templates included in our extensions to other platforms and content management systems.
++++++++++++++++++++++++++++++++++++++++
Now... Here We Go Again and This is It:
1. Login to Joomla Administrator Backend;
2. Go to Extensions -> Module Manager;
3. Search the Footer Module (with the Type: mod_custom, not mod_footer)
4. Just open it and look at "Custom Output", there you'll find the words "Validates to XHTML 1.0 and CSS 3" and "Copyright (c) 2009 YOOtheme";
5. Now it's up to you to... :=) .
Thanks to my blog's loyalty visitors for always visiting my blog. (Sorry for my bad english.. :=) .. but hope you still can read between the line).
Labels:
blog,
change,
copyright,
how to,
joomla 1.5,
joomla 1.5 template,
link,
post,
problem,
remove,
tips n tricks,
yootheme
Thursday, October 15, 2009
How to Install Windows XP on Acer Aspire 4732z Laptop
A few days ago, my friend bought an Acer Aspire 4732z laptop, and then he asked me for help to install Windows XP on Acer Aspire 4732z Laptop. I received, with confidence, the laptop and his Windows XP Original CD. (This case is how to).
First, I set the bios (press the F2 key at boot), then I went into the Boot menu to determine the order of booting from the CD and I save it, then insert the Windows XP CD into the CD Drive and restart.
I follow the standard steps installation of Windows XP. The problem occured when loading windows for the installation, the blue screen appears (the term if the computer screen displays a blue screen, a sign that there is hardware conflict / no support).
I tried again until a couple of times, but remained the same result.
Then I tried to enter bios again, this time I tried to check the SATA mode. There was a choice of IDE and AHCI. AHCI mode selected by default. I try changing to IDE mode. Then I restart the laptop again, repeat the installation process.
Voilla...!! The Installation went smoothly like a charm.
Information from Acer Service Center that i got:
SATA AHCI mode is used for Windows VISTA. IDE mode is used for Windows XP.
Original version is in Indonesian can found in ekomath93 blog. Thanks to him.
First, I set the bios (press the F2 key at boot), then I went into the Boot menu to determine the order of booting from the CD and I save it, then insert the Windows XP CD into the CD Drive and restart.
I follow the standard steps installation of Windows XP. The problem occured when loading windows for the installation, the blue screen appears (the term if the computer screen displays a blue screen, a sign that there is hardware conflict / no support).
I tried again until a couple of times, but remained the same result.
Then I tried to enter bios again, this time I tried to check the SATA mode. There was a choice of IDE and AHCI. AHCI mode selected by default. I try changing to IDE mode. Then I restart the laptop again, repeat the installation process.
Voilla...!! The Installation went smoothly like a charm.
Information from Acer Service Center that i got:
SATA AHCI mode is used for Windows VISTA. IDE mode is used for Windows XP.
Original version is in Indonesian can found in ekomath93 blog. Thanks to him.
Labels:
acer,
blog,
change,
how to,
problem,
tips n tricks,
windows xp,
windows xp pro
Saturday, October 10, 2009
Can't Download File from Uploading.com with Firefox Browser
Have you tried to download file from uploading.com with firefox browser but the browser only show uploading site header and there is no link (link download location file) showed, so you can't download from their site.
It's because of Adblock Plus Addons if you have it with firefox. In other words, Firefox with Adblock Plus addons can't download from uploading.com. To solve this problem, here is the tips n tricks steps:
1. Click on little triangle next to ABP Icon at the upper left of firefox browser.
2. Make "Disable on uploading.com" or "Disable on this page only" selected.
3. Now we can open uploading.com page and download from their site without problem.
Earn Money from each Files you Share in uploading.com.
It's because of Adblock Plus Addons if you have it with firefox. In other words, Firefox with Adblock Plus addons can't download from uploading.com. To solve this problem, here is the tips n tricks steps:
1. Click on little triangle next to ABP Icon at the upper left of firefox browser.
2. Make "Disable on uploading.com" or "Disable on this page only" selected.
3. Now we can open uploading.com page and download from their site without problem.
Earn Money from each Files you Share in uploading.com.
Labels:
adblock plus,
addons,
browser,
download,
firefox,
link,
problem,
tips n tricks
Monday, October 5, 2009
How to Remove or Delete Vinaora Visitors Counter Link
Now i want to show you how to remove or delete vinaora visitors counter link ("visitors counter" link at the bottom module). This module shows you the number of your site's visitors. Oh, in this case i used vinaora visitors counter 1.7.3 joomla 1.5 module. And Note that this is Just Sharing All The Things I Know. Nothing else. So here we go... Vinaora visitors counter remove link :
1. Go to folder: modules\mod_vvisit_counter\tmpl\
2. Open or edit default.php file with text editor you favored. :)
3. Go to bottom line until you find these lines:
$html .= '<div style="text-align: center;"><a href="http://vina';
$html .= 'ora.com/joomla/vinaora-visitors-counter.html" target="_self" title="Vinaora Visit';
$html .= 'ors Counter '.VERSION_MODULE.' for Joomla!" style="border:0px none; text-decoration:none; ">';
$html .= 'Visitors Counter</a></div>';
$html .= '</div>';
4. Now just delete the first 4 lines ( yes, just delete :P )
5. DON'T DELETE THIS LINE : $html .= '</div>';
6. If you prefer not to delete, make it as comment by add // before the line, like this :
// $html .= '<div style="text-align: center;"><a href="http://vina';
// $html .= 'ora.com/joomla/vinaora-visitors-counter.html" target="_self" title="Vinaora Visit';
// $html .= 'ors Counter '.VERSION_MODULE.' for Joomla!" style="border:0px none; text-decoration:none; ">';
// $html .= 'Visitors Counter</a></div>';
$html .= '</div>';
7. Save the file and refresh the browser to see the result.
That's All.
PS: This Joomla 1.5 Module is under GPL License. Read Explained Article by Lawrence Rosen.
1. Go to folder: modules\mod_vvisit_counter\tmpl\
2. Open or edit default.php file with text editor you favored. :)
3. Go to bottom line until you find these lines:
$html .= '<div style="text-align: center;"><a href="http://vina';
$html .= 'ora.com/joomla/vinaora-visitors-counter.html" target="_self" title="Vinaora Visit';
$html .= 'ors Counter '.VERSION_MODULE.' for Joomla!" style="border:0px none; text-decoration:none; ">';
$html .= 'Visitors Counter</a></div>';
$html .= '</div>';
4. Now just delete the first 4 lines ( yes, just delete :P )
5. DON'T DELETE THIS LINE : $html .= '</div>';
6. If you prefer not to delete, make it as comment by add // before the line, like this :
// $html .= '<div style="text-align: center;"><a href="http://vina';
// $html .= 'ora.com/joomla/vinaora-visitors-counter.html" target="_self" title="Vinaora Visit';
// $html .= 'ors Counter '.VERSION_MODULE.' for Joomla!" style="border:0px none; text-decoration:none; ">';
// $html .= 'Visitors Counter</a></div>';
$html .= '</div>';
7. Save the file and refresh the browser to see the result.
That's All.
PS: This Joomla 1.5 Module is under GPL License. Read Explained Article by Lawrence Rosen.
Labels:
counter,
how to,
joomla,
joomla 1.5,
joomla 1.5 module,
link,
remove,
tips n tricks
Friday, September 11, 2009
How to disable hide remove blogger navbar navigation bar
Here is the tips n tricks how to disable hide remove blogger navbar navigation bar :
1. Sign in to your blogger account and click the layout button.
2. Next, click the edit html tab under the Layout tab
3. Add the css/html code below as specified in the picture below.
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
- OR -
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
2. Next, click the edit html tab under the Layout tab
3. Add the css/html code below as specified in the picture below.
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
- OR -
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}

4. Save the changes.
You can see now your blog without navbar (navigation bar). Note that this tips n' tricks only hides the navbar, it does not completely delete it. If you want it to appear again, just remove the code and save the change.
Hope it's usefull.
You can see now your blog without navbar (navigation bar). Note that this tips n' tricks only hides the navbar, it does not completely delete it. If you want it to appear again, just remove the code and save the change.
Hope it's usefull.
Friday, September 4, 2009
How to Translate Text to Binary/Hex/Base64/Dec/Char
Saw that some people started translating text to binary/hex/base64 etc in their comments or messages, in other side people who don't get it, curious How to Translate Text to Binary/Hex/Base64/Dec/Char, want to know the tips n tricks. So thought i would share this useful tools in site and quite complete encodes and decodes ASCII and ANSI text that helps translate fast.
Site: Translator Binary.
HAVE FUN! (01001000 01000001 01010110 01000101 00100000 01000110 01010101 01001110 00100001)
Site: Translator Binary.
HAVE FUN! (01001000 01000001 01010110 01000101 00100000 01000110 01010101 01001110 00100001)
Labels:
tips n tricks,
tools,
translator
Thursday, September 3, 2009
Microsoft Office Enterprise 2007 with SP2

Microsoft Office Enterprise 2007 with SP2 848 mb
Building on the strengths of Microsoft Office Professional Plus 2007, Microsoft Office Enterprise 2007 provides teams and organizations with the most comprehensive set of tools to collect and consolidate any type of information, find what they are looking for quickly, and easily share critical information with others across geographic or organizational boundaries, whether working online or offline. Included in Office Enterprise 2007 are Microsoft Office Groove 2007, which provides a rich and secure collaboration environment for teams to work together, regardless of location and with minimal IT support, and Microsoft Office OneNote 2007, which provides complete information management capabilities for any type of electronic content, helping information workers and project teams to deliver better results faster.
Download Location :
ziddu.com
Labels:
application,
download,
enterprise,
microsoft,
office,
ziddu.com
Wednesday, September 2, 2009
Blog Optimization
Google Blogger For Dummies (For Dummies (Computer/Tech))
Search engine optimization is the process of generating traffic through search engines. 80% -90% of visitors come from search engines so It become a necessity for websites. High Rankings mean more visitors. The same concept also applies to blogs. However, many owners of blogs are not aware of their potential to be more visible on the web. "I just updated from time to time and that's all". Given the large number of blogs online today, from personal blogs to corporate, all your efforts will only lose, if you do not do blog optimization.
Can blogs be optimized, too? of course. Should be done for the benefit of its readers and search engines. Although the process is very similar to the standard search engine optimization, it's a bit different. Here are some tips you can do to get started:
Search engine optimization is the process of generating traffic through search engines. 80% -90% of visitors come from search engines so It become a necessity for websites. High Rankings mean more visitors. The same concept also applies to blogs. However, many owners of blogs are not aware of their potential to be more visible on the web. "I just updated from time to time and that's all". Given the large number of blogs online today, from personal blogs to corporate, all your efforts will only lose, if you do not do blog optimization.
Can blogs be optimized, too? of course. Should be done for the benefit of its readers and search engines. Although the process is very similar to the standard search engine optimization, it's a bit different. Here are some tips you can do to get started:
Monday, August 31, 2009
DFX Audio Enhancer 9.107 Complete with Bonus Skins

DFX Audio Enhancer 9.107 Complete with Bonus Skins RAR 20.5 MB
.
Give your digital music files more vibrancy with DFX® Audio Enhancer. DFX enhances your music listening experience by improving the sound quality of MP3, Windows Media, Internet radio and other music files. With DFX you can transform the sound of your PC into that of an expensive stereo system placed in a perfectly designed listening environment. Renew stereo depth, boost your audio levels and produce a deep, rich bass sound.
Download Location :
Download DFX Audio Enhancer on ziddu.com
Download DFX Audio Enhancer on uploading.com
Lynda.com Word 2007 Formatting Long Documents
Lynda.com Word 2007 Formatting Long Documents David Rivers 3/5/2009
Duration: 4:42 Hours Lynda.com English ISO in RAR 175 MB
.
Whether it’s a short story, a product catalog, a technical manual, or a business report, every document needs a compelling format. Although the content and the length may differ, long documents have similar formatting challenges. In Word 2007: Formatting Long Documents, David Rivers uses his 20 years of training expertise to demonstrate efficient methods of formatting entire documents and making changes to specific sections and pages. He covers the details of how to use field codes and building blocks to streamline the workflow, and shares best practices for producing printed documents with a professional look. Exercise files accompany the course.
Download Location:
ziddu.com
Saturday, August 29, 2009
Flash MX Games: ActionScript for Artists

Flash MX Games: ActionScript for Artists
Publisher: Focal Press ISBN: 0240519035 edition 2004 PDF 455 pages 13,55 mb
"The examples and explanations are clear and thorough... Nik does a good job of keeping the pace upbeat and making the reader feel involved... for those people who are interested in how to make games and how to improve their coding, it is a worthwhile investment." Adam Tracksler, CreativeCow.net
"Superbly written throughout, this is the Flash MX book that all aspiring game designers have been waiting for... the author effortlessly explains the intricate detail of the ActionScript language." Computer Arts magazine, 5/5
Download Location : ziddu.com -
Friday, August 28, 2009
JoomlaPraise Simple Shop Remix Joomla Template
JoomlaPraise Simple Shop Remix Joomla Template
Simple Joomla! Ecommerce Template
Simple Shop Remix is the easiest cart in Joomla! Simple Shop Remix combines the best features of Joomla! and the simple shopping cart Foxycart!
This template was remixed from JoomlaBamboo's Simple Shop template.
Features:
* Awesome Inspiration from JoomlaBamboo
* Remixed from JoomlaBamboo
* Integrate with Foxycart
* Harness the simplicity and power of Foxycart using the free Foxycart Joomla! Integrator from JoomExtend
* 11 Module Positions
* Module Positions to suit your needs.
* Custom Width
* Make your site your way with a custom width parameter. Choose a pixel (px) value or percentage (%).
* 1, 2, or 3 Columns
* Quickly change from Left/Right, 2 Left, or 2 Right columns.
* Choose Font Family for Body & Headings
* Choose from Arial, Times New Roman, Georgia, and Courier New.
* Custom Font, Link, and Link Hover colors
* You choose the colors of the body font color and/or link and link hover colors.
Labels:
download,
joomla,
joomla 1.5,
joomla 1.5 template,
ziddu.com
Subscribe to:
Posts (Atom)
MyBlog Related Search
Custom Search
