English 中文(简体)
哪里可以把图像带走,一是从表格中的内容类型上载的?
原标题:Where does drupal saves images path i ve uploaded from a content type in its table?
  • 时间:2012-05-13 08:00:46
  •  标签:
  • php
  • drupal

我创造了一种内容类型。 我有田地描述和图像,我希望从内容类型包中检索所有数据。 我不知道在什么地方从内容类型中挽救形象。 如果有人能够帮助我这样做,那将是巨大的。 我只想一张纸面名称,用定制的内容可以节省图像。

问题回答

我认为,你所期待的表格是file_management。 (Drupal 7) or files (第6号) 这将给你留下上载的形象。

医生不关心使用什么内容类型,图像在档案中——管理表上也能够发现贵方阵列的图像。 Try <?php drupal_set_message( <pre>print_r($node, real)。 ; tpl.php file.





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...