"Powered by..."

Questions on licencing of the software

"Powered by..."

Postby porteador » Fri Nov 10, 2006 2:05 pm

My company has paid by the application . and now my client wants to eliminate the link "powered by highslide JS" (Only in the images), the credits in the code would not be manipulated. Is this legal?
porteador
 
Posts: 2
Joined: Fri Nov 10, 2006 1:51 pm

Postby torstein.honsi » Fri Nov 10, 2006 9:44 pm

Yes, this is perfectly legal for both commercial and non-commersial users. Set the showCredits property to false in the header of your HTML page:

Code: Select all
<script type="text/javascript">
    hs.graphicsDir = 'highslide/graphics/';
    hs.outlineType = 'outer-glow';

    hs.showCredits = false;
</script>
User avatar
torstein.honsi
Site Admin
 
Posts: 9150
Joined: Thu Nov 09, 2006 1:22 pm
Location: Vik i Sogn, Norway

Postby porteador » Mon Nov 13, 2006 9:41 am

Thanks
porteador
 
Posts: 2
Joined: Fri Nov 10, 2006 1:51 pm

Postby knessim » Sat Feb 09, 2008 3:41 pm

Hi,

I got just a question for dummy :oops: : I use joomla 1.0.13 and I bought and installed your module. Ok, but I want now to remove the powered by... and unfortunately, if I see well the code lines in the source code, I desespertaly don't find the file where I can do that.

Can you indicate me which it is please?

Thank you in advance
knessim
 
Posts: 1
Joined: Sat Feb 09, 2008 3:37 pm

Postby ilikehighslide » Sun Feb 10, 2008 3:06 am

knessim wrote:I want now to remove the powered by... and unfortunately, if I see well the code lines in the source code, I desespertaly don't find the file where I can do that.

This is probably what you are wanting: http://vikjavev.no/highslide/ref/hs.showCredits

:D
ilikehighslide
 
Posts: 17
Joined: Fri Dec 14, 2007 5:29 pm

Postby CanDee » Fri Mar 14, 2008 8:17 pm

sorry but i don't get it.
i have Highslide integrated with photoplog..

please tell me what & where exactly i have to change to remove "powered by..."

thx in advance


edit: resolved
CanDee
 
Posts: 1
Joined: Fri Mar 14, 2008 8:15 pm

Postby alzowze » Fri May 30, 2008 12:57 am

I also found you can modify the stylesheet to hide the credits.

a.highslide-credits,
a.highslide-credits i {
display: none;
}

Alan ";0)
User avatar
alzowze
 
Posts: 6
Joined: Wed May 28, 2008 6:26 am

I'd like to replace the powered by link text and destination

Postby iusedtorunoutofjuice » Thu Jul 16, 2009 3:53 pm

Hello Everyone,

I would like to make that link the download link for my audios...

Is that possible?

If not, how could I add a link on the bottom (I am playing audio with jw player)

Thank you very much,

Idalino.
iusedtorunoutofjuice
 
Posts: 9
Joined: Mon Feb 02, 2009 7:43 pm

Re: "Powered by..."

Postby RoadRash » Thu Jul 16, 2009 5:12 pm

You can add a caption to your swf popup and place the link in the caption.
Add the caption right after the closing </a> for the swf.
Code: Select all
<div class="highslide-caption">
   <a href="audio.mp3">Download audio</a>
</div>
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
User avatar
RoadRash
 
Posts: 8176
Joined: Tue Jul 15, 2008 8:43 pm
Location: Fredrikstad, Norway

Thank you

Postby iusedtorunoutofjuice » Fri Jul 17, 2009 12:06 am

Thank you Sooooooo Very Much...

It worked perfectly...

Firstly it didn't, because I had it after </a> tag but that tag was enclosed in <p> tag...
then I changed to <br>'s instead and voila!

Thank you,

Idalino.
iusedtorunoutofjuice
 
Posts: 9
Joined: Mon Feb 02, 2009 7:43 pm

Re: "Powered by..."

Postby Netmastery » Tue Jul 21, 2009 7:23 am

The CSS method from alzowze seems to be bullet proof in all browsers. I had some trouble with the suggested code for the <head> area.

cheers

http://www.netmastery.com.au
Netmastery
 
Posts: 1
Joined: Tue Jul 21, 2009 7:18 am

Re: "Powered by..."

Postby EarlyOut » Tue Jul 21, 2009 7:29 am

Netmastery wrote:I had some trouble with the suggested code for the <head> area.

What kind of trouble? Putting this in the <head> section, after highslide.js is loaded, should always do the trick:

Code: Select all
<script type="text/javascript">
    hs.showCredits = false;
</script>

If you put it before the call to highslide.js, of course, it's not going to work!
User avatar
EarlyOut
 
Posts: 1699
Joined: Sun Nov 11, 2007 11:22 pm
Location: Sector R

Re: "Powered by..."

Postby theduke » Sat Jan 09, 2010 6:11 am

Hi,

Where do I find the CSS file to modify to remove the line "Powered by..."?
Thanks very much in advance!
theduke
 
Posts: 2
Joined: Sat Jan 09, 2010 6:08 am

Re: "Powered by..."

Postby EarlyOut » Sat Jan 09, 2010 6:42 am

The line "Powered by..." doesn't appear in the CSS at all. The solution is in the post immediately above yours. Does this not work for you?
User avatar
EarlyOut
 
Posts: 1699
Joined: Sun Nov 11, 2007 11:22 pm
Location: Sector R

Re: "Powered by..."

Postby theduke » Sat Jan 09, 2010 6:59 am

The CSS solution was suggested by alzowze

a.highslide-credits,
a.highslide-credits i {
display: none;
}


and seems to work well according to Netmastery:

The CSS method from alzowze seems to be bullet proof in all browsers. I had some trouble with the suggested code for the <head> area.


Not sure if I did it right but I did tried putting the code suggested in the post above mine. I placed it in the head section of the HTML doc that get called and displayed in the popup but the "Power by..." is still there.

I also tried setting the Credits to Hidden in the Site Configuration but it still does not work.

Thanks in advance for any help.
theduke
 
Posts: 2
Joined: Sat Jan 09, 2010 6:08 am

Next

Return to Highslide Licensing

Who is online

Users browsing this forum: No registered users and 3 guests