Difference between revisions of "MobileFrontend"
From Biowikifarm Metawiki
Maëva Rouxel (Talk | contribs) |
Maëva Rouxel (Talk | contribs) |
||
Line 7: | Line 7: | ||
To see mobileFrontend of the page you can add ?userformat=mobile at the end of the url of click on "Mobile View" at the end of the page. | To see mobileFrontend of the page you can add ?userformat=mobile at the end of the url of click on "Mobile View" at the end of the page. | ||
− | For mobile autodetection add in | + | |
+ | For mobile autodetection add in LocalSettings.php : | ||
$wgMFAutodetectMobileView = true; | $wgMFAutodetectMobileView = true; | ||
Access to the page on a mobile will displays the mobile view. | Access to the page on a mobile will displays the mobile view. |
Revision as of 09:52, 2 May 2016
Installation of MobileFrontend extension (works on Pla@ntuse)
Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/MobileFrontend/MobileFrontend.php";
To see mobileFrontend of the page you can add ?userformat=mobile at the end of the url of click on "Mobile View" at the end of the page.
For mobile autodetection add in LocalSettings.php :
$wgMFAutodetectMobileView = true;
Access to the page on a mobile will displays the mobile view.