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
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Highslide Attachment Mod
Board rules! No PM support
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
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;
- Ephemeraboy
- BBCoder II
- Posts: 37
- Joined: 09 Mar 2010, 04:03
- Location: bonatius.com
- Contact:
-
- BBCoder I
- Posts: 3
- Joined: 22 Mar 2010, 12:02
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] ?
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
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.
Board rules! No PM support
-
- BBCoder I
- Posts: 3
- Joined: 22 Mar 2010, 12:02
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?
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
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';