XMap, extended_menu, menu titles: solved
1 post
• Page 1 of 1
XMap, extended_menu, menu titles: solved
Hi!
I use the module "extended menu":
http://de.siteof.de/extended-menu.html
You can see this module in this free template "JSN EPIC" three times: top (suckerfish), left (bullettree) and bottom (divbar):
http://demo.joomlashine.com/joomla-templates/jsn_epic/j10/index.php
XMaps gets the menu title from the table "modules", field "module", content "mod_mainmenu" in file:
[list][*]componentscom_xmapxmap.php
[*]respectively componentscom_joomapjoomap.php[/list:u]
These replacements are necessary:
[list][*]for extended menu, Joomla 1.0.x: instead of "mod_mainmenu": "mod_exmenu"
[*]for extended menu, Joomla 1.5: instead of "mod_mainmenu": "mod_exmenu-j15"[/list:u]
So it would be a nice feature if XMap would ask if "extended menu" is used or not (in order to get the fitting menu titles for the sitemap).
Bye! - Georg
I use the module "extended menu":
http://de.siteof.de/extended-menu.html
You can see this module in this free template "JSN EPIC" three times: top (suckerfish), left (bullettree) and bottom (divbar):
http://demo.joomlashine.com/joomla-templates/jsn_epic/j10/index.php
XMaps gets the menu title from the table "modules", field "module", content "mod_mainmenu" in file:
[list][*]componentscom_xmapxmap.php
[*]respectively componentscom_joomapjoomap.php[/list:u]
These replacements are necessary:
[list][*]for extended menu, Joomla 1.0.x: instead of "mod_mainmenu": "mod_exmenu"
[*]for extended menu, Joomla 1.5: instead of "mod_mainmenu": "mod_exmenu-j15"[/list:u]
- Code: Select all
// $query = "SELECT * FROM #__modules WHERE published='1' AND module='mod_mainmenu' AND params LIKE '%menutype=". $menutype ."%'";
$query = "SELECT * FROM #__modules WHERE published='1' AND module='mod_exmenu' AND params LIKE '%menutype=". $menutype ."%'";
So it would be a nice feature if XMap would ask if "extended menu" is used or not (in order to get the fitting menu titles for the sitemap).
Bye! - Georg
- FluteTraverse
- Fresh Boarder

- Posts: 1
- Joined: Fri May 09, 2008 2:15 pm
1 post
• Page 1 of 1
Who is online
Users browsing this forum: Google [Bot] and 2 guests