Drupal Video 模块为每个视频添加字段

发布于 2024-10-02 02:52:41 字数 104 浏览 0 评论 0原文

我们如何为视频模块中的每个视频添加字段? 我需要为每个视频添加标题和说明。 我看到缩略图有一个描述字段,也许我可以为其添加一个标题? 看起来可能需要添加到 video_helper.inc 中?

How can we add fields to each video in the Video module?
I need to add a title and description to each video.
I see there is a Description field for the thumbnail, maybe I can add a title to that?
It looks like It may need to be added to video_helper.inc?

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

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

发布评论

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

评论(1

爱已欠费 2024-10-09 02:52:41

视频模块严重依赖于Filefield模块,因此如果您需要在将视频多次上传到单个节点时为其添加标题和描述,那么您必须编辑从Filefield模块扩展的uploadfield模块。

如果您只需要单个视频节点的标题和描述,则可以使用 CCK 字段。

Video module is heavily depends on the Filefield module, so if you need to add title and description to a video when its multiple upload to a single node, then you have to edit the uploadfield module which is extending from Filefield module.

If you want only a title and description for a single video node, you can use CCK field.

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