Side by side highslide image

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
No Avatar
Kaycee Offline
BBCoder II
BBCoder II
Posts: 10
Joined: 12 Sep 2011, 09:14
Local time: Saturday 21:16
Last active: -

Side by side highslide image

Post by Kaycee »

Can you please assist me to acheive side by side image on my forum. I do have resize image mod and highslide bbcode for image link from other site. They both work perfectly. However the pic are always
pic
pic
pic
Hence, very long. Can i know how to make this image link pic pic pic.
Thanks.
link:naijacouplesshop.com
User avatar
martin123456 Offline
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 11:29
Local time: Saturday 22:16
Last active: -
Favourite EXT: Ban button
Location: Down south!

Side by side highslide image

Post by martin123456 »

How are you adding the images ? image tags or attachments
No Avatar
Kaycee Offline
BBCoder II
BBCoder II
Posts: 10
Joined: 12 Sep 2011, 09:14
Local time: Saturday 21:16
Last active: -

Side by side highslide image

Post by Kaycee »

I attach image and it get resize.
I attached image link with this code

Code: Select all

[hsimg]link to image[/hsimg]
If use this tag

Code: Select all

[img]http://image_url[/img] 
image do not resize to 480 x 300. I only wish the pic
align in a row.
User avatar
Stoker Online
Site Admin
Site Admin
Posts: 4,295
Joined: 12 May 2008, 21:26
Local time: Saturday 23:16
Last active: Online now
Favourite EXT: Forum Goal
Location: Denmark

Side by side highslide image

Post by Stoker »

Whats the html usage for the bbcode you are using?
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
themission Offline
BBCoder III
BBCoder III
Posts: 123
Joined: 10 Aug 2011, 20:32
Local time: Saturday 21:16
Last active: -
Location: Devon UK

Side by side highslide image

Post by themission »

just a quick shout on this - before i installed the premod i had images in a row <------- Like this ------- Next to each other ----->
now i get them as 1st post underneath also - the HS you Tube does it in a line though
User avatar
Stoker Online
Site Admin
Site Admin
Posts: 4,295
Joined: 12 May 2008, 21:26
Local time: Saturday 23:16
Last active: Online now
Favourite EXT: Forum Goal
Location: Denmark

Side by side highslide image

Post by Stoker »

No you didnt themission.
Phpbb doesnt displays attachments in a row. They are displayed underneath each other.
~ The greatest achievement in life is to inspire ~
Regards Stoker
No Avatar
Kaycee Offline
BBCoder II
BBCoder II
Posts: 10
Joined: 12 Sep 2011, 09:14
Local time: Saturday 21:16
Last active: -

Side by side highslide image

Post by Kaycee »

The html bbcode am using is from this site.

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
User avatar
Stoker Online
Site Admin
Site Admin
Posts: 4,295
Joined: 12 May 2008, 21:26
Local time: Saturday 23:16
Last active: Online now
Favourite EXT: Forum Goal
Location: Denmark

Side by side highslide image

Post by Stoker »

I havent testet this. But try this first:

Code: Select all

<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>
And if above doesnt work this for sure does:

Code: Select all

<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>
~ The greatest achievement in life is to inspire ~
Regards Stoker
No Avatar
Kaycee Offline
BBCoder II
BBCoder II
Posts: 10
Joined: 12 Sep 2011, 09:14
Local time: Saturday 21:16
Last active: -

Side by side highslide image

Post by Kaycee »

Thanks. Tested the last code and it worked. Can you help me with attachment image to side by side? I use subsilver2. Once again, thanks.
User avatar
Stoker Online
Site Admin
Site Admin
Posts: 4,295
Joined: 12 May 2008, 21:26
Local time: Saturday 23:16
Last active: Online now
Favourite EXT: Forum Goal
Location: Denmark

Side by side highslide image

Post by Stoker »

Sorry, I dont use or support subsilver2.
~ The greatest achievement in life is to inspire ~
Regards Stoker