< Back 
History log
In this history log I'll explain the most important features which were added and how to use them.
v6.1.9
In the JAlbum advanced settings-tab you can enter a custom variable to activate your custom typefaces, but you could also select 'custom' from the typefaces list in the BananAlbum 'more' settings tab.
titletypeface -> custom_title.swf
descriptiontypeface -> custom_description.swf
menutypeface -> custom_menu.swf
In the settings.xml file these variables will be implemented as follows:
typeface="[res]typefaces/custom.swf"
(I'll be adding the functionality to have a custom_menu.swf with icons as well)
And some more info on the default style:
Every style can have its own set of variables, to manipulate certain settings.
For the default style you can use fixed="false" w="" h="" leftcolumn="300"
You can enter these settings in a JAlbum advanced custom variables field:
stylevars -> fixed="true"
or:
stylevars -> fixed="true" leftcolumn="300"
And did you know:BananAlbum has a nifty 'calculator' inside. For example: If you want to specify the height of the default style: you want it to have a maximum height of 600, but if people have smaller screens, you want it to scale acordingly. You can use: h="0,stage_h,600" where '0' is the minimum height, 'stage_h' the hight of the browser window and '600' the maximum value.
To be continued!