Page 6 of 16
Re: Highslide Attachment Mod
Posted: 04 Apr 2010, 23:18
by chris1002
i have the bbcode from the first post.
[hsimg]{URL}[/hsimg]
Code: Select all
<div class="highslide-gallery">
<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"></div>
</div>
when i have more pics, what do I have to then make?
Re: Highslide Attachment Mod
Posted: 04 Apr 2010, 23:24
by Stoker
Try this instead and let me know if it works
Code: Select all
<div class="highslide-gallery">
<a href="{URL}" class="highslide" onclick="return hs.expand(this, { wrapperClassName: 'controls-in-heading', slideshowGroup: 'highslide' })"><img src="{URL}" alt="" title="Click to enlarge" style="max-width:300px; max-height:300px;" /></a><div class="highslide-heading"></div>
</div>
Re: Highslide Attachment Mod
Posted: 04 Apr 2010, 23:29
by chris1002
perfectly, now however only one, are it possible the pictures next to each other?
also: pics pics pics
Thanks
Re: Highslide Attachment Mod
Posted: 04 Apr 2010, 23:31
by Stoker
There is an example in the FAQ in first post.
Re: Highslide Attachment Mod
Posted: 04 Apr 2010, 23:42
by chris1002
the code is perfect, only are the pictures beside each other. With the other code, the Slideshow does not go.
Re: Highslide Attachment Mod
Posted: 05 Apr 2010, 08:03
by Stoker
You have to replace
with
Code: Select all
(this, { wrapperClassName: 'controls-in-heading', slideshowGroup: 'highslide' })
in the side by side bbcode
Re: Highslide Attachment Mod
Posted: 05 Apr 2010, 08:09
by chris1002
good morning,
I understand not completely, in some file must I that change? In the BBcode or in script a file?
Thanks for the help.
Hier ist the aktuall BBCode:
Code: Select all
<div class="highslide-gallery">
<a href="{URL}" class="highslide" onclick="return hs.expand(this, { wrapperClassName: 'controls-in-heading', slideshowGroup: 'highslide' })"><img src="{URL}" alt="" title="Click to enlarge" style="max-width:200px; max-height:200px;" /></a><div class="highslide-heading"></div>
</div>
Greeting Chris
Re: Highslide Attachment Mod
Posted: 05 Apr 2010, 08:43
by Stoker
That looks fine, and the controlbar will work.
Re: Highslide Attachment Mod
Posted: 05 Apr 2010, 09:01
by chris1002
but as I can make three pictures beside each other. Now are they indicated among themselves?
Pictures are now like that:
pics
pics
pics
I would like it so:
pics pics pics
not under other, but beside other
Thank for help
Re: Highslide Attachment Mod
Posted: 05 Apr 2010, 09:24
by Stoker