Showing posts with label post. Show all posts
Showing posts with label post. Show all posts

Monday, June 20, 2011

How to Change or Remove Youjoomla.com Copyright: Case 3, YouStorage

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, 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" :
  • 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! :-)

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:
"how about this new challenge:
can't delete the copyright stuff from the new template: http://demo.rockettheme.com/free/quasar/ which is available for free."
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". ^_^
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.

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...

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.

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).

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:

Thursday, April 30, 2009

SEO Tips n Tricks to Increase Search Engine Ranking

These are some SEO Tips n Tricks to Increase Search Engine Ranking for our blog:
1. Use keyword or keyword phrase in our blog post titles.
2. Use keyword or keyword phrase within the first paragraph of our blog post.
3. Use keyword or keyword phrase as hyperlinks within our blog posts.
4. Use heading tags and include our keywords within them.
5. Use our keyword or keyword phrase around links in our posts.
6. Use our keyword or keyword phrase to name images used in our posts.
7. Include our keyword phrase in our blog’s URL.
8. Ask for incoming links from similar sites.
9. Use variations of our keyword or keyword phrase.
10. Intralink our blog posts.
11. Post frequently.
12. Comment on other blogs and in online forums and groups.
13. Build relationships.
14. Write useful content.
(Summary in part of Google Blogger for Dummies E-book)

See my related posts:
Introduction to Blog.
Blog Optimization.
Considering Your Options Before You Write Blog Posts!

Friday, February 6, 2009

How to Change or Remove Youjoomla.com Copyright

In my other post, we discussed how to change or remove designed by JoomlArt.com in Joomla 1.5 template. Now I'll show you trick how to change or delete YouJoomla footer (do not change the original designer name with our name, it violates the Intellectual Property Rights).

This is just sharing all the things i know, please don't use this if you don't have "Template Copyright removal" right, related to this (from the youjoomla faq):

+++++++++++++++++++++++++++++++++++++++
Can I remove Youjoomla.com Copyright ?

Note: This is valid for all new memberships and products purchased and released after Dec 31st 2008 . This rule does not apply to memberships and products purchased and released before Dec 31st 2008.

All copyright notices in extensions must remain in tact!

Template Copyright removal can be purchased here for additional $35.00 per domain.

Developer membership:

Club Members who own Developer Membership can remove the templates copyright and reference "Designed by YourCompany" or "Powered by YourCompany".
+++++++++++++++++++++++++++++++++++++++

The file we have to edit is like JoomlArt's, not in the "real" location.
The location of the phrase "Copyright ... YouJoomla.com" is in the folder / file:
templates> you_(name_of_the_template)> links.php
Open it with the text editor we favored :p . Now it's up to you whether it replaced (for example: "Managed by ..."," Powered by ... ") or just deleted.

If you want to quote or re-publish this article: ASK PERMISSION Before You Copy Anything. And it would be wise, if you mention/write this article source.

PLEASE COMMENT, SO I WILL KNOW IF IT STILL WORKING OR NOT FOR NEW TEMPLATES

Friday, December 5, 2008

Considering Your Options Before You Write Blog Posts

Writing blog posts can be as simple or as complex as you want it to be, depending on your goals for your blog. If you write a blog for fun with no long-term goals for driving traffic or making money from your blog, writing blog posts requires little more than translating the thoughts in your head to your keyboard and then online. However, if you want to grow your blog and monetize it, you need to consider several issues before you write and publish content on your blog. Determine your short- and long-term goals for your blog to identify how to apply the following considerations to your writing.

Using different formats for your blog posts
A blog post can be just a few sentences or many paragraphs. Some blog posts include an image and no text, whereas others might contain a complete tutorial or an online lesson teaching readers how to accomplish a task. Think about your audience (or at least the audience you want to have read your blog content) as you write your blog posts and create content that would appeal to them. The variety of blog posts in the following list gives you a starting place to help write your own blog posts.
  • Current events: Write about something you heard about in the news.
  • How-to or tutorials: Share your expertise in your blog topic by writing a tutorial or instructions to help your readers accomplish a task or an activity.
  • Interviews: Contact a prominent person who works in a field related to your blog topic and interview her for a blog post.
  • Link love: Find interesting blog posts across the blogosphere that are related to your blog topic and publish a post that provides links to those posts to help your readers find new blogs and to help you connect with other bloggers.
  • Lists: Write your top five tips or suggestions or your top ten must-have products to help your blog readers. Alternatively, write a list of don’ts or a similar list of warnings.
  • Opinion: Write a post that simply provides your opinion on an issue or event.
  • Photos: Post a photo related to your blog topic.
  • Polls: Ask your readers for their opinions by publishing a blog post that includes a poll or survey.
  • Reviews: Write a review of a product, an event, a book, or anything else related to your blog topic.
Coming up with titles
The first thing visitors to your blog will notice about your blog posts are the titles of those posts. With that in mind, you should consider a few issues as you compose the title for each of your posts. Write titles that
  • Arouse your readers’ curiosity: Just like an advertising headline, your post title should lure readers in and entice them to want to read further.
  • Are relevant to your readers: Web surfers are busy and have little time to read deeply on any page to find content that matters to them. Write headlines that are easy to understand, and make sure the post delivers the content that the title suggests.
  • Include searchable keywords: Search engines value blog post titles strongly in terms of prioritizing your content for keyword searches. Be certain to include important keywords in your post titles.
Considering search engine optimization
If you want to grow your blog by attracting new visitors, you should write blog posts with search engine optimization in mind. Search engines such as Google and Yahoo! love blogs simply because the content is updated frequently. With each new blog post comes a new entry point and a new way for a search engine to find your content. Take some time to research keywords that are relevant to your blog topic, and then use those keywords in your blog posts and titles. Each blog post you write should be optimized for a specific keyword phrase, and all your keywords should be relevant to your overall blog topic. If you’re serious about growing your blog, invest time and effort into finding out how to write for the Web with an eye toward search engine optimization.
(Summary in part of Google Blogger for Dummies E-book)

See my related posts:
Blog Optimization.
Introduction to Blog.
Want to know SEO Tips n Trick to Increase Search Engine Ranking?

MyBlog Related Search

Custom Search