General ⇒ Highslide and Quotes and inline-images
-
zardos
- Users

- Posts: 175
- Joined: 10 years ago
- Status: Offline
- User theme: Dark
Highslide and Quotes and inline-images
If anyone is interested. 
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

-
dmzx Online
- Founder

- Posts: 6550
- Joined: 12 years ago
- Status: Online
- User theme: Dark
Re: Highslide and Quotes and inline-images
Sure always interested 
-
zardos
- Users

- Posts: 175
- Joined: 10 years ago
- Status: Offline
- User theme: Dark
Re: Highslide and Quotes and inline-images
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.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
martin
- Admin

- Posts: 5138
- Joined: 12 years ago
- Status: Offline
- User theme: Dark
Re: Highslide and Quotes and inline-images
What phpbb version is this for as highslide has an issue with mchat (or did at one time)

-
zardos
- Users

- Posts: 175
- Joined: 10 years ago
- Status: Offline
- User theme: Dark
Re: Highslide and Quotes and inline-images
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.
-
martin
- Admin

- Posts: 5138
- Joined: 12 years ago
- Status: Offline
- User theme: Dark
Re: Highslide and Quotes and inline-images
Il test on 3.2
as highslide died on that version
-
zardos
- Users

- Posts: 175
- Joined: 10 years ago
- Status: Offline
- User theme: Dark
Re: Highslide and Quotes and inline-images
Would love all those to work on 3.2.0 martin, i love highslide and those quote are rearly nice, let me know martin. 
Look at this scroll up, rearly nice.
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.
-
martin
- Admin

- Posts: 5138
- Joined: 12 years ago
- Status: Offline
- User theme: Dark
Re: Highslide and Quotes and inline-images
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.
-
zardos
- Users

- Posts: 175
- Joined: 10 years ago
- Status: Offline
- User theme: Dark
Re: Highslide and Quotes and inline-images
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.
-
martin
- Admin

- Posts: 5138
- Joined: 12 years ago
- Status: Offline
- User theme: Dark
Re: Highslide and Quotes and inline-images
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.
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.
-
martin
- Admin

- Posts: 5138
- Joined: 12 years ago
- Status: Offline
- User theme: Dark
Re: Highslide and Quotes and inline-images
Now make a bbcode in the acp
bbcode
html
help line
and if you want you tubes to open
bbcode
html
display on posting page
yes
bbcode
Code: Select all
[img]{URL}[/img]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>Code: Select all
Highslide Img: [img]link to image[/img]bbcode
Code: Select all
[youtubehs]{IDENTIFIER}[/youtubehs]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]yes
-
zardos
- Users

- Posts: 175
- Joined: 10 years ago
- Status: Offline
- User theme: Dark
Re: Highslide and Quotes and inline-images
Is this for 3.1.9 or 3.2.0 martin
-
martin
- Admin

- Posts: 5138
- Joined: 12 years ago
- Status: Offline
- User theme: Dark
Re: Highslide and Quotes and inline-images
Works from phpbb 3.0 all the way to 3.1 but stopped on 3.2
-
zardos
- Users

- Posts: 175
- Joined: 10 years ago
- Status: Offline
- User theme: Dark
Re: Highslide and Quotes and inline-images
Damm, thanks for the code above martin, just playing with HS now, while i have nothing to do. 
-
martin
- Admin

- Posts: 5138
- Joined: 12 years ago
- Status: Offline
- User theme: Dark
Re: Highslide and Quotes and inline-images
Then your need these settings too.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.