NovaZyg
Administrator
When all else fails.. Read the instructions.
Posts: 789
Gender:
|
Cathy, the menus issue is one I have worked on, and I know what the error is, but not sure how to fix it.. It is an inherited error that we got when we bought the Menu system. Quick example Admin's menu is 1,2,3,4,5,6,7,8......37 Your users menu after editing out all the stuff they don't need is 1,5,7,9,13. The number of butons in admin is 37, the number of buttons in Your user is 5. So if you want to add a new button it should be button 6, but wait.. there was a menu 6, and the system knows that.. and it is supposed to be after 5, not after number 13, whats going on.,.. CRASH.... So I am looking into ways to fix this, without having to rewrite the entire menu system.. but it's not easy. As a test.. go into MaintainDB and edit bkmenusu.C look at the bk_mnu_bnum for the person you want to add a button to. (don't do it to the one that is already messed up) but make the number 50 then try adding the button. If that works let me know, maybe I can do the same in the code.
|