Page 9 of 16

Re: Highslide Attachment Mod

Posted: 23 Apr 2010, 09:43
by Sharkky
The folder is in root ...

Re: Highslide Attachment Mod

Posted: 23 Apr 2010, 11:33
by Stoker
Looks like the Absolution style wants the highslide folder inside the template folder.
Try it and let me know if it helps

Re: Highslide Attachment Mod

Posted: 23 Apr 2010, 11:39
by Sharkky
Done that!
If i post a image, it works ... If i logout and open the image, doesn't work any more ... :(

Re: Highslide Attachment Mod

Posted: 23 Apr 2010, 12:34
by Stoker
Its a conflict with the SEO mod, I dont know how to solve it.
Try asking at the SEO boards and please get back to me if you find the answer.

Re: Highslide Attachment Mod

Posted: 24 Apr 2010, 18:21
by Avdon
Q - How do I get Lightbox effect with Highslide?
A - Open styles/yourstyle/template/overall_header. html and find:

Code: Select all

//hs.dimmingOpacity = 0.75;
Replace with:

Code: Select all

hs.dimmingOpacity = 0.75;
Well, I think that was the case for earlier versions, and not in the case of 4.1.8 .
Is there a way to do that for 4.1.8?

Re: Highslide Attachment Mod

Posted: 24 Apr 2010, 18:45
by Steve

Re: Highslide Attachment Mod

Posted: 24 Apr 2010, 18:57
by Avdon
That's great. Thank you.

Re: Highslide Attachment Mod

Posted: 11 May 2010, 17:13
by DoYouSpeakWak
Stoker >

I installed this on a board. But yesterday they emailed me. Saying "Why isnt the highslide working, if i upload images of a certain size they become scrollable and non-clickable" i didnt belive this because this mod was installed and all uploaded images should be clickable and show in highslide.

But i was wrong.
http://grillklubben.dk/forum/viewtopic. ... 09&start=0

Apperently. The attachment thumbnail creation was set to a larger size than the image that was uploaded. That resulted in a scrollable image as you can see in the link above.

It was easy to fix. Just set the thumbnail size to something smaller. And advised him to tell his users not to upload images smaller than tat.

My question now is, am i doing something wrong settings wize ?

If not i would like to suggest you add the following to this mod. In this attachment.
Attachment settings_1273594314275.png
There is this setting "Maximum image dimensions:"
If this mod included a "Minimum image dimensions" that could be set to the same size as "Maximum thumbnail width in pixel:" and by doing that, what happend in this case would not be posible.

Re: Highslide Attachment Mod

Posted: 11 May 2010, 18:13
by Stoker
"Maximum image dimensions:" If you set this to 1000 x 1000 px you cant upload images that is bigger than that.
"Minimum thumbnail file size:" Is defined by a size in bytes. It does not make any sense to define this in bytes instead of pixels. There has to be a reason for the phpBB Dev team to do it that way.

However this settings gives you the chance to define when you want to have a thumbnail created and highslide enabled on bigger images.

What you are requesting is a standalone mod, but I like the idea. Actually I hope that it get implemented in a future version of phpBB.

Re: Highslide Attachment Mod

Posted: 13 May 2010, 10:08
by DoYouSpeakWak
Stoker ยป 11 May 2010, 18:13 wrote: What you are requesting is a standalone mod, but I like the idea. Actually I hope that it get implemented in a future version of phpBB.
I agree, But i wanted to try it out on you, maybe you would add it. Anyway requesting it here was a faster way than doing it in the tracker at phpbb.com. But i does not seem like a huge mod, maybe i get going with it myself.