Welcome, Guest
Username Password: Remember me

Links Missing
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Links Missing

Links Missing 13 years, 9 months ago #389

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?

Links Missing 13 years, 9 months ago #1876

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
Post link to the site (or at least send it as pm).

Links Missing 13 years, 9 months ago #1879

Links Missing 13 years, 9 months ago #1880

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
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;
 

Links Missing 13 years, 9 months ago #1881

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.

Links Missing 13 years, 9 months ago #1936

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
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.
  • Page:
  • 1
Time to create page: 0.13 seconds

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.