# 着陆页插件 🛩

**URL:** https://meta.discourse.org/t/landing-pages-plugin/180967
**Category:** Plugin
**Tags:** pavilion
**Created:** [2021年二月24日 04:09 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967 "2021-02-24T04:09:40Z")
**Posts on this page:** 20
**Page:** 3

<div class="post-metadata">

### Author: ![sunjam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sunjam/32/175682_2.png) [@sunjam](https://meta.discourse.org/u/sunjam)
#### Post date: [2022年七月29日 16:24 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/51 "2022-07-29T16:24:20Z")

</div>

很棒，您可能会喜欢这个正在进行的["着陆页"](http://docs.nextcloudpi.com/)，它是从类别和标签组中组合而成的。它运行得相当好。没什么花哨的，但它能用。

---

<div class="post-metadata">

### Author: ![angus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/angus/32/341715_2.png) [@angus](https://meta.discourse.org/u/angus)
#### Post date: [2022年七月29日 16:27 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/52 "2022-07-29T16:27:20Z")

</div>

太棒了！它使用的是这个插件吗？

---

<div class="post-metadata">

### Author: ![sunjam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sunjam/32/175682_2.png) [@sunjam](https://meta.discourse.org/u/sunjam)
#### Post date: [2022年七月29日 16:30 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/53 "2022-07-29T16:30:02Z")

</div>

不，[使用 Vue 创建](https://github.com/theCalcaholic/ncp-wiki-frontpage) 并使用 Discourse API。

---

<div class="post-metadata">

### Author: ![darkpixlz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/darkpixlz/32/549896_2.png) [@darkpixlz](https://meta.discourse.org/u/darkpixlz)
#### Post date: [2023年一月8日 01:14 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/54 "2023-01-08T01:14:08Z")

</div>

你好，我正在尝试使用这个，但导入 ZIP 时出现错误。

 ![image](https://global.discourse-cdn.com/meta/original/4X/1/d/4/1d46122fb5a9afffae5148d5b986328ac712d733.png)

我这样做是因为我需要 .css 文件和 .js 文件。

 ![image](https://global.discourse-cdn.com/meta/original/4X/a/0/1/a0177392ae4b5845b7cc1bc50dbaa8272dba87b6.png)

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [2023年一月8日 08:12 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/55 "2023-01-08T08:12:46Z")

</div>

参见：[Landing Pages Plugin 🛩 - #47](https://meta.discourse.org/t/landing-pages-plugin/180967/47?u=merefield) 和 #end-of-life 标签

---

<div class="post-metadata">

### Author: ![ValGun](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/valgun/32/309935_2.png) [@ValGun](https://meta.discourse.org/u/ValGun)
#### Post date: [2023年七月10日 16:32 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/56 "2023-07-10T16:32:17Z")

</div>

@angus 是否可以使用 Bootstrap 来创建 Discourse 实例的主页（登录页）？  
谢谢 🙏

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [2023年九月4日 11:59 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/57 "2023-09-04T11:59:57Z")

</div>

我收到了一个关于此插件隐藏侧边栏的“编辑自定义部分”模态框的报告：

> [@Modal is set to display none;](https://meta.discourse.org/t/modal-is-set-to-display-none/277649/7?u=jammydodger):
>
> Awesome, thanks! Turned out to be the “discourse-landing-pages” plugin, which we aren’t actually using. All fixed.

我将把标签移至 #broken。 👍

---

<div class="post-metadata">

### Author: ![angus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/angus/32/341715_2.png) [@angus](https://meta.discourse.org/u/angus)
#### Post date: [2023年九月19日 22:52 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/58 "2023-09-19T22:52:16Z")

</div>

我很高兴地说 @cabidop 为这个插件注入了新的活力。它不再是坏的了 🎉。请看更多信息：

> <https://github.com/paviliondev/discourse-landing-pages/pull/11>
>
> Hi, @angusmcleod! Not sure if you are paying any attention at all to the plugin,… but I recently started working with Discourse and found that Landing Pages filled exactly the gap I just needed for a project. Seeing that it was unmaintained I started my own simplified version of your plugin, but this week I decided to give it a go and update yours so here we are now 😄 .
> 
> Although I am already using my fork, I would appreciate if you could take a look to this PR to include the changes in the main repository so everyone can benefit from them. The list is not huge as I mainly focused on removing deprecation warnings and bringing the basic functionality back to life:
> 
> \- Cleaned Ruby and Javascript deprecated code when loading the plugin.
> \- Fixed the "export page" functionality which solves #4, as some Javascript bits were missing for it to properly trigger.
> \- Fixed the "import page" feature too. This required a little bit more effort as the modal \[needed to be migrated\](https://meta.discourse.org/t/converting-modals-from-legacy-controllers-to-new-dmodal-component-api/268057) and there were some mismatches in the Ruby code between the exported and the imported information.
> \- Small fix to the "delete page" feature to remove the recently deleted page from the list.
> 
> There are still some small issues with the save functionality (e.g. you can never remove categories and group once you added them) and I have not reviewed yet the global and remote functionality, but at least the plugin is now on a non-broken state.
> 
> If you think it is too much to review in one go let me know as I can definitely make multiple PRs, each commit is more or less self-contained. Thanks a lot in advance and hope that you are still around for this!

---

<div class="post-metadata">

### Author: ![cabidop](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cabidop/32/325404_2.png) [@cabidop](https://meta.discourse.org/u/cabidop)
#### Post date: [2023年九月20日 00:02 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/59 "2023-09-20T00:02:37Z")

</div>

谢谢你的提及，@angus！很高兴能帮助你开发插件，我会在（GitHub上）保持联系，随时可以联系我。

---

<div class="post-metadata">

### Author: ![lejeczek](https://avatars.discourse-cdn.com/v4/letter/l/edb3f5/32.png) [@lejeczek](https://meta.discourse.org/u/lejeczek)
#### Post date: [2023年十月24日 17:08 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/60 "2023-10-24T17:08:40Z")

</div>

您好。  
截至今天，该插件是否仍可与_博客登陆页面_一起使用？  
我是新手，当我尝试时，它会安装，当我按照（我找到的）文档操作时，我会收到关于“body”的错误（我没有找到任何提及），我将其留空。  
也许我遗漏了显而易见且微不足道的东西。

---

<div class="post-metadata">

### Author: ![cabidop](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cabidop/32/325404_2.png) [@cabidop](https://meta.discourse.org/u/cabidop)
#### Post date: [2023年十月25日 05:27 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/61 "2023-10-25T05:27:25Z")

</div>

您好，@lejeczek！我没有测试过 [Landing Pages Blog](https://meta.discourse.org/t/landing-pages-blog/190390) 存储库，所以我不知道它是否仍然完全兼容，但这个插件确实有一个错误，导致博客页面无法加载。

我刚刚推送了一个[小修复](https://github.com/paviliondev/discourse-landing-pages/pull/24)，一旦准备好使用，我会通知您。

---

<div class="post-metadata">

### Author: ![angus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/angus/32/341715_2.png) [@angus](https://meta.discourse.org/u/angus)
#### Post date: [2023年十月25日 08:29 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/62 "2023-10-25T08:29:01Z")

</div>

> [@cabidop](#):
>
> I’ve just pushed a [small fix](https://github.com/paviliondev/discourse-landing-pages/pull/24) for it, once it’s ready to use I’ll let you know.

修复已合并 👍

---

<div class="post-metadata">

### Author: ![45thj5ej](https://avatars.discourse-cdn.com/v4/letter/4/34f0e0/32.png) [@45thj5ej](https://meta.discourse.org/u/45thj5ej)
#### Post date: [2024年三月28日 20:53 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/63 "2024-03-28T20:53:17Z")

</div>

请帮忙，网站被这个插件弄乱了

我正在尝试使用 [Landing Pages](https://meta.discourse.org/t/landing-pages-plugin/180967)。我在服务器上安装了该插件，但在我的管理员面板中，它只有 2 个配置选项：

 ![gggg](https://global.discourse-cdn.com/meta/original/4X/c/a/6/ca6bd63b25395e1f7703dac02d98d27cc1a44fa9.png)

我正在按照[他的网站](https://coop.pavilion.tech/docs?topic=3068)上的说明来设置一个类似博客的页面。我安装了插件，安装了 [Blog Landing](https://github.com/paviliondev/blog-landing-theme) 主题，最后一步是“将 [Blog Landing Pages](https://github.com/paviliondev/blog-landing-pages) 设置为您的 [landing pages repository](https://teststable.discoursehosting.net/t/adding-and-editing-landing-pages/4094#connect-a-git-repository-recommended)”。但是，“landing pages repository”URL 是错误的，所以我卡住了。我不知道如何实现 [landing pages](https://github.com/paviliondev/blog-landing-pages)，因为我从 Landing Pages 插件本身没有任何配置选项。@angus？

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [2024年三月28日 21:00 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/64 "2024-03-28T21:00:14Z")

</div>

由于这是一个第三方插件，您需要就该主题本身咨询支持。我已将您的帖子转给相关人员处理。👀 👍

---

<div class="post-metadata">

### Author: ![45thj5ej](https://avatars.discourse-cdn.com/v4/letter/4/34f0e0/32.png) [@45thj5ej](https://meta.discourse.org/u/45thj5ej)
#### Post date: [2024年三月28日 21:01 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/65 "2024-03-28T21:01:02Z")

</div>

好的，我还在想为什么我刷新页面时帖子被锁定了，哈哈。谢谢。希望很快能收到回复！

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [2024年三月28日 21:01 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/66 "2024-03-28T21:01:58Z")

</div>

> [@45thj5ej](#):
>
> URL 已损坏

我认为是这个：

> **[Adding and editing landing pages](https://coop.pavilion.tech/docs?topic=3062)**
>
> You can add and edit landing pages in a few ways In the admin interface Connect a git repository (recommended) Importing and exporting in a zip folder In the admin interface You can create and edit landing pages directly in the admin...

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [2024年三月28日 21:03 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/67 "2024-03-28T21:03:14Z")

</div>

如果您需要“尽快”得到帮助，您可能需要准备好聘请专业人士。我们的社区支持很棒，但它不是“弹指之间就能获得免费的即时支持”。🙂

---

<div class="post-metadata">

### Author: ![angus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/angus/32/341715_2.png) [@angus](https://meta.discourse.org/u/angus)
#### Post date: [2024年三月28日 21:11 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/68 "2024-03-28T21:11:35Z")

</div>

你好 @45thj5ej

> [@45thj5ej](#):
>
> 请帮帮我，这个插件把网站弄乱了

你能解释一下你的意思吗？

---

<div class="post-metadata">

### Author: ![45thj5ej](https://avatars.discourse-cdn.com/v4/letter/4/34f0e0/32.png) [@45thj5ej](https://meta.discourse.org/u/45thj5ej)
#### Post date: [2024年三月28日 21:12 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/69 "2024-03-28T21:12:10Z")

</div>

这个是否也过时了？其中一个说明写着：“要连接您的 pages 存储库，请转到 `/admin/plugins/landing-pages` 并单击 `Repository`”。

算了，我在打字的时候已经解决了。你只需要去  
`https://yoursite.com/admin/plugins/landing-pages`。我一直在想我必须去管理 \> 插件 \> Landing Pages 设置图标，这似乎是最合理的。真是的。谢谢你的回复！

---

<div class="post-metadata">

### Author: ![45thj5ej](https://avatars.discourse-cdn.com/v4/letter/4/34f0e0/32.png) [@45thj5ej](https://meta.discourse.org/u/45thj5ej)
#### Post date: [2024年三月28日 21:14 UTC](https://meta.discourse.org/t/landing-pages-plugin/180967/70 "2024-03-28T21:14:06Z")

</div>

我现在认为我们都已准备就绪，但我有一个问题：我能否使用我一直以来使用的自定义主题，而不是使用博客主题（[https://github.com/paviliondev/blog-landing-theme）？](https://github.com/paviliondev/blog-landing-theme%EF%BC%89%EF%BC%9F)

[上一頁](https://meta.discourse.org/t/landing-pages-plugin/180967.md?page=2)

[下一頁](https://meta.discourse.org/t/landing-pages-plugin/180967.md?page=4)
