Links Missing

ekrubonline
14 years, 9 months ago
My site is a web magazine, and so reading articles is important to my visitors. When people click on the links, they come right back to the same page they came from.

I tried to go to the link in the PC browser, and it works well. The problem comes when I view the mobile version.

What can be done?
dryabov
14 years, 9 months ago
Post link to the site (or at least send it as pm).
dryabov
14 years, 9 months ago
Yes, there is an issue with mobile homepage in non-SEF mode. Current workaround is to don't use mobile homepage feature or to enable SEF.

Currently tested solution (should be included in 0.9.7) is to replace in /plugins/system/mobilebot.php
 
$current = array ();
foreach($GLOBALS['_JREQUEST'] as $key => $var)
$current[$key] = $_REQUEST[$key];
 

to
 
$current = $_GET;
 
ekrubonline
14 years, 9 months ago
If I make this change, I'll end up with the normal home page being used? Because that normal home page is definitely not what I'd want to have mobile users see.
dryabov
14 years, 8 months ago
ekrubonline wrote:
If I make this change, I'll end up with the normal home page being used? Because that normal home page is definitely not what I'd want to have mobile users see.


No, it helps MJ to correctly determine homepage with SEF disabled.

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.