4 Replies Latest reply on Mar 28, 2005 5:14 AM by manutrium

    How to Get Rid of "Modules" Title on Left menu?

      Is there a way within the Gui or JXM console to get rid of the "Modules" title/label on the default menu? I want the default user menu items to slam up against the Home link...

      Matt

        • 1. Re: How to Get Rid of
          cnovara

          You can take a look at that :
          http://www.jboss.org/index.html?module=bb&op=viewtopic&t=54735
          Hope this helps

          • 2. Re: How to Get Rid of
            cnovara
            • 3. Re: How to Get Rid of
              manutrium

              Hello,

              in the menuModule, you have two parts:
              - a part where there are simples links for html pages
              - a part where there are links to access to the modules

              If you want to add/remove links to simple html pages, you can go in the "nukes-blocks -> name=menu" section. You have an attribute named "Before". Here, you can add xml description for the new link like:

              Or you can remove the desciption of the home page to delete the link from the menu.

              If you want to show links to modules, you can use the PermissionModule.
              Select the permissions of MenuBlock.
              If you want a group can see a link, you have to add a pattern "module:MODULE_NAME:MAIN_OP" for the group with READ level.

              Pay attention: this section just manages the permissions to access modules with the menuBlock. A user can access to the module directly with the url (like /index?module=MODULE_NAME&op=OP_NAME").
              If you want to manage access to modules perfectly, you have to use the appropriate section of the permissionModule.

              Regards,

              Emmanuel Lorge

              • 4. Re: How to Get Rid of
                manutrium

                 

                If you want to add/remove links to simple html pages, you can go in the "nukes-blocks -> name=menu" section. You have an attribute named "Before". Here, you can add xml description for the new link like:
                ***
                Or you can remove the desciption of the home page to delete the link from the menu.


                *** =
                <item description="DESCRIPTION" title="TITLE WILL BE SHOWN" url="FILEID OF HTML PAGE"></item>


                Emmanuel Lorge