UPDATE: These instructions are
Setting Up a Mobile Member's Area
(NOTE - This requires purchase of the Mobile add-on and your CMS admin panel to be version 3.1 or later. These instructions assume you already have a mobile site in use that was
Step 1) FTP to your server and create a folder (or access a subdomain like 'm.domain-name.com') you want to use for your mobile member's area.
Step 2) FTP to your server and locate the
Step 3) Connect to your server via FTP and locate your cms_admin/smarty. Copy one of your existing Smarty mobile folders( e.g 'smarty0_mobile') and assign it a name that matches the site ( e.g 'smarty0_mobile_newsite')
Step 4) Edit the cmsinclude.ini.php file in the new mobile folder and change the line SMARTY_FOLDER= to match the folder name specified in Step 3 above. Make sure the site ID is the correct site ID for this site. It should match the ID contained in the cmsinclude.ini.php of the site's standard member's area.
Step 5) Add a symlink (or have your host add this for you) to symlink the content/ folder on the standard/main member's area of the site that stores the content to the /content folder within your new folder or subdomain. Symlinks are not CMS related so this is not something our support staff can help with.
Step 6) In your admin panel under Utilities, Media Types, edit the Media Types and specify which
Options:
A) You can automatically redirect members that are viewing on a mobile device to your new mobile area by adding the following lines to the 'cmsinclude.ini.php' file of your DESKTOP members area:
REDIRECT_MOBILE="http://m.domain-name.com/members/"
and you can redirect members viewing on a desktop browser to your new mobile area by adding the following lines to the 'cmsinclude.ini.php' file of your MOBILE members area:
REDIRECT_DESKTOP="http://www.domain-name.com/members/"
B) If you are using our
SMARTY_FOLDER={name of smarty folder}
MOBILE_SMARTY_FOLDER={name of mobile smarty folder}
Then comment our the MOBILE=0 line by adding ';' before it like this:
;MOBILE=0
Then the Mobile version link will allow the members to