The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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. |
#2
|
||||
|
||||
![]()
Have a look in "Similar Threads" below this post.
![]() |
#3
|
|||
|
|||
![]()
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: Code:
<script type="text/javascript" language='javascript1.2' src="highslide/highslide-with-gallery.js"></script> Code:
<script type="text/javascript" language='javascript1.2' src="highslide/highslide.js"></script> The hs_align says 'center' but it's still not working. The settings in my hs_headinclude are: Code:
<!-- 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 --> |
#4
|
||||
|
||||
![]()
So it works fine on a sample they give you, but not in vBulletin?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|