-
1. Re: How to Get Rid of
cnovara Nov 9, 2004 1:00 PM (in response to mchinn)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 Feb 24, 2005 10:41 AM (in response to mchinn)"cnovara" wrote:
You can take a look at that :
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=54735
Hope this helps
see http://enfanceetcroissance.com
see http://gitesprovence.fr.to -
3. Re: How to Get Rid of
manutrium Mar 28, 2005 4:59 AM (in response to mchinn)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 Mar 28, 2005 5:14 AM (in response to mchinn)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