Is there any image bbcode for highslide MOD

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

Is there any image bbcode for highslide MOD

Post by jabhi »

Can you please give [img] bbcode for highslide MOD ? Thanks.

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]

Is there any image bbcode for highslide MOD

Post by jabhi »

Thank you very much...

Is there any image bbcode for highslide MOD

Post by ForumMix »

This is not working. Can someone put the correct codes.

Is there any image bbcode for highslide MOD

Post by Stoker »

It works. But you need to have the Highslide Attachment mod installed too.

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.

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, 03:25, edited 1 time in total.

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] ;)