Plugin idea

By Burgs

With lots of help from you guys and inspiration from the river_activity_3C and htmlpage plugins I have developed a plugin that works OK but I want to get it better before I share it with the elgg community. It's called SmartMenu and it positions itself at the top of the sidebar. It provides an <iframe> to 5 other seperate plugins that each provide different content such as GroupMembership, FeaturedGroups, GroupsIown etc. I'm sure you get the picture.

Each plugin (smartmenu1, smartmenu2...) has the same structure 

Manifest.xml, start.php & index.php in the plugin root.

content.php in views/default/smartmenu2/elements/

It works fine and is very space saving but I know it could be all put into one plugin. Coul;d someone point me in the right direction to achieve it?