The issue is this:
The package_module system is setup to only allow you to package your own modules. In the case of users who are packaging their modules for the marketplace, they have a developer id registered at jamroom.net and all their modules are prefixed with their prefix.
eg:
jr = The Jamroom Network
https://www.jamroom.net/the-jamroom-network
uj = Ultrajam
https://www.jamroom.net/ultrajam
n8 = Nate Flex
https://www.jamroom.net/n8flex
Aparna always asked for a prefix to be added, but didn't enforce it, so some modules were created without it. Leaving modules that should have been called 'xxSomething' being titled just 'Something' which made the actual module name:
soMething and the title of that module become
Mething.
(Which is weird)
What's the thought pattern behind not wanting to use xx as the module prefix?
--edit--
Modules with the xx prefix can be exported by anyone, even those that do not have a developers account at jamroom.net. The package_module system allows the Form Designer fields to be exported along with the module.
So the idea is that you can export xx(Modules) over to other sites you own and not have to setup any extra Form Designer fields when the module arrives.
updated by @michael: 04/16/16 12:02:40AM