Page 1 of 1

Remove "Flash version" in Html version site

Posted: 01 Jan 2009, 17:54
by Watts
Hello,
Thanks you team an other time.

1/ How to remove the "Flash version" link in Html version site ?
2/ Not full screen mode with javascript in html site like flash version ?

Thanks all

Posted: 02 Jan 2009, 01:27
by mjau-mjau
1. You can edit the file imagevue/templates/layout.phtml - carefully!

2. Not quite sure what you mean. There is no fullscreen mode from the html version, because the "fullscreen" effect it a command that is native to flash.

Re: Remove "Flash version" in Html version site

Posted: 04 Aug 2010, 16:45
by Metrik
Watts wrote:1/ How to remove the "Flash version" link in Html version site ?
For imagevue_x2.1.7.2, locate and edit the file:
imagevue/templates/layout.phtml

Comment out the flashlink div like this:
Code
		<!-- commented out
			<div id="flashlink">
				<a href="?p=gallery#/<?php echo $swfAPath; ?>" title="Flash version of this page" target="_blank">Flash version &raquo;</a>
			</div>
		-->			

Re: Remove "Flash version" in Html version site

Posted: 22 Feb 2011, 18:11
by Watts
Ok, thank you (9 months later...) and on the 2.6.4 version how to remove "Flash version" in Html site because i don't want to use flash ?
Also, what are the best solutions to customize the html template files ?
thank you

Re: Remove "Flash version" in Html version site

Posted: 23 Feb 2011, 18:02
by Metrik
Watts, you're not trying very hard. It's the same file and the same edit. Only the directory structure has changed in the newer versions, so the folder previously called "imagevue" is now called "iv-includes".

Re: Remove "Flash version" in Html version site

Posted: 24 Feb 2011, 04:56
by Nick
Another option is to just add:
Code
#flashlink { display: none }
to iv-includes/assests/css/imagevue.html.css

We're working on improving those things for the next release.