Hi Marco,
i´ve just another "bug".
Your Mod works perfectly on the forum, but í´ve installed another addon from vbadvanced called "vbAdvanced Link".
My directory structure is now like this:
/path/to/root/forum (place of vBulletin 4.0.x and your AddOn)
/path/to/root/links (place of vbAdvanced Links)
The Problem is now the Javascript Code that your Mod embedes. The Path-Values are relative - better it would be absolute. So your Javascript Code wouldn´t make an Error by other Mods.
My suggestion would be like this one:
<script type="text/javascript">
<!--
folder="/forum/highslide/";
//-->
</script>
<script type="text/javascript" language='javascript1.2' src="/forum/highslide/highslide-with-gallery.js"></script>
<link rel="stylesheet" type="text/css" href="/forum/highslide/highslide.css" />
<script type="text/javascript">
hs.graphicsDir = '/forum/highslide/graphics/';
OR the best soultion would be to implement a field where the user can configure itself the path to highslide (default with your settings) - so a user can decide to use his own higslide maybe on another path.
Best regards.
Michael
|