View Full Version : How do I install 'highslide' on my forum
ReadOrDie
04-15-2009, 10:43 PM
Sorry,
I've recently seen a lot of people talking about this new image software called 'highslide'. I searched the forum and didn't find any guides to installing it. I checked out the 'highslide' website and here are the steps:
1. Download and extract the zip-archive from the download page. Done
2. Run the file index.html, navigate to your favourite setup and view the source. Done
3. Change the file to suit your needs, or copy and paste parts of it into your HTML file. If you mess it up, go back to the original file and change it bit by bit. Study the documentation and the API reference for advanced features. Here's where I'm lost...WHAT HTML file??
I'm so sorry if there was a thread for this that I didn't see or something. Everything involving highslide were addons.
Dismounted
04-16-2009, 01:29 AM
Have a look in "Similar Threads" below this post. ;)
ReadOrDie
04-16-2009, 05:37 PM
Thank you dismounted. That worked however I'm having a bit of trouble right now maybe you can help:
I figured out how to install highslide but I also have a few questions. I got highslide to work on the forums, and I'm trying to make it so JUST the image pops up. Not the black background or anything I got that to work by changing:
<script type="text/javascript" language='javascript1.2' src="highslide/highslide-with-gallery.js"></script>
To:
<script type="text/javascript" language='javascript1.2' src="highslide/highslide.js"></script>
However now my problem is that the image pops up perfectly how I want to, but it is NOT centered. Something that the file "highslide-with-gallery.js" did for me perfectly.
The hs_align says 'center' but it's still not working. The settings in my hs_headinclude are:
<!-- HS Images Resize -->
<script type="text/javascript">
<!--
folder="./highslide/";
//-->
</script>
<script type="text/javascript" language='javascript1.2' src="highslide/highslide-with-gallery.js"></script>
<link rel="stylesheet" type="text/css" href="highslide/highslide.css" />
<script type="text/javascript">
hs.graphicsDir = 'highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'glossy-dark';
hs.wrapperClassName = 'dark';
hs.fadeInOut = true;
hs.numberPosition = 'caption';
hs.dimmingOpacity = 0.75;
// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: 'fit',
overlayOptions: {
opacity: .75,
position: 'bottom center',
hideOnMouseOut: true
}
});
</script>
<script type="text/javascript">
<!--
HSImageResizer.MAXWIDTH = $vboptions[hs_maxwidth];
HSImageResizer.MAXHEIGHT = $vboptions[hs_maxheight];
//-->
</script>
<!-- / HS Images Resize -->
The highslide code I'm using for highslide.js is here: http://highslide.com/highslide/highslide.js?src=
Dismounted
04-17-2009, 03:59 AM
However now my problem is that the image pops up perfectly how I want to, but it is NOT centered. Something that the file "highslide-with-gallery.js" did for me perfectly.
So it works fine on a sample they give you, but not in vBulletin?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.