By kenp on
I am trying to make a download table like the ones used on drupal modules pages anyone know what set up is used for this? modules?
I am trying to make a download table like the ones used on drupal modules pages anyone know what set up is used for this? modules?
Comments
_
drupal.org uses the project and project_release modules for that, but if you're not distributing sw or don't want the complexity of those modules, you can do with simply with a core file field.
thanks
could you give me a quick run down on how to do that?
this is the page im trying to improve
http://iamfortress.org/download
we are doing releases i quess so maybe I should investigate that do you think? Is there one that uses maven or git hub?