Highslide for popup HTML
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
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
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?
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
Then try the 55 pages at phpbb.com https://www.phpbb.com/community/viewtop ... 0&t=830965
Highslide for popup HTML
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
If you cant find it ill see if i can digg out the old code somewhere.
Are we talking bbcode?
Are we talking bbcode?
Highslide for popup HTML
No, it's the FAQ link, I was going to change that to 'Rules & FAQ' and have that pop down.
Highslide for popup HTML
The link I posted above has:
Then it is supposed to pick the content from
<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
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':
There's an editor at this page: http://highslide.com/editor/ to test out, and modify the appearance of your gallery, HTML etc.
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.