Revision history for Slideshow2Handler
Revision [23364]
Last edited on 2016-05-20 07:38:47 by DomBonj [Replaces old-style internal links with new pipe-split links.]Additions:
- Download [[http://meyerweb.com/eric/tools/s5/v/1.1/s5-11.zip | this compressed file]] to the newly created ##S5## directory
Deletions:
Revision [20027]
Edited on 2008-06-09 16:12:25 by DomBonj [v0.91: bugfix for improved mod_rewrite compatibility]Additions:
# @version 0.91
$theme_dir = '/3rdparty/plugins/S5/ui/default';
$theme_dir = '/3rdparty/plugins/S5/ui/default';
Deletions:
$theme_dir = '3rdparty/plugins/S5/ui/default';
Additions:
- Wikka 1.1.6.2 & 1.1.6.3 & 1.1.6.4
3. In ##libs/Wakka.class.php##, go to line 1037 [versions 1.1.6.2 & 1.1.6.3 only] or to line 1743 [version 1.1.6.4 only] and replace the following code block:
3. In ##libs/Wakka.class.php##, go to line 1037 [versions 1.1.6.2 & 1.1.6.3 only] or to line 1743 [version 1.1.6.4 only] and replace the following code block:
Deletions:
3. In ##libs/Wakka.class.php##, go to line 1037 and replace the following code block:
No Differences
Revision [16605]
Edited on 2007-05-18 08:56:51 by DomBonj [v0.91: bugfix, addition, 1.1.6.3 compatibility]Additions:
- Wikka 1.1.6.2 & 1.1.6.3
- Save the fourth code block below as ##3rdparty/plugins/S5/.htaccess##
<script src="'.$theme_dir.'/slides.js" type="text/javascript"></script>'."\n"; ?>
4. New ##3rdparty/plugins/S5/.htaccess## file
<<##3rdparty/plugins/S5/.htaccess##<<
<IfModule mod_rewrite.c>
RewriteEngine off
</IfModule>
- Save the fourth code block below as ##3rdparty/plugins/S5/.htaccess##
<script src="'.$theme_dir.'/slides.js" type="text/javascript"></script>'."\n"; ?>
4. New ##3rdparty/plugins/S5/.htaccess## file
<<##3rdparty/plugins/S5/.htaccess##<<
<IfModule mod_rewrite.c>
RewriteEngine off
</IfModule>
Deletions:
<script src="'.$theme_dir.'/slides2.js" type="text/javascript"></script>'."\n"; ?>