简体   繁体   中英

joomla module to create multiple pages

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM