Highslide Attachment Mod
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
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
Title: Highslide Attachment Mod
Lightbox EXT here: https://www.phpbb.com/customise/db/extension/lightbox/
Moved: http://www.phpbb3bbcodes.com/viewtopic.php?f=32&t=1177
Lightbox EXT here: https://www.phpbb.com/customise/db/extension/lightbox/
Moved: http://www.phpbb3bbcodes.com/viewtopic.php?f=32&t=1177
Re: Highslide Attachment Mod
bug in the new css file for highslide mrs toker
open the highslide.css file
find: replace with:
missing "
open the highslide.css file
find:
Code: Select all
background: url("graphics/scrollarrows.png) left center no-repeat;
Code: Select all
background: url("graphics/scrollarrows.png") left center no-repeat;
Re: Highslide Attachment Mod
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] ?
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
Changing settings will only affect future attachments.
There is a bbcode you can use for external images.
There is a bbcode you can use for external images.
Re: Highslide Attachment Mod
Can you tell me the bbcode?Stoker » 22 Mar 2010, 11:09 wrote: There is a bbcode you can use for external images.
Re: Highslide Attachment Mod
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?
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
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;
Code: Select all
hs.dimmingOpacity = 0.8;

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;
Code: Select all
hs.align = 'center';