View Full Version : vbulletin changes
savvi
10-01-2009, 11:12 AM
I need to do the following things but am having some difficulty.
-Increase hight and width of a slideshow
-increase photo file size limits, and number of photos per gallery
-increase number of galleries allowed on the site
thanks for any help
OK, what site is this on so I can take a look.
Thanks.
Height and width are controlled by the thumbs basically. The size and the number to be shown. Height auto adjusts to the thumbs. the width is controlled by the setting "Scroll Show Number of visible Image.".
Photo size and number of photos and number of galleries is controlled in usergroup settings.
savvi
10-01-2009, 11:28 AM
http://www.thenorthsidechronicle.com/forums/vbpicgallery.php
OK, the previous post is about the scroll show, not the slide show on the gallery home page you linked too.
Which is it we're trying to change?
savvi
10-01-2009, 12:45 PM
The slide show on the home page
This is the element the slideshow displays in.
<td class="alt1" width="100%" align="left" valign="top">
<div id="show" class="slideshow">
</div>
</td>
You could adjust the picture size with the Javascript in the template of that page. Look for...
<script type="text/javascript">
window.addEvent('domready', function(){
var data = {
//<![CDATA[
'vbpgimage.php?do=full&p=27&d=1243452478': { caption: 'These glass panes will provide natural light in the child area.', href: 'http://www.thenorthsidechronicle.com/forums/vbpicgallery.php?do=hall&u=1' },'vbpgimage.php?do=full&p=67&d=1252945050': { caption: 'Andy Wolfinger and Judge Kathy Bubash bring some class to the dance floor', href: 'http://www.thenorthsidechronicle.com/forums/vbpicgallery.php?do=hall&u=1' }//]]>
};
var myShow = new Slideshow('show', data, { loader: {'animate': ['http://www.thenorthsidechronicle.com/forums/clientscript/vbpg_mootools/loader-#.png', 12]}, captions: true, controller: true, height: 300, hu: 'http://www.thenorthsidechronicle.com/forums/', width: 400 });
});
</script>
savvi
10-01-2009, 01:48 PM
do you know where and in what file this code is, i cannot seem to find it
It's in vbpicgallery_main.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.