By underpressure on
I've been searching the forums but I can't find the answer to my question
That being, what module does drupal.org use for its module download section?
I need something to display the products a company I don't need a full e-commerce module.
The layout I’m looking for is exactly like the module download section with an image added to the left, any recommendations as to what I can use? or what drupal.org uses?
Comments
project
drupal.org uses project.module. not the simplest module, I tell you.
--
Read my developer blog on Drupal4hu.
--
Drupal development: making the world better, one patch at a time. | A bedroom without a teddy is like a face without a smile.
How So?
whats so difficult about it? i would like to know cuz i really don't have time to dedicate to a really complex module.
i need the same sort of layout with and inage to the left.
to show the products a company sells
Just create "static"
Just create "static" pages:
create content >> page
title it "Products"
and then just use HTML to layout the body section of the page.
The Project module would be an overkill for this, and yes it is a complicated module