Highslide for popup HTML

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

Highslide for popup HTML

Post by Martin_K »

I'm quite impressed with Highslide, and would quite like to implement it for FAQ, Forum Rules links etc, to produce a close-able popup including html. It would bring phpb into the 21 st Century.

Here's a demo page:

http://highslide.com/examples/headline.html

How easy would this be to combine with Stoker's Highslide for images?

Highslide for popup HTML

Post by Stoker »

You can find all the documentation you need at the highslide homepage.

Highslide for popup HTML

Post by Martin_K »

Yes, I can see it, but can't make much sense of it yet.

Highslide for popup HTML

Post by Stoker »

Highslide for popup HTML

Post by Martin_K »

Thanks Stoker. Nearly got it working, I've got the popup working, just no text in it. I'll post up how I did it when its done.

Highslide for popup HTML

Post by Stoker »

If you cant find it ill see if i can digg out the old code somewhere.
Are we talking bbcode?

Highslide for popup HTML

Post by Martin_K »

No, it's the FAQ link, I was going to change that to 'Rules & FAQ' and have that pop down.

Highslide for popup HTML

Post by Martin_K »

The link I posted above has:

<a href="index.htm" onclick="return hs.htmlExpand(this, { headingText: 'Lorem ipsum' })">Open HTML-content</a>

Then it is supposed to pick the content from

<div class="highslide-maincontent">Content</div>

Highslide for popup HTML

Post by Stoker »

Highslide for popup HTML

Post by Martin_K »

I think I understand the problem. highslide.js needs to have Inline HTML popup incorporated. You can generate a compacted version of this file at the configurator page: http://highslide.com/configurator.php, plus download all the latest versions of the other files at the same time.

My highslide.js had the following 'switched on':

Code: Select all

* Name:    Highslide JS
 * Version: 4.1.13 (2011-10-06)
 * Config:  default -outlines -overlays -navigation -dragging -preloading -autosize -multiple -hideelements +unobtrusive +transitions +inline +packed

There's an editor at this page: http://highslide.com/editor/ to test out, and modify the appearance of your gallery, HTML etc.