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

Highslide and Quotes and inline-images

Post by zardos »

If anyone is interested. :wink:
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image
User avatar

dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6369
Joined: Jan 13th, '14, 20:45
    Windows 10 Firefox

Re: Highslide and Quotes and inline-images

Post by dmzx »

Sure always interested :wink:
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 »

Here they are, these were done by a russian guy bb3mobi, all i have done is updated the js scripts and altered some of the css and changed the events to suite me. The quotes have 3 or 4 different colours you only need to change the images, any problems using highslide just ask.
bb3mobi_highslide_0_0_1.zip
bb3mobi_inlineimg_1_0_0.zip
bb3mobi_quote_0_0_1.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
User avatar

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5065
Joined: Apr 6th, '14, 14:12
    Windows 10 Chrome

Re: Highslide and Quotes and inline-images

Post by martin »

What phpbb version is this for as highslide has an issue with mchat (or did at one time)
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 »

Using it on 3.1.9 as i said i have updated the js and it works perfect.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
User avatar

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5065
Joined: Apr 6th, '14, 14:12
    Windows 10 Chrome

Re: Highslide and Quotes and inline-images

Post by martin »

Il test on 3.2 :whistl: as highslide died on that version
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 »

Would love all those to work on 3.2.0 martin, i love highslide and those quote are rearly nice, let me know martin. :wink:

Look at this scroll up, rearly nice.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
User avatar

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5065
Joined: Apr 6th, '14, 14:12
    Windows 10 Chrome

Re: Highslide and Quotes and inline-images

Post by martin »

Works within the forum but still fails within mchat http://www.martins-homelinux.net/testing/32rc/index.php darn 3.2 but early stages so who knows what will happen.
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 »

Looking good martin, i see what you mean with mchat, but its not a conflict it just doesn't see it to use it. Did it install as it was or did you have to alter anything for 3.2.0.
User avatar

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5065
Joined: Apr 6th, '14, 14:12
    Windows 10 Chrome

Re: Highslide and Quotes and inline-images

Post by martin »

Js conflict as you need to use the hsimg bbcode to post the image.

i should point out it works on 3.1 as i'v used hs in mchat for ages.

to use hs in mchat you need to create a bbcode so it knows to pull hs.
User avatar

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5065
Joined: Apr 6th, '14, 14:12
    Windows 10 Chrome

Re: Highslide and Quotes and inline-images

Post by martin »

Now make a bbcode in the acp
bbcode

Code: Select all

[img]{URL}[/img]
html

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="1" title="Click to enlarge" style="max-width:50px; max-height:30px;" /></a><div class="highslide-heading"></div>
</div>
help line

Code: Select all

Highslide Img: [img]link to image[/img]
and if you want you tubes to open
bbcode

Code: Select all

[youtubehs]{IDENTIFIER}[/youtubehs]
html

Code: Select all

<a href="http://www.youtube.com/embed/{IDENTIFIER}?rel=0&wmode=transparent" onclick="return hs.htmlExpand(this, {align: 'center', objectType: 'iframe', width: 480, height: 385, allowSizeReduction: false, wrapperClassName: 'draggable-header no-footer', preserveContent: false, objectLoadTime: 'after'})" class="highslide"><img style="width: 50px; height: 25px; border:1px solid black;" alt="YouTube Video" src="http://i.ytimg.com/vi/{IDENTIFIER}/default.jpg" /></a>[/c]

help line
[code]YouTube Highslide: [youtubehs]YouTube Video ID[/youtubehs]
display on posting page
yes
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 »

Is this for 3.1.9 or 3.2.0 martin
User avatar

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5065
Joined: Apr 6th, '14, 14:12
    Windows 10 Chrome

Re: Highslide and Quotes and inline-images

Post by martin »

Works from phpbb 3.0 all the way to 3.1 but stopped on 3.2
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 »

Damm, thanks for the code above martin, just playing with HS now, while i have nothing to do. :thumbup:
User avatar

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5065
Joined: Apr 6th, '14, 14:12
    Windows 10 Chrome

Re: Highslide and Quotes and inline-images

Post by martin »

Then your need these settings too.
2016-06-28_143540.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.