PDA

View Full Version : how can i get a component to add a Main Menu item? and XML spec sheet wanted


kentu
29.07.2004, 19:27
i'm making a component, and currently, after i install it, i have to manually add a Main Menu item to show it. can i specify in the XML install file to automatically add a Main Menu item?

2nd question, is there a spec sheet on all the stuff you can to the XML install file?

thanks!!

sacr0
30.07.2004, 01:07
You need an insert into mos_components table. Have a look at the ones already there.

and yes a spec sheet for the xml install would be VERY handy for those wanting to install their component for the first time.

kentu
30.07.2004, 16:25
Makes sense. I'll check it out thanks.