https://www.icyphoenix.com/viewtopic.php?f=1&t=8040&p=53516#p53516
-----------------------------------
Mighty Gorgon
Thu 25 Aug, 2011 23:40

Icy Phoenix Mobile Devices Style
-----------------------------------
Hi all,
I'm very glad to announce that Icy Phoenix has now a new style which is optimized for mobile devices.

The new style has been developed by [b]CyberAlien[/b] owner of the great project [url=http://www.colorizeit.com/]ColorizeIt!

The style is still in beta testing phase, and if you want to help in debugging, you can have a try with the latest development version of Icy Phoenix that you can find on GIT:

[url=https://github.com/MightyGorgon/icy_phoenix]Icy Phoenix Latest Development Version

Here you will find the Mobile style:

[url=https://github.com/MightyGorgon/icy_phoenix/tree/master/templates/mobile]Icy Phoenix Mobile Style

To use it, just download and install Icy Phoenix (from GIT) and then navigate it with a mobile device (iPhone, Android, Blackberry...).

If you are willing to see the style with a "normal" pc you can install it as you would do for any other style and activate it... otherwise you can manually change [b]includes/sessions.php[/b]:

FIND
[codeblock]		// For debugging purpose you can force this to true
		//$this->data['is_mobile'] = true;[/codeblock]
REPLACE WITH
[codeblock]		// For debugging purpose you can force this to true
		$this->data['is_mobile'] = true;[/codeblock]

Let me know what do you think and if you find any bug.

I also would like to thank [b]CyberAlien[/b] for the precious help in developing such a style.

Thanks,
Luca


