使用 CMS 的 Ajax 式常见问题解答?

发布于 2024-12-06 06:58:52 字数 435 浏览 0 评论 0原文

我们计划创建一个常见问题解答网站。它将包括两种类型的内容:

  1. 问题列表(常见问题解答)以及
  2. 每个答案的 HTML。

当用户选择一个列表并单击一个问题时,答案将以 Ajax 风格加载。

这里描述了一种非常相似的方法:Ajax常见问题解答使用jquery加载?

但是,在我们之前当开始开发我们自己的 CMS 时,我们希望确保没有现有的解决方案可以直接适用。所以,我的问题是:您是否知道任何现有的 CMS 用于创建 Ajax 风格的常见问题解答?

我们对 WordPress 插件特别感兴趣(下面我自己的答案中列出了其中一个)。

We plan to create a FAQ website. It will include two types of content:

  1. Lists of questions (FAQs), and
  2. HTML for each answer.

When user chooses a list and clicks a question, the answer will load in Ajax style.

A very similar approach was described here: Ajax FAQ loading using jquery?

But, before we start developing our own CMS, we would like to make sure that no existing solution is directly applicable. So, my question is: are you aware of any existing CMS for creating Ajax-style FAQs?

We are particularly interested in WordPress plugins (one is listed in my own answer below).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

但可醉心 2024-12-13 06:58:52

我发现两个可能适用的解决方案:

  • WP DS 常见问题解答:常见问题解答WordPress 的管理工具。将页面上的特定代码替换为预定义的问题和答案列表。需要 WordPress 版本 2.7 或更高版本,最高兼容 3.2.1。上次更新时间为 2011 年 8 月。
  • Joomla 核心设计常见问题解答插件。 FAQ 是根据 K2 内容模块创建的。需要 Joomla 版本 1.7。上次更新时间为 2011 年 8 月。

Two solutions I found that are likely to be applicable:

  • WP DS FAQ: FAQ management tool for WordPress. Replaces specific code on a page with a pre-defined list of questions and answers. Requires WordPress version 2.7 or higher, compatible up to 3.2.1. Last ipdated in August 2011.
  • Core Design FAQ plugin for Joomla. FAQ is created out of a K2 content module. Requires Joomla version 1.7. Last ipdated in August 2011.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文