grimurnet wrote:... so that when you choose eg. english you will be brought to the english page of the current page. Be able to add the link to the mainmenu and also as control buttons just like the share feature.
This is possible already.
You just have to make a folder and use it as a link.
Make a title like: [dutch]Engels[/dutch][english]English[/english]
Assign a link like:
http://portfolio.grimur.net/english.html
You can make this english.html file by starting imagevue (possibly better being logged out as admin) and saving the source.
Modify the source so that the language parameter is included. You can even make a dedicated language theme active. This can become handy i.e. when you want different background images for a language (like logo, copyright, etc.)
Read also these topics:
https://forum.photo.gallery/viewtopic.php?f=28&t=6790
https://forum.photo.gallery/viewtopic.php?f=28&t=6829
Example (language has been added and theme has been modified):
var flashVars = {
foreground_color: 'FFFFFF',
background_color: '000000',
language: 'english'
};
flashVars.theme = 'englishTheme';
var attributes = {
id: 'imagevue',
name: 'imagevue'
}