Is there any image bbcode for highslide MOD

Download and support for PhpBB3 Highslide Attachment Mod
Locked
User avatar
jabhi
BBCoder II
BBCoder II
Posts: 69
Joined: 16 Mar 2012, 09:13
BBCodes: 3
Favourite BBCode: pdf
Favourite MOD: pretty photo

Is there any image bbcode for highslide MOD

Post by jabhi »

Can you please give [img] bbcode for highslide MOD ? Thanks.
Go phpBB go... Respected : Developers, Supporters.
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:

Is there any image bbcode for highslide MOD

Post by Stoker »

BBCode usage

Code: Select all

[hsimg]{URL}[/hsimg]
HTML replacement

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>
Help line

Code: Select all

Highslide Img: [hsimg]link to image[/hsimg]
Board rules! No PM support
User avatar
jabhi
BBCoder II
BBCoder II
Posts: 69
Joined: 16 Mar 2012, 09:13
BBCodes: 3
Favourite BBCode: pdf
Favourite MOD: pretty photo

Is there any image bbcode for highslide MOD

Post by jabhi »

Thank you very much...
Go phpBB go... Respected : Developers, Supporters.
User avatar
ForumMix
BBCoder II
BBCoder II
Posts: 5
Joined: 26 Apr 2012, 09:41
BBCodes: 2

Is there any image bbcode for highslide MOD

Post by ForumMix »

This is not working. Can someone put the correct codes.
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:

Is there any image bbcode for highslide MOD

Post by Stoker »

It works. But you need to have the Highslide Attachment mod installed too.
Board rules! No PM support
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Is there any image bbcode for highslide MOD

Post by martin123456 »

[quote="Stoker"]BBCode usage

Code: Select all

BBCode usage
Your BBCode is constructed in an invalid form.
User avatar
Sniper_E
BBCoder II
BBCoder II
Posts: 44
Joined: 04 Dec 2011, 06:30
BBCodes: 1
Contact:

Is there any image bbcode for highslide MOD

Post by Sniper_E »

How do you mean that martin? How exactly is it invalid? More information would be nice.

[hsimg]{URL}[/hsimg] is the BBCode usage you silly duck.
Last edited by Sniper_E on 23 Oct 2012, 05:25, edited 1 time in total.
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Is there any image bbcode for highslide MOD

Post by martin123456 »

The first post had this

Code: Select all

BBCode usage
for usage stoker has changed it to [hsimg]{URL}[/hsimg] ;)
Locked