Search code examples
joomlagalleryjoomla-extensionsjoomla2.5

Gallery of images with long descriptions in Joomla


I need to make something like gallery of magazine covers in joomla, and after clicking one image, it should open a page, where viewer would see an image of cover (that he could open in full size) and table of contents with links to some articles. Administrator should also be able to (reasonably) easily add a new covers with content to a gallery. I'm more like a Drupal guy, so I'm asking Joomla guys - what would be the best/easiest way to achieve this (including using extensions etc)? :)


Solution

  • You should be able to do that within the standard Joomla framework. In this case -

    1. Have a main category that each issue would be a subcategory of.
    2. Each issue of the magazine would be a new category, the magazine cover would be the image for that category.
    3. Add the content as articles in the appropriate category
    4. Display the parent category to get the listing of each issue.
    5. Clicking the category would then display a list of links to the articles within the category.

    This can definitely be accomplished with the K2 extension, but you can probably do it within the Joomla category/article framework with some simple template overrides.