vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How do I install 'highslide' on my forum (https://vborg.vbsupport.ru/showthread.php?t=211317)

ReadOrDie 04-15-2009 10:43 PM

How do I install 'highslide' on my forum
 
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:

Code:

<script type="text/javascript" language='javascript1.2' src="highslide/highslide-with-gallery.js"></script>
To:
Code:

<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:

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 -->

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

Quote:

Originally Posted by ReadOrDie (Post 1792664)
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?


All times are GMT. The time now is 12:04 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01006 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete