Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Drupal 6 中启用File Upload了模块,所以如果我创建类似的内容Page,我将能够上传像图像或文档这样的文件。我在内容中附加了一张图片,当我查看它时,它显示的不是图片而是链接。我该怎么做才能显示实际图像?谢谢。
File Upload
Page
您将在 node-contentType.tpl.php 和 page.tpl.php 中获得图像路径。在任何页面中,您都可以显示图像而不是显示图像路径。