Search…

X3 Photo Gallery Support Forums

Search…
 
winph
Experienced
Topic Author
Posts: 236
Joined: 19 Jul 2008, 05:07

no flash / javascript install page

04 Sep 2008, 11:14

Hi,

how do i edit the page where no flash or javascript install page?
is it possible to add in config page when no flash or javascript is disabled it will automatically go to html page?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: no flash / javascript install page

04 Sep 2008, 11:45

winph wrote:how do i edit the page where no flash or javascript install page?
I don't know if you can classify it as a "page", but you can change the content by editing templates/index_gallery.phtml:
Code
<div id="imagevue">
	<div id="na">
            (your content here)
	</div>
</div>
winph wrote:is it possible to add in config page when no flash or javascript is disabled it will automatically go to html page?
There used to be an option in the SWFObject javascript for redirecting if missing flash player, but it is gone in latest release. I don't think you can do the same for javascript ... You basically need javascript to trigger a redirect event based on a condition. The only option would be to target the html page, and if javascript exists, then forward to flash page.
 
winph
Experienced
Topic Author
Posts: 236
Joined: 19 Jul 2008, 05:07

04 Sep 2008, 11:58

thanks for the reply...
btw html page is working with iphone :)