I am working on a custom module. So far I have downloaded the bloggie4 and made changes for a basic install. All is well so far. Now, when looking at all the other modules, I have noticed that there are different "types" of modules.
Example: If looking at the store module, it uses BxDolTwigTemplate, the sounds module uses BxDolFilesTemplate, and articles uses BxDolTextTemplate,and the ads module uses BxDolModuleTemplate.
OK,the files template is self explanatory, but I am confused as to the difference between the twig, module, and the text "types. And more specifically, which one I should be using. Basically - I have taken the viewFriends.php page and modified it and all of its related files to pull in a different set of members based on a new connection method I added. So, would I use the Twig template, Module template or the Text Template