Highslide Attachment Mod

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
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
Locked
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Highslide Attachment Mod

Post by Stoker »

Title: Highslide Attachment Mod

Moved: viewtopic.php?f=32&t=1177
Board rules! No PM support
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

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 "
NAPWR wrote: Nice, Stoker is Hot
User avatar
Ephemeraboy
BBCoder II
BBCoder II
Posts: 37
Joined: 09 Mar 2010, 04:03
Location: bonatius.com
Contact:

Re: Highslide Attachment Mod

Post by Ephemeraboy »

he..he..
he forget to do that
My Personal Blog
http://www.bonatius.com
danny2001k
BBCoder I
BBCoder I
Posts: 3
Joined: 22 Mar 2010, 12:02

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] ?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Highslide Attachment Mod

Post by Stoker »

Changing settings will only affect future attachments.
There is a bbcode you can use for external images.
Board rules! No PM support
danny2001k
BBCoder I
BBCoder I
Posts: 3
Joined: 22 Mar 2010, 12:02

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?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Highslide Attachment Mod

Post by Stoker »

I have added the FAQ to first post.
Board rules! No PM support
danny2001k
BBCoder I
BBCoder I
Posts: 3
Joined: 22 Mar 2010, 12:02

Re: Highslide Attachment Mod

Post by danny2001k »

ty
User avatar
asrock
BBCoder II
BBCoder II
Posts: 26
Joined: 23 Mar 2010, 16:26

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?
Image
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

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';
NAPWR wrote: Nice, Stoker is Hot
Locked