How do I make custom modules show to all users ?
Using Jamroom
Quote: there is nothing to be added to them like the other modules i.e. photos , youtube , blogs.
I think that might be the clue to this issue. The 'jrProfile_menu' smarty call in the template only returns buttons for modules where users can upload items, ie. modules that use a DataStore and have at least an 'item_index.tpl' template associated with them.
This being the case, you would need to customise the skin's 'profile_menu.tpl' template to actually hard code these module buttons.
hth