Page 7 of 16

Re: Highslide Attachment Mod

Posted: 05 Apr 2010, 09:34
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

Posted: 05 Apr 2010, 09:42
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

Posted: 05 Apr 2010, 10:22
by chris1002
Thanks so is perfekt.

Perfekt Mod and absolutly perfekt support.

Thank you very much

Greeting Chris

Re: Highslide Attachment Mod

Posted: 10 Apr 2010, 13:34
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

Posted: 10 Apr 2010, 14:02
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

Posted: 10 Apr 2010, 14:19
by chris1002
Thanks for the answer. In which html file is to be?

Re: Highslide Attachment Mod

Posted: 10 Apr 2010, 14:39
by cisco007
not the file the html replacement code posted here!
viewtopic.php?f=8&t=13&start=60#p1525

Re: Highslide Attachment Mod

Posted: 10 Apr 2010, 14:53
by chris1002
thanks,

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

Re: Highslide Attachment Mod

Posted: 10 Apr 2010, 15:11
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

Posted: 22 Apr 2010, 13:27
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!