silverstripe-archive / silverstripe-mobile

Mobile support module for SilverStripe CMS
http://silverstripe.org/mobile/
BSD 3-Clause "New" or "Revised" License
35 stars 36 forks source link

Show desktop website #44

Closed rnnyrk closed 8 years ago

rnnyrk commented 10 years ago

I want to make a button so that user can view the desktop website. Is this possible? Thanks :)

helenclarko commented 8 years ago

Hi Ronnyrr,

Use the following as hyperlinks:

On Mobile Site to go to Full Site: http://website.com/$URLSegment?fullSite=1

On Full Site to go to Mobile: http://m.website.com/$URLSegment?fullSite=0

Swap out website.com with your domain.

-helenclarko

dhensby commented 8 years ago

These kinds of questions should be in the forum.