简体   繁体   English

joomla模块创建多个页面

[英]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 因此,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; 如果我现在就这样做-以我目前的Joomla知识-我将在一页上进行并使用延迟加载; I'm essentially asking what Joomla offers, on this front. 我本质上是在问这方面Joomla提供什么。

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. 然后,如果您将文章归为同一类别,则可以通过默认按钮来回浏览它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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