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
chris1002
BBCoder II
BBCoder II
Posts: 17
Joined: 04 Apr 2010, 19:24
Location: Germany

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?
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 »

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.
Board rules! No PM support
chris1002
BBCoder II
BBCoder II
Posts: 17
Joined: 04 Apr 2010, 19:24
Location: Germany

Re: Highslide Attachment Mod

Post by chris1002 »

Thanks so is perfekt.

Perfekt Mod and absolutly perfekt support.

Thank you very much

Greeting Chris
chris1002
BBCoder II
BBCoder II
Posts: 17
Joined: 04 Apr 2010, 19:24
Location: Germany

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
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 »

Find this in the html: <div class="highslide-heading" style="text-align:center;">{TEXT}</div>
Delete the part in red.
Board rules! No PM support
chris1002
BBCoder II
BBCoder II
Posts: 17
Joined: 04 Apr 2010, 19:24
Location: Germany

Re: Highslide Attachment Mod

Post by chris1002 »

Thanks for the answer. In which html file is to be?
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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
chris1002
BBCoder II
BBCoder II
Posts: 17
Joined: 04 Apr 2010, 19:24
Location: Germany

Re: Highslide Attachment Mod

Post by chris1002 »

thanks,

I must more read. :roll: sorry for my stupid questions. :?
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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!
Sharkky
BBCoder II
BBCoder II
Posts: 10
Joined: 22 Apr 2010, 13:23

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!
Locked