Iphone App customization

Hello everyone,

Has anyone redesigned the standard login page for iPhone app? I would like to remove the standard "Add Site" url option and hardcode my own URL and only display USERNAME and PASSWORD text fields with a login button.

Please let me know if you had any success with it.

Thanks.

Vadim.

Quote · 26 Apr 2010

I would like to know too.  Will it remove if we get the license for it?  When you hit the dolphin app, i just want to see the login form right away. No need to have "Add Site" there since it's for ONE website.  can anyone give us a guide how to remove this.  I have Xcode and I'd like to know how.  :) 

Thanks!  

Patrick

Quote · 6 May 2012

You need a mobile license in order to download/customize the iPhone and Android apps. If you have them, then in order to remove the 'Add Site' and lock it to your own, then you need to:

 

Changes in the Classes/config.h file:

To lock the app to your site only, look for the following code

// specify site you want to lock to, for example: #define BX_LOCK_APP    @"mysite.com/dolphin"
#define BX_LOCK_APP    nil

You can change it look something like this

// specify site you want to lock to, for example: #define BX_LOCK_APP    @"mysite.com/dolphin"
#define BX_LOCK_APP    @"www.mysite.com" (I had to use the www in front for it to work)

- Colors can be changed here too

Nothing to see here
Quote · 7 May 2012

Thanks Zarcon!  you're always been a great help!  :)

 

Edit:  It works!  thanks!  is it possible to skip "www.mywebsite.com" selection.  When you open it, i just want to see the login.  Can that be done?

Quote · 7 May 2012

 

Thanks Zarcon!  you're always been a great help!  :)

 

Edit:  It works!  thanks!  is it possible to skip "www.mywebsite.com" selection.  When you open it, i just want to see the login.  Can that be done?

 Not that I am aware of.

Nothing to see here
Quote · 7 May 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.