Drupal 6:从选择字段获取标签值(CCK 的“允许值”)

发布于 2024-09-30 19:59:05 字数 253 浏览 1 评论 0原文

在 Drupal 6 中,我有一个带有选择字段的内容类型。该字段的值位于“允许的值”选项中,如下所示:

key1|label1
key2|label2

当我使用 node_load 从该内容类型加载节点时,我仅获取该字段的键,而不是其标签。

有没有简单的方法获得标签?我认为 content_load 可以解决问题,但事实并非如此。

谢谢。

In Drupal 6, I have a content type with a select field. The values for this field are in the "Allowed values" option, like this:

key1|label1
key2|label2

When I load a node from that content type using node_load, I only get the key of the field, and not its label.

Is there an easy way to get the label? I thought content_load would do the trick, but it didn't.

Thanks.

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

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

发布评论

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

评论(1

乄_柒ぐ汐 2024-10-07 19:59:05

此函数可帮助您从 cck 字段获取信息: 获取 a 的允许值Drupal 6.0 CCK领域

This function help to you get info from cck field: Getting the allowed values for a Drupal 6.0 CCK field

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