Nově na jAlbum? Zaregistrujte se vytvořit profesionální fotoalba. Jste již zaregistrován? Přihlásit se zde.
Pat1il's albums
adHello Pat1il,
Is it possible (which files to be modified) that your DPL V3 skin support the Jalbum widgets?
Thanks in advance.
I have not looked into supporting jablum widgets and do not know what is involved.
The index.html page is generated from the default.htt file in the skins directory and it's relatively straight forward, simple web page. I guess you could modify this, but I am not sure how.
You could also add a menu item (see forum for adding links) and use that to interface with a widget. The menu structure is defined in the DPLMenu.xml file. Unfortunately this is generated each time and would need to be modified after the album is generated unless you really understand/know how to modify jalbum scripts (folders.htt)
Good luck
If you decide to be ambitious and modify DPL skin, please let me know if you are successful and willing to share your modifications. I could include them in the "official" version.
Pat
Adding additional menu items is a manual process. The menu item can be anything that you can implement in JavaScript including links....
To add additional menu buttons, you need to edit the DPLMenu.xml file after creating your album and adding:
where:
"Menu text" is the name of your menu item
"functionName" is the name of a JavaScript function you must manually include in your index.html page
and "JavaScript string parameter" is any parameter you wish to pass to the JavaScript function.
For more help, please search DPL forum for answers....
Regards
Pat
hello Pat
its a realy nice Skin - only the preview is not working on my pc with this Skin
do you have any idea?
Pat:
can we take out or disable the printing in the flash menu
thanks Rick
I changed the code to eliminate "printing" from the context menu in the latest code.