GeneralHighslide and Quotes and inline-images

General information
User avatar

Topic Author
zardos
Users
Users
Status: Offline
User theme: Dark
Posts: 175
Joined: Feb 26th, '16, 22:20
    Windows 10 Firefox

Re: Highslide and Quotes and inline-images

Post by zardos »

Hello, i did this today instead of the above code to create a custom bbcode. I opened up bbcode.html and edited the [img] line.

Before Edit:

Code: Select all

<!-- BEGIN img --><img src="{URL}" class="postimage" alt="{L_IMAGE}" /><!-- END img -->
After Edit:

Code: Select all

<!-- BEGIN img --><div class="highslide-gallery">
<a href="{URL}" class="highslide" onclick="return hs.expand(this)"><img src="{URL}" alt="" title="" style="max-width:200px;" /></a><div class="highslide-heading"></div>
</div><!-- END img -->
The attachments already use highslide and all is working 100%, but still will not work in mChat or Ajax chat. :sad:
Image