-
AuthorPosts
-
May 2, 2008 at 4:06 am #128145
Hi,
May i remove in from login higslide and the tab-Resimler image “Powered by Higslide”
if not what which login module may i it replace it please whithout Powered by…..thanks
http://www.anatolian-arts.org joomla
NB: i’m not a programmer: just a linux user if you give the step to do it i thing can do it.
i setup ja telline quickstart 1.1assadniang Friendassadniang
- Join date:
- February 2007
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 4 times in 1 posts
May 2, 2008 at 4:10 am #247527do a search, it’s been answered already
May 2, 2008 at 12:24 pm #247552<em>@assadniang 51427 wrote:</em><blockquote>do a search, it’s been answered already</blockquote>
Sorry but i can’t find it . i’m tired to read all post of your forum i’m not a programmer just want to remove this configuration and work whith our content of website.
Thanks for helping us
Thanks.
PGLion FriendPGLion
- Join date:
- March 2006
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 7 times in 1 posts
May 2, 2008 at 12:44 pm #247554I don’t think it has been posted before but I looked it up for you:
/public_html/templates/ja_teline_ii/highslide/highslide-with-html.js line 59
May 2, 2008 at 12:56 pm #247555<em>@PGLion 51466 wrote:</em><blockquote>I don’t think it has been posted before but I looked it up for you:
/public_html/templates/ja_teline_ii/highslide/highslide-with-html.js line 59</blockquote>
Thanks, but i made this change before posting this tread :
showCredits : true, // you can set this to false if you want
to
showCredits : false, // you can set this to false if you wantand it doesn’t work, is it possible it was a issue from à permisson rules of this files ??
Have an idea
May 2, 2008 at 2:20 pm #247560<em>@escaper1956 51426 wrote:</em><blockquote>Hi,
May i remove in from login higslide and the tab-Resimler image “Powered by Higslide”
if not what which login module may i it replace it please whithout Powered by…..thanks
http://www.anatolian-arts.org joomla
NB: i’m not a programmer: just a linux user if you give the step to do it i thing can do it.
i setup ja telline quickstart 1.1</blockquote>thanks i resolved by modifing files :
/public_html/templates/ja_teline_ii/index.php
ligne 68-74 put : false like this hs.showCredits = false; // you can set this to false if you want.
and also in ligne 59 for all two files :
/public_html/templates/ja_teline_ii/highslide/highslide-with-html.js
and also in ligne 59
/public_html/templates/ja_teline_ii/highslide/highslide-with-html.packed.js
Thanks for all… 🙂
murrtex Friendmurrtex
- Join date:
- January 2007
- Posts:
- 17
- Downloads:
- 0
- Uploads:
- 4
- Thanked:
- 3 times in 1 posts
May 13, 2008 at 8:49 pm #249010Find in /templates/ja_teline_ii/index.php
<script type="text/javascript">
hs.graphicsDir = '<?php echo $tmpTools->templateurl(); ?>/highslide/graphics/';
hs.showCredits = true; // you can set this to false if you want
hs.creditsText = 'Powered by JA Highslide';
hs.creditsHref = 'http://joomlart.com/';
hs.creditsTitle ='Go to the Highslide JA homepage';
</script>Replace with this one;
<script type="text/javascript">
hs.graphicsDir = '<?php echo $tmpTools->templateurl(); ?>/highslide/graphics/';
hs.showCredits = true; // you can set this to false if you want
hs.creditsText = '';
hs.creditsHref = '';
hs.creditsTitle ='';
</script>May 15, 2008 at 1:36 am #249169<em>@murrtex 53288 wrote:</em><blockquote>Find in /templates/ja_teline_ii/index.php
<script type="text/javascript">
hs.graphicsDir = '<?php echo $tmpTools->templateurl(); ?>/highslide/graphics/';
hs.showCredits = true; // you can set this to false if you want
hs.creditsText = 'Powered by JA Highslide';
hs.creditsHref = 'http://joomlart.com/';
hs.creditsTitle ='Go to the Highslide JA homepage';
</script>Replace with this one;
<script type="text/javascript">
hs.graphicsDir = '<?php echo $tmpTools->templateurl(); ?>/highslide/graphics/';
hs.showCredits = true; // you can set this to false if you want
hs.creditsText = '';
hs.creditsHref = '';
hs.creditsTitle ='';
</script>
</blockquote>
I think you need keep for Joomlart!
Please read :
LicensesPublished software should be free software. To make it free software, you need to release it under a free software license. We normally use the GNU General Public License (GNU GPL), but occasionally we use other free software licenses. We use only licenses that are compatible with the GNU GPL for GNU software.
Documentation for free software should be free documentation, so that people can redistribute it and improve it along with the software it describes. To make it free documentation, you need to release it under a free documentation license. We normally use the GNU Free Documentation License (GNU FDL), but occasionally we use other free documentation licenses.
Our documentation licenses are currently being revised, and we welcome your comments on the proposed texts. Please visit our license update site to read the current drafts and participate in the process.
Common Resources for our Software LicensesWe have a number of resources to help people understand and use our various licenses:
* Frequently Asked Questions about the GNU licenses
* How to use GNU licenses for your own software
* GNU license logos to use with your project
* What to do if you see a violation of a GNU license
* Releasing Free Software if you work at a University
* Why the FSF gets copyright assignments from contributorsThe GNU General Public License
The GNU General Public License is often called the GNU GPL for short; it is used by most GNU programs, and by more than half of all free software packages. The latest version is version 3.
* The GNU General Public License is available in these formats: HTML, plain text, ODF, Docbook, Texinfo, and LaTeX. These documents are not formatted for standalone publishing, and are intended to be included in another document.
* A Quick Guide to GPLv3
* Older versions of the GNU GPLThe GNU Lesser General Public License
The GNU Lesser General Public License is used by a few (not by any means all) GNU libraries. The latest version is version 3.
* The GNU Lesser General Public License text is available in these formats: HTML, plain text, Docbook, and Texinfo. These documents are not formatted for standalone publishing, and are intended to be included in another document.
* Why you shouldn’t use the Lesser GPL for your next library
* Older versions of the GNU LGPLThe GNU Affero General Public License
The GNU Affero General Public License is based on the GNU GPL, but has an additional term to allow users who interact with the licensed software over a network to receive the source for that program. We recommend that people consider using the GNU AGPL for any software which will commonly be run over a network. The latest version is version 3.
* The GNU Affero General Public License text is available in these formats: HTML, plain text, Docbook, Texinfo, and LaTeX. These documents are not formatted for standalone publishing, and are intended to be included in another document.
The GNU Free Documentation License
The GNU Free Documentation License is a form of copyleft intended for use on a manual, textbook or other document to assure everyone the effective freedom to copy and redistribute it, with or without modifications, either commercially or noncommercially. The latest version is 1.2.
* The GNU Free Documentation License text is available in these formats: HTML, plain text, Docbook, Texinfo, and LaTeX These documents are not formatted for standalone publishing, and are intended to be included in another document.
* Why publishers should use the GNU FDL
* How to use the GNU FDL for your documentation
* Tips on using the GNU FDL
* How to use the optional features of the GNU FDL
* Older versions of the GNU FDLLicense URLs
When linking to our licenses, it’s usually best to link to the latest version; hence the standard URLs such as http://www.gnu.org/licenses/gpl.html have no version number. Occasionally, however, you may want to link to a specific version of a given license. In those situations, you can use the following links :
GNU General Public License (GPL)
GPLv3, GPLv2, GPLv1
GNU Lesser General Public License (LGPL)
LGPLv3, LGPLv2.1
GNU Affero General Public License (AGPL)GNU AGPLv3
(The Affero General Public License version 1 is not a GNU license, but it was designed to serve a purpose much like the GNU AGPL’s.)
GNU Free Documentation License (FDL)
FDLv1.2, FDLv1.1Stable links to each license’s alternative formats are available on its respective page. Not every version of every license is available in every format. If you need one that is missing, please email us.
See also the old licenses page.
Unofficial TranslationsLegally speaking, the original (English) version of the GPL is what specified the actual distribution terms for GNU programs. But to help people better understand the licenses, we give permission to publish translations into other languages provided that they follow our regulations for unofficial translations.
* List of unofficial translations
* How to create an unofficial translationVerbatim Copying and Distribution
The standard copyright notice for GNU webpages reads: Verbatim copying and distribution of this entire article are permitted worldwide without royalty in any medium provided this notice is preserved. Please note the following commentary by Eben Moglen:
“Our intention in using the phrase `verbatim copying in any medium’ is not to require retention of page headings and footers or other formatting features. Retention of weblinks in both hyperlinked and non-hyperlinked media (as notes or some other form of printed URL in non-HTML media) is required.”
List of Free Software Licenses* List of Free Software Licenses
If you are contemplating writing a new license, please contact the FSF by writing to <licensing@fsf.org>. The proliferation of different free software licenses means increased work for users in understanding the licenses; we may be able to help you find an existing Free Software license that meets your needs.
If that isn’t possible, if you really need a new license, with our help you can ensure that the license really is a Free Software license and avoid various practical problems.
What Is Copyleft?
Copyleft is a general method for making a program free software and requiring all modified and extended versions of the program to be free software as well.
The simplest way to make a program free is to put it in the public domain (18k characters), uncopyrighted. This allows people to share the program and their improvements, if they are so minded. But it also allows uncooperative people to convert the program into proprietary software (18k characters). They can make changes, many or few, and distribute the result as a proprietary product. People who receive the program in that modified form do not have the freedom that the original author gave them; the middleman has stripped it away.
In the GNU project, our aim is to give all users the freedom to redistribute and change GNU software. If middlemen could strip off the freedom, we might have many users, but those users would not have freedom. So instead of putting GNU software in the public domain, we “copyleft” it. Copyleft says that anyone who redistributes the software, with or without changes, must pass along the freedom to further copy and change it. Copyleft guarantees that every user has freedom.
Copyleft also provides an incentive for other programmers to add to free software. Important free programs such as the GNU C++ compiler exist only because of this.
Copyleft also helps programmers who want to contribute improvements to free software get permission to do that. These programmers often work for companies or universities that would do almost anything to get more money. A programmer may want to contribute her changes to the community, but her employer may want to turn the changes into a proprietary software product.
When we explain to the employer that it is illegal to distribute the improved version except as free software, the employer usually decides to release it as free software rather than throw it away.
To copyleft a program, we first state that it is copyrighted; then we add distribution terms, which are a legal instrument that gives everyone the rights to use, modify, and redistribute the program’s code or any program derived from it but only if the distribution terms are unchanged. Thus, the code and the freedoms become legally inseparable.
Proprietary software developers use copyright to take away the users’ freedom; we use copyright to guarantee their freedom. That’s why we reverse the name, changing “copyright” into “copyleft.”
Copyleft is a general concept; there are many ways to fill in the details. In the GNU Project, the specific distribution terms that we use are contained in the GNU General Public License, the GNU Lesser General Public License and the GNU Free Documentation License.
The appropriate license is included in many manuals and in each GNU source code distribution.
The GNU GPL is designed so that you can easily apply it to your own program if you are the copyright holder. You don’t have to modify the GNU GPL to do this, just add notices to your program which refer properly to the GNU GPL. Please note that you must use the entire text of the GPL, if you use it. It is an integral whole, and partial copies are not permitted. (Likewise for the LGPL and the FDL.)
Using the same distribution terms for many different programs makes it easy to copy code between various different programs. Since they all have the same distribution terms, there is no need to think about whether the terms are compatible. The Lesser GPL includes a provision that lets you alter the distribution terms to the ordinary GPL, so that you can copy code into another program covered by the GPL.
Licenses for Other Types of WorksWe believe that published software and documentation should be free software and free documentation. We recommend making all sorts of educational and reference works free also, using free documentation licenses such as the GNU Free Documentation License (GNU FDL).
For essays of opinion and scientific papers, we recommend the simple “verbatim copying only” license that is used for this web page.
We don’t take the position that artistic or entertainment works must be free, but if you want to make one free, we recommend the Free Art License.
back to top
Please send FSF & GNU inquiries to gnu@gnu.org. There are also other ways to contact the FSF.
Please send broken links and other corrections (or suggestions) to webmasters@gnu.org.Please see the Translations README for information on coordinating and submitting translations of this article.
Copyright © 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
Verbatim copying and distribution of this entire article is permitted in any medium without royalty provided this notice is preserved.Updated: $Date: 2008/04/14 17:03:06 $
Translations of this page -
AuthorPosts
This topic contains 9 replies, has 6 voices, and was last updated by mae82my 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum