how to switch from the normal website to the mobile website

webmaster@avtyphoon.nl
13 years, 5 months ago
Hello, I justed installed mobile joomla and it worked directely. However once i pushed the link, switch to the normal website, I saw the normal website. But now I cannot go back to the mobile website anymore.

Can you please help me on this matter. Thanks, Roelof
ghost18uk
13 years, 5 months ago
same happened to me been struggling for a few hours now trying to revert it to the mobile view
ghost18uk
13 years, 5 months ago
just found how to do it

edit the file:
/modules/mod_mj_markupchooser/mod_mj_markupchooser.php

and change:
$link = modMarkupChooserHelper::getChangeLink($saved_markup===false?'-':'', '-');
to
$link =$helper->getChangeLink($saved_markup===false?'-':'', '-');

You can now create a new markupchooser module and assign it to your default template.

all done
webmaster@avtyphoon.nl
13 years, 5 months ago
You can get back to it if you delete your cookies on your mobile. But this is not the way to do it in my view. So what the general solution is I would like to know. !
dryabov
13 years, 5 months ago
In next version of MJ new (cookies-independed) method of switching will be released.
webmaster@avtyphoon.nl
13 years, 5 months ago
when will the next version be available.
And for now, what's the solution to prevent this behaviour. Is it as described above ?

Thanks,

Roelof
dryabov
13 years, 5 months ago
webmaster@avtyphoon.nl wrote:
when will the next version be available.

Most likely on 11-15th of July.

webmaster@avtyphoon.nl wrote:
And for now, what's the solution to prevent this behaviour. Is it as described above?

Yes, but it doesn't work with proxy-servers of some mobile operators. That's why we will use cookie-free solution in next release.

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.