I was wondering how to set up a redirect to the full site if the user wishes to view the desktop version.

I briefly used this excellent module in a d6 site and remember that it could be fed as a parameter, but I have no idea how to do this in D7.

Comments

minorOffense’s picture

Status: Active » Postponed

We haven't built the override for redirection in yet. We still have to figure out the best method for this, whether it be a query string parameter or a session cookie or maybe even something simpler.

We're flushing out the server side redirects right now. Next is to introduce a user-side (javascript) based redirect (ex: have a modal appear asking "would you like to see our mobile site" or something like that). Once those are both in place, we'll move to the override functionality.

But it's in the plan.

jlea9378’s picture

Status: Postponed » Active

Is there an update on this? I am trying to figure out how to get this working in 7.x-3.x-dev but I can't seem to get it to work. Is it still not possible?