Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
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
chris1002
BBCoder II
Posts: 17 Joined: 04 Apr 2010, 19:24
Location: Germany
Post
by chris1002 » 04 Apr 2010, 23:18
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?
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 04 Apr 2010, 23:24
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>
Board rules! No PM support
chris1002
BBCoder II
Posts: 17 Joined: 04 Apr 2010, 19:24
Location: Germany
Post
by chris1002 » 04 Apr 2010, 23:29
perfectly, now however only one, are it possible the pictures next to each other?
also: pics pics pics
Thanks
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 04 Apr 2010, 23:31
There is an example in the FAQ in first post.
Board rules! No PM support
chris1002
BBCoder II
Posts: 17 Joined: 04 Apr 2010, 19:24
Location: Germany
Post
by chris1002 » 04 Apr 2010, 23:42
the code is perfect, only are the pictures beside each other. With the other code, the Slideshow does not go.
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 05 Apr 2010, 08:03
You have to replace
with
Code: Select all
(this, { wrapperClassName: 'controls-in-heading', slideshowGroup: 'highslide' })
in the side by side bbcode
Board rules! No PM support
chris1002
BBCoder II
Posts: 17 Joined: 04 Apr 2010, 19:24
Location: Germany
Post
by chris1002 » 05 Apr 2010, 08:09
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
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 05 Apr 2010, 08:43
That looks fine, and the controlbar will work.
Board rules! No PM support
chris1002
BBCoder II
Posts: 17 Joined: 04 Apr 2010, 19:24
Location: Germany
Post
by chris1002 » 05 Apr 2010, 09:01
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
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 05 Apr 2010, 09:24
Board rules! No PM support