Search…

X3 Photo Gallery Support Forums

Search…
 
Watts
Experienced
Topic Author
Posts: 30
Joined: 28 Oct 2006, 05:14

Remove "Flash version" in Html version site

01 Jan 2009, 17:54

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

02 Jan 2009, 01:27

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.
 
User avatar
Metrik
Experienced
Posts: 41
Joined: 08 Jul 2010, 17:20

Re: Remove "Flash version" in Html version site

04 Aug 2010, 16:45

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>
		-->			
 
Watts
Experienced
Topic Author
Posts: 30
Joined: 28 Oct 2006, 05:14

Re: Remove "Flash version" in Html version site

22 Feb 2011, 18:11

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
 
User avatar
Metrik
Experienced
Posts: 41
Joined: 08 Jul 2010, 17:20

Re: Remove "Flash version" in Html version site

23 Feb 2011, 18:02

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".
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Remove "Flash version" in Html version site

24 Feb 2011, 04:56

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.
firedev.com