0

我目前正在为我的客户开发一个旅游网站,他们需要一个 cms,以便他们可以添加酒店和目的地,并轻松更新他们的网站。

该网站的基本结构解释如下:

1. Home page
This page currently pulls out destination information and a section of hotels that change on the refresh of the page.

2. Destination listing page one
  This page will show the countries in this specific destination so for example: if the destination is the Caribbean it’ll list out the countries that my client sells hotels for, sorted by rating so if a hotel is rated 5 stars it’ll appear near the top of the listings. The countries are setup as categories and are unique to the listing pages, the categories contain a brief description of that country and an image that will link to the hotel list page displaying the hotels in that country.

    2b. Hotel list
      This page will contain the list of hotels that are on sale in the specific country.

      2c. Hotel description page
        This page contains pictures and information about the selected hotel. 

3. Destination listing page two

    3b. Hotel list

        3c. Hotel description page

This section has the same concept as the first destination listing section above except the information is unique to its destination. (obviously)

所以首先,我在 cms 的功能如何工作方面遇到了一些问题,目前要添加酒店,我的客户必须填写一张大表格(他们喜欢这样,因为这意味着他们不必在 cms 周围移动太多)。我为每个目的地创建了两个博客,但字段是相同的。

要将酒店添加到特定国家/地区,您必须使用类别对其进行分配。现在我遇到的问题是,如果我想让一家酒店出现在多个国家/地区,它会同时显示国家名称、图像和描述,我不知道到底发生了什么,我想使用某种标记系统,因为我认为这可能更适合我需要做的事情?

其次,我已经下载并安装了结构模块,因为我认为这将有助于我的客户直观地了解网站的结构(请原谅双关语),并使添加酒店和其他页面和内容比现在更容易,而不是仅此而已,但要具有自动更新的菜单和站点地图。我通读了文档,并尝试尝试了它的一些功能 - 例如列表功能。我认为这可能是一种更好的方式来列出和组织我的国家,而不是使用类别或标签,但这会起作用还是会让事情变得更难维护和跟踪?因为目前如果我的客户想要编辑某个酒店,他们只需从编辑菜单中选择它并更改该帖子中的所有信息,使用结构方法会使其更尴尬吗?

我从我所看到的情况来看,结构模块通过将博客帖子视为“页面”来工作,如果我想使用结构,我将如何让它以我想要的方式工作,就拥有而言一个有一个大字段组的博客,这样当添加一家酒店时,它的所有信息都在一个地方,而不是分布在 3 个不同的博客上?

对,我希望我没有在这里让你感到困惑。如果你需要更多信息,请向我打招呼!

谢谢

4

1 回答 1

1

为酒店创建一个博客,然后使用 Playa 模块将酒店与结构页面相关联。(我知道这个答案有点晚了,该网站可能早就完成了......)

于 2010-08-17T18:05:04.470 回答