问题标签 [drupal]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
drupal - 什么时候你需要成为一名程序员才能使用 Drupal?
Drupal 似乎可以为非程序员提供很多东西。大量的模块和易于安装。但是在什么时候你会说你需要成为一名程序员?它在哪里掉下来并需要更多的动手操作?
此外,即使它们不是“打算”完成的,我对您必须对代码库进行的任何自定义调整感兴趣。
drupal - Flickr 在 Drupal 中?
我正在尝试让 flickr 图像在 Drupal 中工作,知道如何做到这一点吗?
php - 通过模块创建的新内容类型的问题
我试图写一个drupal模块。我正在关注“学习 Drupal 6 模块开发”一书。我在模块中创建了一个新的内容类型(mybio)。我能够为新内容类型创建新节点和编辑节点,它工作正常,但在查看节点时我无法看到 mybio 内容类型的新字段。我已将 mybio_info.tpl.php 文件放在模块文件夹和主题文件夹中,但没有任何效果。
php - 在 Drupal 6 中主题化 CCK 输入表单
在我的 template.php 文件中,我有这个:
我在同一个目录中有一个 ccktype.tpl.php :
但是不工作,如果我进入 node/add/ccktype 我没有得到“工作!” 消息..我什么都试过了!
任何帮助,将不胜感激
drupal - 在线尝试 Joomla、Drupal 和其他 PHP CMS 包?
有没有任何网站可以让我在线试用 joomla 或 drupal?
基本上我想学习 Joomla 和 Drupal,但不想下载整个源代码并将其安装在我的计算机上并开始配置它。我更喜欢允许我这样做的在线服务(最好是免费的!)。
有没有这样的网站可用?
drupal - Drupal, or Joomla Form Builder
I am evaluating Drupal and Joomla, and one of the requirements I have is how well supported it is when comes to Form Building, storing the information in the database, and the showing of those information upon query.
I don't know which one is better in this regard, Drupal or Joomla? Is there any third party extension I have to install for this purpose?
php - 如何在 drupal 中打印单个评论?
我想根据评论 ID 在 drupal 中打印单个评论。我怎样才能做到这一点?谷歌和其他来源没有给我任何帮助。谢谢你。
drupal - 如何在 Drupal 中存储用户的名字和姓氏?
我在 Drupal 的创建/编辑用户表单中看不到名字或全名字段。我正在使用 Drupal 6。如何在其中存储用户的全名?
drupal - 如何允许用户角色访问 Drupal6 中的内容类型?
我只想允许一种类型的用户访问某种内容类型。这很简单,我以前做过,但今天我想不通。
drupal - 如何在 Drupal 中存储 Blob?
我想在 Drupal 中存储 PDF 和图像文件。默认情况下,Drupal 似乎将二进制/上传的文件存储到文件系统中。我希望能够存储文件,以便 - 我可以拥有工作流、元数据、IP 信息和 URL 别名?
更新,我仍然坚持如何为文件系统上的文件创建 URL 别名。Drupal 似乎只允许为节点内容创建 URL 别名。