Page 1 of 16

Highslide Attachment Mod

Posted: 04 Mar 2010, 14:42
by Stoker
Title: Highslide Attachment Mod

Moved: viewtopic.php?f=32&t=1177

Re: Highslide Attachment Mod

Posted: 19 Mar 2010, 23:03
by Steve
bug in the new css file for highslide mrs toker

open the highslide.css file
find:

Code: Select all

	background: url("graphics/scrollarrows.png) left center no-repeat;
replace with:

Code: Select all

	background: url("graphics/scrollarrows.png") left center no-repeat;
missing "

Re: Highslide Attachment Mod

Posted: 21 Mar 2010, 00:33
by Ephemeraboy
he..he..
he forget to do that

Re: Highslide Attachment Mod

Posted: 22 Mar 2010, 12:06
by danny2001k
hi there.

I modified the width to 600px but its still 400 ....

And is it possible to add the Highslide effect to the external image files posted with [ img] ?

Re: Highslide Attachment Mod

Posted: 22 Mar 2010, 12:09
by Stoker
Changing settings will only affect future attachments.
There is a bbcode you can use for external images.

Re: Highslide Attachment Mod

Posted: 22 Mar 2010, 12:44
by danny2001k
Stoker » 22 Mar 2010, 11:09 wrote: There is a bbcode you can use for external images.
Can you tell me the bbcode?

Re: Highslide Attachment Mod

Posted: 22 Mar 2010, 12:54
by Stoker
I have added the FAQ to first post.

Re: Highslide Attachment Mod

Posted: 22 Mar 2010, 13:03
by danny2001k
ty

Re: Highslide Attachment Mod

Posted: 25 Mar 2010, 00:53
by asrock
Hey folks, this HighSlide Mod is great, I have installed it onto my Avalon theme and works great but I do have two questions. On all the picture demos of this Mod on this forum, when I click on a pic it opens using highslide and the screen around it almost becomes transparent black, well on my Avalon them this doesnt happen and I would like it to look like how the demos on this forum do.
Also when a user clicks on a picture and highslide opens the pic, how can I restrict the size in which highslide displays the full picture? See my attachment pic, are my settings correct as I dont want any pictures displaying bigger than 600px x 400px when fully opened in highslide.




Anyone help with this please?

Re: Highslide Attachment Mod

Posted: 25 Mar 2010, 01:12
by Steve
asrock » 24 Mar 2010, 23:53 wrote:Hey folks, this HighSlide Mod is great, I have installed it onto my Avalon theme and works great but I do have one question. On all the picture demos of this Mod on this forum, when I click on a pic it opens using highslide and the screen around it almost becomes transparent black, well on my Avalon them this doesnt happen and I would like it to look like how the demos on this forum do. Anyone help with this please?

its in the 1st post but the instructions are differnet,
open/styles/your_style/template/overall_header.html
find:

Code: Select all

	hs.fadeInOut = true;
add after:

Code: Select all

    hs.dimmingOpacity = 0.8;
set the value 0.8 to the strengh you like ;)

just to add add i was having an issue with the highslide floating to the left , with some styles .
you can fix it
find in the overall_header.html of your style:

Code: Select all

hs.fadeInOut = true;
add after:

Code: Select all

hs.align = 'center';