/home/preegmxb/byeaglytics-co.com/administrator/components/com_menus/presets/alternate.xml
<?xml version="1.0"?>
<menu
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:joomla.org"
xsi:schemaLocation="urn:joomla.org menu.xsd"
>
<menuitem
type="component"
title="MOD_MENU_CONTROL_PANEL"
link="index.php"
element="com_cpanel"
class="class:home"
/>
<menuitem
title="MOD_MENU_SYSTEM"
type="heading"
icon="wrench"
class="class:wrench"
>
<menuitem
title="MOD_MENU_CONFIGURATION"
type="component"
element="com_config"
link="index.php?option=com_config"
/>
<menuitem
title="MOD_MENU_GLOBAL_CHECKIN"
type="component"
element="com_checkin"
link="index.php?option=com_checkin"
/>
<menuitem
title="MOD_MENU_CLEAR_CACHE"
type="component"
element="com_cache"
link="index.php?option=com_cache"
/>
<menuitem
title="MOD_MENU_SYSTEM_INFORMATION"
type="component"
element="com_admin"
link="index.php?option=com_admin&view=sysinfo"
/>
</menuitem>
<menuitem
title="COM_USERS_MENUS_USERS"
type="heading"
icon="users"
class="class:users"
>
<menuitem
title="COM_USERS_MENUS_USER_MANAGER"
quicktask-title="COM_USERS_MENUS_ADD_USER"
type="component"
element="com_users"
link="index.php?option=com_users&view=users"
quicktask="index.php?option=com_users&task=user.add"
/>
<menuitem
title="COM_USERS_MENUS_GROUPS"
type="component"
element="com_users"
link="index.php?option=com_users&view=groups"
/>
<menuitem
title="COM_USERS_MENUS_LEVELS"
type="component"
element="com_users"
link="index.php?option=com_users&view=levels"
/>
<menuitem
type="separator"
/>
<menuitem
title="MOD_MENU_FIELDS"
type="component"
element="com_fields"
link="index.php?option=com_fields&context=com_users.user"
/>
<menuitem
title="MOD_MENU_FIELDS_GROUP"
type="component"
element="com_fields"
link="index.php?option=com_fields&view=groups&context=com_users.user"
/>
<menuitem
type="separator"
/>
<menuitem
title="COM_USERS_MENUS_NOTES"
type="component"
element="com_users"
link="index.php?option=com_users&view=notes"
/>
<menuitem
title="COM_USERS_MENUS_NOTE_CATEGORIES"
type="component"
element="com_categories"
link="index.php?option=com_categories&view=categories&extension=com_users"
/>
<menuitem
type="separator"
/>
<menuitem
title="MOD_MENU_COM_PRIVACY"
type="heading"
icon="user-secret"
class="class:privacy"
dashboard="privacy"
>
<menuitem
title="MOD_MENU_COM_PRIVACY_REQUESTS"
type="component"
element="com_privacy"
link="index.php?option=com_privacy&view=requests"
/>
<menuitem
title="MOD_MENU_COM_PRIVACY_CAPABILITIES"
type="component"
element="com_privacy"
link="index.php?option=com_privacy&view=capabilities"
/>
<menuitem
title="MOD_MENU_COM_PRIVACY_CONSENTS"
type="component"
element="com_privacy"
link="index.php?option=com_privacy&view=consents"
/>
</menuitem>
<menuitem
title="MOD_MENU_COM_ACTIONLOGS"
type="component"
element="com_actionlogs"
link="index.php?option=com_actionlogs"
class="class:userlogs"
/>
<menuitem
type="separator"
/>
<menuitem
title="MOD_MENU_MASS_MAIL_USERS"
type="component"
element="com_users"
link="index.php?option=com_users&view=mail"
scope="massmail"
/>
<menuitem
type="separator"
/>
<menuitem
title="MOD_MENU_MESSAGING"
type="component"
element="com_messages"
link="index.php?option=com_messages"
>
<menuitem
title="MOD_MENU_MESSAGING_NEW"
type="component"
element="com_messages"
link="index.php?option=com_messages&task=message.add"
/>
<menuitem
title="MOD_MENU_MESSAGING_PRIVATE"
type="component"
element="com_messages"
link="index.php?option=com_messages&view=messages"
/>
</menuitem>
</menuitem>
<menuitem
title="MOD_MENU_MENUS"
type="heading"
icon="list"
class="class:list"
>
<menuitem
title="MOD_MENU_MENU_MANAGER"
type="component"
element="com_menus"
link="index.php?option=com_menus&view=menus"
/>
<menuitem
type="separator"
/>
<menuitem
title="MOD_MENU_MENUS_ALL_ITEMS"
type="component"
element="com_menus"
link="index.php?option=com_menus&view=items&menutype="
/>
<!--
Following is an example of repeatable group based on simple database query.
This requires sql_* attributes (sql_select and sql_from are required)
The values can be used like - "{sql:columnName}" in any attribute of repeated elements.
The repeated elements are place inside this xml node but they will be populated in the same level in the rendered menu
-->
<menuitem
type="separator"
title="JSITE"
hidden="false"
sql_select="a.id, a.title, a.menutype, CASE COALESCE(SUM(m.home), 0) WHEN 0 THEN '' WHEN 1 THEN CASE m.language WHEN '*' THEN 'class:icon-home' ELSE CONCAT('image:', l.lang_code) END ELSE 'image:mod_languages/icon-16-language.png' END AS icon"
sql_from="#__menu_types AS a"
sql_where="a.client_id = 0"
sql_leftjoin="#__menu AS m ON m.menutype = a.menutype AND m.home = 1 LEFT JOIN #__languages AS l ON l.lang_code = m.language"
sql_group="a.id, a.title, a.menutype, m.language, l.lang_code"
sql_order="a.id DESC"
>
<menuitem
title="{sql:title} "
quicktask-title="MOD_MENU_MENU_MANAGER_NEW_SITE_MENU_ITEM"
type="component"
element="com_menus"
link="index.php?option=com_menus&view=items&menutype={sql:menutype}"
icon="{sql:icon}"
class="class:menu"
quicktask="index.php?option=com_menus&task=item.add&menutype={sql:menutype}"
/>
</menuitem>
<menuitem
type="separator"
title="JADMINISTRATOR"
hidden="false"
sql_select="title, menutype"
sql_from="#__menu_types"
sql_where="client_id = 1"
sql_order="id DESC"
>
<menuitem
title="{sql:title}"
quicktask-title="MOD_MENU_MENU_MANAGER_NEW_ADMIN_MENU_ITEM"
type="component"
element="com_menus"
link="index.php?option=com_menus&view=items&menutype={sql:menutype}"
icon="{sql:icon}"
class="class:menu"
quicktask="index.php?option=com_menus&task=item.add&client_id=1&menutype={sql:menutype}"
/>
</menuitem>
</menuitem>
<menuitem
title="COM_CONTENT_MENUS"
type="heading"
icon="file-alt"
class="class:file-alt"
>
<menuitem
title="COM_CONTENT_MENUS_ARTICLE_MANAGER"
quicktask-title="COM_CONTENT_MENUS_NEW_ARTICLE"
type="component"
element="com_content"
link="index.php?option=com_content&view=articles"
quicktask="index.php?option=com_content&task=article.add"
/>
<menuitem
title="COM_CONTENT_MENUS_CATEGORY_MANAGER"
quicktask-title="COM_CONTENT_MENUS_NEW_CATEGORY"
type="component"
element="com_categories"
link="index.php?option=com_categories&view=categories&extension=com_content"
quicktask="index.php?option=com_categories&extension=com_content&task=category.add"
/>
<menuitem
title="COM_CONTENT_MENUS_FEATURED"
type="component"
element="com_content"
link="index.php?option=com_content&view=featured"
/>
<menuitem
type="separator"
/>
<menuitem
title="COM_CONTENT_MENUS_WORKFLOW"
type="component"
element="com_workflow"
link="index.php?option=com_workflow&view=workflows&extension=com_content.article"
/>
<menuitem
type="separator"
/>
<menuitem
title="MOD_MENU_FIELDS"
type="component"
element="com_fields"
link="index.php?option=com_fields&context=com_content.article"
/>
<menuitem
title="MOD_MENU_FIELDS_GROUP"
type="component"
element="com_fields"
link="index.php?option=com_fields&view=groups&context=com_content.article"
/>
</menuitem>
<menuitem
title="MOD_MENU_MEDIA_MANAGER"
type="component"
element="com_media"
link="index.php?option=com_media"
class="class:image"
/>
<menuitem
title="MOD_MENU_COMPONENTS"
type="container"
class="class:puzzle-piece"
>
<menuitem
title="COM_JOOMLAUPDATE"
type="component"
element="com_joomlaupdate"
link="index.php?option=com_joomlaupdate"
class="class:component"
permission="core.manage;com_joomlaupdate"
/>
<menuitem
title="COM_POSTINSTALL"
type="component"
element="com_postinstall"
link="index.php?option=com_postinstall"
class="class:component"
/>
<menuitem
title="MOD_MENU_MANAGE_REDIRECTS"
type="component"
element="com_redirect"
link="index.php?option=com_redirect"
permission="core.manage;com_redirect"
/>
</menuitem>
<menuitem
title="MOD_MENU_EXTENSIONS_EXTENSIONS"
type="heading"
icon="cubes"
class="class:cubes"
>
<menuitem
title="MOD_MENU_EXTENSIONS_EXTENSION_MANAGER"
type="component"
element="com_installer"
link="index.php?option=com_installer&view=manage">
<menuitem
title="MOD_MENU_INSTALLER_SUBMENU_INSTALL"
type="component"
element="com_installer"
link="index.php?option=com_installer&view=install"
/>
<menuitem
title="MOD_MENU_INSTALLER_SUBMENU_UPDATE"
type="component"
element="com_installer"
link="index.php?option=com_installer&view=update"
/>
<menuitem
title="MOD_MENU_INSTALLER_SUBMENU_MANAGE"
type="component"
element="com_installer"
link="index.php?option=com_installer&view=manage"
/>
<menuitem
title="MOD_MENU_INSTALLER_SUBMENU_DISCOVER"
type="component"
element="com_installer"
link="index.php?option=com_installer&view=discover"
/>
<menuitem
title="MOD_MENU_INSTALLER_SUBMENU_DATABASE"
type="component"
element="com_installer"
link="index.php?option=com_installer&view=database"
/>
<menuitem
title="MOD_MENU_INSTALLER_SUBMENU_WARNINGS"
type="component"
element="com_installer"
link="index.php?option=com_installer&view=warnings"
/>
<menuitem
title="MOD_MENU_INSTALLER_SUBMENU_LANGUAGES"
type="component"
element="com_installer"
link="index.php?option=com_installer&view=languages"
/>
<menuitem
title="MOD_MENU_INSTALLER_SUBMENU_UPDATESITES"
type="component"
element="com_installer"
link="index.php?option=com_installer&view=updatesites"
/>
</menuitem>
<menuitem
title="MOD_MENU_EXTENSIONS_MODULE_MANAGER_SITE"
quicktask-title="COM_CONTENT_MENUS_NEW_SITE_MODULE"
type="component"
element="com_modules"
link="index.php?option=com_modules&view=modules&client_id=0"
quicktask="index.php?option=com_modules&view=select&client_id=0"
/>
<menuitem
title="MOD_MENU_EXTENSIONS_MODULE_MANAGER_ADMINISTRATOR"
quicktask-title="COM_CONTENT_MENUS_NEW_ADMIN_MODULE"
type="component"
element="com_modules"
link="index.php?option=com_modules&view=modules&client_id=1"
quicktask="index.php?option=com_modules&view=select&client_id=1"
/>
<menuitem
title="MOD_MENU_EXTENSIONS_PLUGIN_MANAGER"
type="component"
element="com_plugins"
link="index.php?option=com_plugins"
/>
<menuitem
title="MOD_MENU_EXTENSIONS_TEMPLATE_MANAGER"
type="component"
element="com_templates"
link="index.php?option=com_templates">
<menuitem
title="MOD_MENU_COM_TEMPLATES_SUBMENU_STYLES"
type="component"
element="com_templates"
link="index.php?option=com_templates&view=styles&client_id=0"
/>
<menuitem
title="MOD_MENU_COM_TEMPLATES_SUBMENU_TEMPLATES"
type="component"
element="com_templates"
link="index.php?option=com_templates&view=templates"
/>
<menuitem
title="MOD_MENU_COM_MAILS_TEMPLATES"
type="component"
element="com_mails"
link="index.php?option=com_mails&view=templates"
/>
</menuitem>
<menuitem
title="MOD_MENU_EXTENSIONS_LANGUAGE_MANAGER"
type="component"
element="com_languages"
link="index.php?option=com_languages">
<menuitem
title="MOD_MENU_COM_LANGUAGES_SUBMENU_INSTALLED"
type="component"
element="com_languages"
link="index.php?option=com_languages&view=installed"
/>
<menuitem
title="MOD_MENU_COM_LANGUAGES_SUBMENU_CONTENT"
type="component"
element="com_languages"
link="index.php?option=com_languages&view=languages"
/>
<menuitem
title="MOD_MENU_COM_LANGUAGES_SUBMENU_OVERRIDES"
type="component"
element="com_languages"
link="index.php?option=com_languages&view=overrides"
/>
</menuitem>
</menuitem>
<menuitem
title="MOD_MENU_HELP"
type="heading"
icon="info-circle"
class="class:info-circle"
>
<menuitem
type="component"
title="MOD_MENU_HELP_JOOMLA"
element="com_admin"
link="index.php?option=com_admin&view=help"
scope="help"
/>
<menuitem
type="separator"
/>
<menuitem
type="url"
target="_blank"
title="MOD_MENU_HELP_SUPPORT_OFFICIAL_FORUM"
link="https://forum.joomla.org"
scope="help"
/>
<menuitem
type="url"
target="_blank"
title="MOD_MENU_HELP_SUPPORT_CUSTOM_FORUM"
link="special:custom-forum"
scope="help"
/>
<menuitem
type="url"
target="_blank"
title="MOD_MENU_HELP_SUPPORT_OFFICIAL_LANGUAGE_FORUM"
link="special:language-forum"
scope="help"
/>
<menuitem
type="url"
target="_blank"
title="MOD_MENU_HELP_DOCUMENTATION"
link="https://docs.joomla.org"
scope="help"
/>
<menuitem
type="separator"
/>
<menuitem
type="url"
target="_blank"
title="MOD_MENU_HELP_EXTENSIONS"
link="https://extensions.joomla.org"
scope="help"
/>
<menuitem
type="url"
target="_blank"
title="MOD_MENU_HELP_TRANSLATIONS"
link="https://downloads.joomla.org/language-packs"
scope="help"
/>
<menuitem
type="url"
target="_blank"
title="MOD_MENU_HELP_RESOURCES"
link="https://community.joomla.org/service-providers-directory/"
scope="help"
/>
<menuitem
type="url"
target="_blank"
title="MOD_MENU_HELP_COMMUNITY"
link="https://community.joomla.org"
scope="help"
/>
<menuitem
type="url"
target="_blank"
title="MOD_MENU_HELP_SECURITY"
link="https://developer.joomla.org/security-centre.html"
scope="help"
/>
<menuitem
type="url"
target="_blank"
title="MOD_MENU_HELP_DEVELOPER"
link="https://developer.joomla.org"
scope="help"
/>
<menuitem
type="url"
target="_blank"
title="MOD_MENU_HELP_XCHANGE"
link="https://joomla.stackexchange.com"
scope="help"
/>
<menuitem
type="url"
target="_blank"
title="MOD_MENU_HELP_SHOP"
link="https://community.joomla.org/the-joomla-shop.html"
scope="help"
/>
</menuitem>
</menu>