Highslide Attachment Mod

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Highslide Attachment Mod

Post by Stoker »

Re: Highslide Attachment Mod

Post 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

Post by Ephemeraboy »

he..he..
he forget to do that

Re: Highslide Attachment Mod

Post 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

Post by Stoker »

Changing settings will only affect future attachments.
There is a bbcode you can use for external images.

Re: Highslide Attachment Mod

Post 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

Post by Stoker »

I have added the FAQ to first post.

Re: Highslide Attachment Mod

Post by danny2001k »

ty

Re: Highslide Attachment Mod

Post 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

Post 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';