将 Drupal 内容类型迁移到 Wordpress

发布于 2024-12-29 19:06:12 字数 437 浏览 3 评论 0原文

我的旧网站是在 Drupal 中开发的,它有一个内容类型来创建表单,用户可以查看该表单并提交该表单。该表单作为新页面添加到 Drupal 中,以便该页面可以被验证或用户可以根据自己的意愿将其公开。该表单具有文件上传、图像上传、带有 TinyMCE 编辑器的文本区域以及单选按钮。

我需要在 Wordpress 中复制此功能。我在谷歌上进行了研究,发现没有默认的方法。人们建议 Pods,我对 pod 不熟悉,无法实现该功能。我还看到了另一个插件自定义字段模板,我无法在 UI 中查看表单以便用户可以输入。它可供管理员使用。

请指导我如何在 WordPress 中实现此功能。

提前致谢。

编辑 : 最后我通过 http://formidablepro.com/ 强大的专业插件做到了。

My Old site is developed in Drupal which is having a Content Type to create a form and the user is able to view that form and submit the form. The form is added as a new page in Drupal so that the page can be provate or user can make it public based on his wish. The form has File upload, Image upload, Text area with TineyMCE editor also radio button.

I need to replicate this feature in Wordpress. I researched in Google and found out there is no default way of doing it. People suggest Pods, I am not familiar with pods and I could not achieve the feature. Also I saw another plugin Custom Field Template Which I cannot view the form in UI so that the user can input. It is avilable for admin.

Please guide me how to achieve this feature in Wordpress.

Thanks in Advance.

EDIT :
Finally I did by http://formidablepro.com/ formidable pro plugin.

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

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

发布评论

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

评论(3

独孤求败 2025-01-05 19:06:12

作为自由职业的一部分,我遇到了 gConverter,并用它从 bbpress 转换为 Drupal。
虽然我没有从 Drupal 转换为 WordPress 的经验,但 gConverter 服务非常棒,而且他们承诺也支持 Drupal-toWordpress。
由于他们的服务不太昂贵,而且他们仅在成功迁移后才要求付款 - 我相信这是一个完美的解决方案。
问候,
蜀蜀

As part of my freelancing work I encountered gConverter, and used it to convert from bbpress to Drupal.

While I don't have experience with converting from Drupal to WordPress, gConverter servie was amazing, and they promise to support Drupal-toWordpress as well.

Since their service is not too expensive, and since they ask payment only after successful migration - I believe it is a perfect solution.
Regards,
Shushu

雨夜星沙 2025-01-05 19:06:12

我发现 Pod 非常笨重,因为它使用了很多非核心 WordPress 功能。

各种自定义字段插件工作正常,但它们本质上只是文本字段,因此您不能很好地附加图像(您只需粘贴完整的网址)。这对您来说可能不是问题,但如果您将此网站交给客户,我会避免这种情况。

我发现的最好的插件是 Magic Fields:http://magicfields.org/

  • 它允许您创建 15 种不同的自定义字段类型,包括图像、多行、复选框、音频、文件、颜色选择器、日期选择器、下拉列表等。
  • 最新版本现在使用自定义帖子类型和分类法等核心 WordPress 功能,这为您提供了更好的插件兼容性和更稳定更新。

I found Pods to be pretty clunky, since it uses a lot of non-core WordPress features.

The various Custom Field plugins work okay, but they are essentially just text fields, so you can't really attach images very well (you just have to paste the full url). This might not be an issue for you, but if you're handing this website off to a client, I'd avoid this.

The best plugin I've found is Magic Fields: http://magicfields.org/

  • It allows you to create 15 different types of Custom Fields, including image, multiline, checkbox, audio, file, color picker, date picker, drop down, etc.
  • Latest version now uses core WordPress features like Custom Post Types and Taxonomies, which gives you better plugin compatibility and more stable updates.
等往事风中吹 2025-01-05 19:06:12

我自己从未尝试过,但这两个用于自定义类型和视图的最新插件看起来很有前途 http://wpml.org/2011/09/multilingual-ready-custom-types-and-fields-plugin/

I have never tried it myself but these two very recent plug-ins for custom types and views look promising http://wpml.org/2011/09/multilingual-ready-custom-types-and-fields-plugin/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文