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

Re: Highslide Attachment Mod

Post by chris1002 »

I have, but I find there nothing. Sorry
There a BBCode stands, but that has nevertheless none next or back.
The controllpannel.
Do you understand which I mean?

Re: Highslide Attachment Mod

Post by Stoker »

From first post:
Q - How do I setup highslide so that images is lined in a row with text in the heading?
A - You can do this by making this BBCode:
BBCode:

Code: Select all

[hsimg2={URL}]{TEXT}[/hsimg2]
Html:

Code: Select all

<a href="{URL}" class="highslide" onclick="return hs.expand(this)"><img src="{URL}" alt="" title="Click to enlarge" style="max-width:300px; max-height:300px;" /></a><div class="highslide-heading" style="text-align:center;">{TEXT}</div>
Helpline:

Code: Select all

Highslide Img2: [hsimg=link to image]Header text[/hsimg]
Demo:
[hsimg2=download/file.php?id=18&mode=view/billede3.jpg]Testing 1[/hsimg2] [hsimg2=download/file.php?id=18&mode=view/billede3.jpg]Testing 2[/hsimg2]

Thanks to derkubi
As explained earlier all you have to do is replace

Code: Select all

(this)
with:

Code: Select all

(this, { wrapperClassName: 'controls-in-heading', slideshowGroup: 'highslide' })
Hope it helps.

Re: Highslide Attachment Mod

Post by chris1002 »

Thanks so is perfekt.

Perfekt Mod and absolutly perfekt support.

Thank you very much

Greeting Chris

Re: Highslide Attachment Mod

Post by chris1002 »

Hello @all,

I have two questions, as I can adjust it, which one sees, how many pictures it am. Pics 1 of 5, how I can make the picture title left justified, am current he centrically?

Thanks for your answer.

Greeting Chris

Re: Highslide Attachment Mod

Post by Stoker »

Find this in the html: <div class="highslide-heading" style="text-align:center;">{TEXT}</div>
Delete the part in red.

Re: Highslide Attachment Mod

Post by chris1002 »

Thanks for the answer. In which html file is to be?

Re: Highslide Attachment Mod

Post by cisco007 »

not the file the html replacement code posted here!
viewtopic.php?f=8&t=13&start=60#p1525

Re: Highslide Attachment Mod

Post by chris1002 »

thanks,

I must more read. :roll: sorry for my stupid questions. :?

Re: Highslide Attachment Mod

Post by cisco007 »

it's okay it happens most people for some reason only read one or two post before they post!

Re: Highslide Attachment Mod

Post by Sharkky »

Hi!

I'm using the 3.0.7-PL1 version of phpBB with the absolute style.
I have done the modifications of the 2 html files (attachamets, overall_header).
When I try to open the picture from the post, the "Loading" text appears but the picture doesn't opens ...

What should I do to make it work?

Thank you very much in advance!