Re: [Final] phpBB Gallery 1.0.0
Verfasst: 06.06.2009 13:51
Also bei mir wird der Titel mit angezeigt:
http://www.flying-bits.org/gallery/imag ... age_id=401
http://www.flying-bits.org/gallery/imag ... age_id=401
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
// See http://highslide.com/ref for examples of settings
graphicsDir : 'highslide/graphics/',
restoreCursor : 'zoomout.cur', // necessary for preload
expandDuration : 100, // milliseconds
restoreDuration : 100,
marginLeft : 15,
marginRight : 15,
marginTop : 15,
marginBottom : 15,
zIndexCounter : 1001, // adjust to other absolutely positioned elements
loadingOpacity : 0.75,
allowMultipleInstances: true,
numberOfImagesToPreload : 5,
outlineWhileAnimating : 2, // 0 = never, 1 = always, 2 = HTML only
outlineStartOffset : 3, // ends at 10
fullExpandPosition : 'bottom right',
fullExpandOpacity : 1,
Nur müsste das schon standardmässig angezeigt werden.redbull254 hat geschrieben:Du kannst Dir das selber so konfigurieren, wie Du es magst.
Schau einmal in die Highslide-full.js rein:
Code: Alles auswählen
<script type="text/javascript" src="{T_THEME_PATH}/highslide/highslide-with-gallery.packed.js"></script>
<script type="text/javascript">
hs.graphicsDir = '{T_THEME_PATH}/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'controls-in-heading';
hs.fadeInOut = true;
hs.dimmingOpacity = 0.8;
// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: false,
overlayOptions: {
opacity: 1,
position: 'top right',
hideOnMouseOut: false
}
});
</script>
Code: Alles auswählen
hs.dimmingOpacity = 0.8;
Code: Alles auswählen
hs.wrapperClassName = 'controls-in-heading';
Code: Alles auswählen
<script type="text/javascript" src="{T_THEME_PATH}/highslide/highslide-with-gallery.packed.js"></script>
<script type="text/javascript">
hs.graphicsDir = '{T_THEME_PATH}/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'controls-in-heading';
hs.fadeInOut = true;
hs.dimmingOpacity = 0.8;
// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: false,
overlayOptions: {
opacity: 1,
position: 'top right',
hideOnMouseOut: false
}
});
</script>