Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Re:Static content homepage
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1

TOPIC: Re:Static content homepage

Re:Static content homepage 17 years, 1 month ago #3286

The correction just discussed does fix the 403's, but it leaves the com_frontpage as the \"homepage\" that responds to \"thisurl/\" and \"thisurl/index.php\". You have con_frontpage hardcoded as the homepage; this can be fixed by the following code change, just above the change just discussed:

 
$query = \"SELECT `id`,`link` FROM #__menu WHERE `menutype` = 'mainmenu' AND `published` > 0 AND `ordering` = 1;
//`link` LIKE '%com_frontpage%' LIMIT 1\";
 


I believe this takes care of the difficulty and makes JoomSEF consistent with the Joomla! homepage rule -- the first item on the main menu is the home page.

Kim Kirkpatrick
  • Page:
  • 1
User Login Empty