Welcome, Guest
Username Password: Remember me

Flat template will not force as home page
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Flat template will not force as home page

Flat template will not force as home page 10 years, 6 months ago #16151

  • kingdom
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
I am unable to have the Flat template force a home page. I am using joomla 3.0.

It seemed to be forcing the page I wanted to use as a home page for a while but as I continued working on the site and adding content, it reverted back to the original home page that I have set on the standard site.

I have made sure that I made no changes to the general settings. In the general settings I have it set to force the page that I want forced but it is not working.

Please help...

Thanks,
joe

Re: Flat template will not force as home page 10 years, 6 months ago #16152

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
Latest Joomla release has broken homepage detection in MobileJoomla. It is fixed in our repository:
github.com/mobilejoomla/mobilejoomla/commit/acef820636d402b483f9460596f2ab6b0994df56
and will be included in next MJ release. Currently you can manually apply the patch to plugins/system/mobilebot/mobilebot.php

Re: Flat template will not force as home page 10 years, 6 months ago #16153

  • kingdom
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
Thanks for the help!

Do you know when the next MJ release will be?

Also, how do I get to the PHP to make that change?

 Unfortunately I am not a developer and this is a little bit over my head.

Re: Flat template will not force as home page 10 years, 6 months ago #16154

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
The release date is not scheduled yet.
To apply the patch, open that file by FTP, found line
 
$current = array_merge($_GET, $router->getVars());
 

and add following code below:
 
if(!isset($current['Itemid']))
      $current['Itemid'] = (string)$Itemid;
 
The following user(s) said Thank You: nettemor

Re: Flat template will not force as home page 10 years, 6 months ago #16157

  • kingdom
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
I had my IT team apply the patch and it didn't work.

We loaded the file from the repository and then went and added the patch to the PHP as well.

Anything else this could be?

Re: Flat template will not force as home page 10 years, 6 months ago #16160

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
What is exact Joomla version on your website?
And could you list all published plugins of "system" group?
  • Page:
  • 1
Time to create page: 0.14 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.