Search…

X3 Photo Gallery Support Forums

Search…
 
Sir William
Topic Author
Posts: 12
Joined: 26 Aug 2008, 00:26

html page style

02 Sep 2008, 14:31

I was able to style a text page into tables, but I did it the hardest way possible since there is no other option, now the html page version doesn't really like that style...

Is there a way to style a html vesion text page without messing with the flash version?

and how do we create a contact us page in html version? cause the html version doesn't like the image we use for the flash form.

and last, is there a way to REMOVE html pages w/out messing with the flash version? since I CAN'T get the contact form to work on the html version.

thanks
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

03 Sep 2008, 02:30

Yes, unfortunately html version doesnt not support contact form as of now and flash cant display tables, to completely disable html.

To disable it completely delete this block from imagevue/routing.inc.php:
Code
$routingRules[] = array(
	'match' => array('p' => 'html'),
	'routeTo' => array('controller' => 'index', 'action' => 'html')
);
Last edited by Nick on 03 Sep 2008, 09:51, edited 1 time in total.
firedev.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

03 Sep 2008, 09:33

Appreciate your feedback ... For now, we have had to simply focus on improving and fixing the SWF gallery regardless since that is the main flagship here. We will have to look into "conflicting" items sooner or later ...