joomla module to create multiple pages

183 Views Asked by At

I have a need for the ability to create web pages that are image galleries and link them to other pages/galleries.

For example, each page would be a gallery of photos, and I would like to be able to link (forward and backwards) to the other gallery pages.

So, Project-1.html -> Project-2.html <--> project-3.html <--> project-4.html

Where each "project" is a gallery of images.

Now, I can of course make a module to make/edit an image gallery, but ... how do I also allow for the creation of the other projects? Which are pages?

Should I be looking into making articles which contain modules?

Or, do the modules themselves already allow for something like this?

Or, should I just make one page/one module that does some lazy loading and completes this task on one page (that appears and behaves like multiple pages)?

If I were to do this now - with my current Joomla knowledge - I would do it on one page and use lazy loading; I'm essentially asking what Joomla offers, on this front.

1

There are 1 best solutions below

4
Rinos On

Simply create an article for each project and add the gallery inside the article you want (if you want to use the modules for gallery you can embed it inside the article too). Then if you put the articles in the same category you can browse them back and forth through the default buttons.