I'm using space templates and to create a space from it people need to navigate through wizard. Is there any possiblity to place link directly to top menu like "Create space from 'Software Engineering Project' template"?
So the users will be able to create templated spaces with one click.
You can add new actions by extending the "browse_create_menu" action group configuration with your new action. You will then need some Java code (extending CreateSpaceWizard would be best) to create the new space.